﻿/* Estilo para los formularios */
.cabezeraGrupo1
{
	 font-family :Arial, Helvetica, Sans-Serif;
	 font-size: 10pt;
	 text-align: center;
	 font-weight:bold;
	 border-width : 2px;
	 border-style:solid;
	 border-color: #757a7e;	
	 color: #FFFFFF;
	 background-color:#345f7e;
	 padding:10px;
}

.cabezeraGrupo2
{
	 font-family :Arial, Helvetica, Sans-Serif;
	 font-size: 10pt;
	 text-align: center;
	 font-weight:bold;
	 border-width : 2px;
	 border-style:solid;
	 border-color: #006699;	
	 color: #006699;
	 background-color:#d1eefd;
	 padding:5px;
}

.cabezeraGrupo3
{
	font-family :Arial, Helvetica, Sans-Serif;
	 font-size: 8pt;
	 text-align: left;
	 font-weight:bold;
	 border-width : 1px;
	 border-style:solid;
	 color: #006699;
	 border-color: #006699;	 
	 background-color:#eaf6fc;
	 padding:2px;
}
.cabezeraGrupo4
{
	 font-family :Arial, Helvetica, Sans-Serif;
	 font-size: 8pt;
	 text-align: left;
	 font-weight:bold;
	 border-width : 1px;
	 border-bottom-style: dashed;
	 color: #006699;
	 border-color: #b4d4e7;
     background-color:#eeeaa5;
	 padding:3px;
}
.cabezeraGrupo5
{
    font-family :Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: left;
	font-weight:bold;
	color: #006699;
	
	 
}
.cabezeraGrupo6
{
    font-family :Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-align: left;
	font-weight:bold;
	color: #006699;
	border-width:1px;
	border-style:solid;
    border-color: #006699;
    background-color:#eaf6fc;
}   
.estiloTipoGrupo6
{
  	border-width:1px;
    border-style:solid;

}
.cajaTextoNormal
{
    font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #333366;
	border : 1px;
	border-style : solid;
	border-color : #bbbbbb;
    background-color:#e6e4c7;
}
.cajaTextoGrupo
{
    font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #333366;
	border : 1px;
	border-style : solid;
	border-color : #bbbbbb;
	background-color:#ffcccc;
}
.etiquetaGrupo
{
	text-align:right;
    font-size: 8pt;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.etiquetaElemento
{
    font-size: 8pt;
	color: #636A73;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.estiloTipoGrupo3
{
   padding:10px;
}
.estiloTipoGrupo1
{
    border-style:dotted;
    border-color:#66CCFF;
    border-width:1px;
    
    
}
.estiloTipoGrupo4
{
    border-style:dashed;
    border-color:#636A73;
    border-width:1px;
    
}
.estiloTipoGrupo5
{
    border-style:solid;
    border-color:#006699;
    border-width:1px;
    padding:20px;
    
}

.textoResaltado 
{
    font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	border : 1px;
	color:#636A73;
	background-color:#CCCCCC;
	border-style : solid;
	border-color : #636A73;
	padding:5px;
	
}
.textoNormal
{    
    border-style:solid;
    border-width:1px;
    border-color:#DDDDDD;
    padding:5px;
    background-color:#eeeeee;
    color:#636A73;
    font-family :Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    font-weight:bold;
	
}

.tituloFormulario
{
     font-family :Arial, Helvetica, Sans-Serif;
	 font-size: 10pt;
	 text-align: center;
	 font-weight:bold;
	 border-width : 2px;
	 border-style:solid;
	 border-color: #006699;	
	 color: #006699;
	 background-color:#d1eefd;
	 padding:10px;    
}
.criticidad
{
    color:Red;    
    font-weight:bolder;
}