BODY{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

A{
	text-decoration:none;
}

.btnExpandir{
	background-color:#3C5147; 
	border:solid 2px #888; 
	color:#E4CCAC; 
	width:30px;
	height:18px;
	font-size:13px;
	font-weight:bold;
	margin-top:12px;
	padding-top:5px;
	cursor:pointer;
	text-align:center;
	
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius:  5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	transition:.5s;
	
}

.btnExpandir:hover{
	color:#fff;
	transition:.5s;
	box-shadow: 0px 0px 10px #000;
	
}

.btnGenerico{
	/*
	ANTIGUO
	background-color:#333; 
	color:#fff; 
	*/
	background-color:#3C5147; 
	border:solid 2px #888; 
	color:#E4CCAC; 
	width:180px;
	height:20px;
	font-size:13px;
	font-weight:bold;
	margin-top:12px;
	padding-top:5px;
	cursor:pointer;

	-moz-border-radius: 5px 5px 5px 5px;
	border-radius:  5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	transition:.5s;
}

.btnGenerico:hover{
	/*
	ANTIGUO
	color:#228; 
	*/
	
	color:#fff;
	transition:.5s;
	box-shadow: 0px 0px 10px #000;
}







.btnGenericoPequeño{
	/*
	ANTIGUO
	background-color:#333; 
	color:#fff; 
	*/
	background-color:#3C5147; 
	border:solid 2px #888; 
	color:#E4CCAC; 
	width:30px;
	height:20px;
	font-size:13px;
	font-weight:bold;
	margin-top:12px;
	padding-top:5px;
	cursor:pointer;

	-moz-border-radius: 5px 5px 5px 5px;
	border-radius:  5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	transition:.5s;
}

.btnGenericoPequeño:hover{
	/*
	ANTIGUO
	color:#228; 
	*/
	
	color:#fff;
	transition:.5s;
	box-shadow: 0px 0px 10px #000;
}








.btnGenericoCabecera{
	color:#3C5147; 
	font-weight:bold;
	cursor:pointer;
	transition:.5s;
}

.btnGenericoCabecera:hover{
	color:#666; 
	transition:.5s;
}





/*NOTIFICACIONES*/
.indicadorNumNotificaciones{
	position:absolute; 
	top:14px; 
	margin-left:14px; 
	border:solid 1px red; 
	background-color:#fff; 
	color:red; 
	font-size:10px; 
	border-radius: 15px; 
	width:20px; 
	height:14px; 
	text-align:center; 
	padding-top:6px; 
	font-family:Arial;
}








#cuerpo{
	width:100%; 
	/*
	margin-top:20px;
	*/
}

#cabecera{
	width:100%;
	height:40px;
	background-image:url('../img/back-ground-cabecera.gif');
	border-bottom:solid 2px #888;
	margin-top:15px;
	position:fixed; 
	z-index:100;
}

#cabecera .logo-cabecera{
	position:relative;
	left:20px;
	top:-9px;
	float:left;
	width:180px;
}

#cabecera .logo-cabecera IMG{
	width:170px;
	-moz-border-radius: 10px 10px 10px 10px;	
	border-radius:  10px 10px 10px 10px;	
	-webkit-border-radius: 10px 10px 10px 10px;
}


#central{
	position:relative; 
	top:-17px;
	border-bottom:solid 2px #888;
}





/*PARA LOS FORMULARIOS*/
#formularioDatos TABLE TR TD{
	height:19px;
	font-size:13px;
}

#formularioDatos TABLE TR TD INPUT{
	font-size:13px;
}


#cabeceraFormulario{
	width:100%;
	border-bottom:solid 2px #888;
	padding-bottom:10px;
}

#cabeceraFormulario TABLE{
	width:100%;
}

#cabeceraFormulario .iconoCabecera{
	font-size:30px;
}

#cabeceraFormulario .celdaIconoCabecera{
	width:40px;
}


#divisionFormulario{
	width:100%;
	border-bottom:solid 2px #888;
	padding-bottom:10px;
}

#divisionFormulario TABLE{
	width:100%;
}

#divisionFormulario .iconoCabecera{
	font-size:30px;
}

#divisionFormulario .celdaIconoCabecera{
	width:40px;
}



#capaFiltro{
	width:100%;
}

