body {
	background-color: #fff;
	color: #000;
	margin: 0px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 8.5pt;
	padding: 0px;
}

/*****************************************************************
 * CABECERA
 ****************************************************************/
#cabecera {
	color: #005BB0;
	background-color: #E4EAEF;
	border-top: #369 1px solid;
	height: 75px;
	width: 100%;
}

#cabecera #logoCabecera {
	float: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 153px;
	height: 65px;
	margin-top: 5px;
	margin-left: 5px;
}

#cabecera #nombreSistema {
	margin-top: 45px;
	margin-left: 20px;
	font-size: 14pt;
	font-weight: bold;
}

/*****************************************************************
 * CONTENEDOR
 ****************************************************************/
#contenedor {
	
}

#titulo {
	border-top: #fff 1px solid;
	background-color: #ACBECE;
	padding: 2px 8px 2px 8px;
	height: 12px;
	font-size: 8pt;
	font-weight: bold;
}

#contenido {
	margin-top: 20px;
	padding: 0px;
}

/*****************************************************************
 * PIE
 ****************************************************************/
#pie {
	clear: both;
	border-top: 6px solid #ACBECE;
	margin-top: 5px;
	width: 100%;
}

#copyright {
	float: left;
	color: #005BB0;
	padding-top: 5px;
}

#logoInferior {
	float: right;
	background-image: url(../img/logo_pie.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	width: 152px;
	height: 31px;
}

/*****************************************************************
 * LOGIN
 ****************************************************************/
.login th {
	color: black;
	background-color: #E4EAEF;
	text-align: right;
	width: 12em;
	vertical-align: top;
	font-size: 8pt;
	text-align: right;
	color: red;
}

.login td {
	vertical-align: top;
	font-size: 8pt;
}

.barraSuperior {
	background-image: url(../img/esquinaRedondaIzqSuperior.gif);
	background-repeat: no-repeat;
	background-color: #ACBECE;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding: 5px;
	margin: 0px 0px 0px 2px;
	height: 20px;
}

.barraInferior {
	background-position: left bottom;
	background-image: url(../img/esquinaRedondaIzqInferior.gif);
	background-repeat: no-repeat;
	background-color: #E4EAEF;
	color: #000;
	padding: 5px;
	margin: 0px 0px 0px 2px;
}

.barraSuperior a {
	color: #fff;
	text-decoration: underline;
}

.mensaje-error td {
	color: red;
	font-size: 9pt;
}

}