#capaFiltro #filtro{
	padding-bottom:20px;
}

#capaFiltro .btnFiltro{
	padding-bottom:20px;
}
	
#infoGrid{
	width:100%;
	border-bottom:solid 2px #888;
	padding-top:10px;
	padding-bottom:10px;
}

#infoGrid TABLE{
	width:100%;
}

#gridDatos{
	border:solid 2px #666;
	width:100%;
/*
	
	overflow-y:scroll;
	*/
}

#gridDatos TABLE TR TD{
	font-size:12px;
	text-align:center;
}

#gridDatos .cabeceraTabla{
	background-image:url('../img/fondo_cabecera_grid.jpg');
	color:#fff; 
	font-weight:bold;
}







/*PARA LOS FORMULARIOS*/
.frm .textoEncabezadoSeccionFormulario{
	color:#444;
	font-weight:bold;	
	padding-top:75px;	
}

.frm .textoEncabezadoSeccionFormulario DIV{
	padding:5px;
	border-bottom:solid 2px #444;
}

.frm .textoCampo{
	font-size:13px;
	font-weight:bold;
	padding-top:7px;
}

.frm .textoCampoObligado{
		color:red;
}

.frm INPUT{
		font-size:13px;;
}

.frm SELECT{
		font-size:13px;;
}



/* PARA LOS DATOS DE LOS FORMULARIOS EN GRID DE DATOS MINI */
#gridDatosMini{
	width:100%;
}

#gridDatosMini .tablaDatosMini{
	 width:100%;
	 border:solid 1px #666;	
	 font-size:14px;
}

#gridDatosMini .tablaDatosMiniCabecera{
	height:25px; 
	background-image:url('../img/fondo_cabecera_grid.jpg');	
	border-right:solid 1px #888;	
	color:#fff; 		
	font-weight:bold
}

.parrafo-subrayado{
	border-bottom:solid 2px #888;
}


.readOnly{
	color:#C33;
}























/* ===== Begin roatet boxes ===== */
/* Begin rotate box-1 */
.rotate-box-1, .rotate-box-2 {
	display: inline-block;
	margin: 30px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	width:280px;
	border:solid 1px #fff;
	background-color:#fff;
}
a.rotate-box-1, a.rotate-box-2 {
	text-decoration: none;
	color: #363940;
}
a.rotate-box-1:hover, a.rotate-box-2:hover {
	color: #676D75;
}
.rotate-box-1 .rotate-box-icon {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
	float:left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rotate-box-1.square-icon .rotate-box-icon, .rotate-box-2.square-icon .rotate-box-icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff !important;
	font-size: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color:#444;

}
.rotate-box-1.square-icon .rotate-box-icon:after, .rotate-box-2.square-icon .rotate-box-icon:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 2px solid #fff;
}
.rotate-box-1:hover.square-icon .rotate-box-icon , .rotate-box-2:hover.square-icon .rotate-box-icon{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.rotate-box-1.square-icon .rotate-box-icon .fa, .rotate-box-2.square-icon .rotate-box-icon .fa{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color:#fff;
	z-index:9999;
}
.rotate-box-1:hover.square-icon .rotate-box-icon .fa, .rotate-box-2:hover.square-icon .rotate-box-icon .fa{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.rotate-box-1 .rotate-box-info a, .rotate-box-2 .rotate-box-info a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rotate-box-1 h4, .rotate-box-2 h4 {
	font-weight: 400;
}
.rotate-box-1 p {
	padding: 0 10px;
}
.rotate-box-1 .rotate-box-info {
	padding-left: 60px;
	text-align:left;
}

/* End rotate box-1 */

/* Begin rotate box-2 */
.rotate-box-2 .rotate-box-icon {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rotate-box-2.square-icon .rotate-box-icon {
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 36px;
}

.rotate-box-2.square-icon .rotate-box-info {
	margin-top: 30px;
}
/* End rotate box-2 */



/*PARA INFORMES COMO EL O.F.T. Y OTROS INFORMES*/
.cabeceraInforme{
	background-color:#3C5147;
	padding:20px;
 	font-size:20px;
 	color:#E4CCAC;
	text-align:center;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius:  5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;		
}
.contenidoInforme{
	background-color:#fff;
	padding:10px;
 	color:#000;
}