BODY {
	height: auto;
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 12px;
}
H2, H3, H4, H5 {
	position: relative;
	text-align: left;
}
H2 {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #525252;
	line-height: 1.2em;
	margin-left: 1em;
}
#cuerpo {
	width: 739px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ececec;
}
.ocultar {
	display: none;
	visibility: hidden;
}
.contenido_cuerpo_pagina_principal {
	width: 707px;
	/*text-align: center;
*/
	z-index: 0;
	margin: 9px 0 0 11px;
}
.cajaFormLectura {
	border: 4px Solid #ffffff;
	background: #ffffff;
}
.cabFondo {
	text-align: left;
	border-bottom: 2px solid #ececec;
	margin-left: 0;
	margin-right: 0;
	margin-top: 12px;
	margin-bottom: 5px;
	padding: 0.4em 0;
}
#cabeceraLogin {
	width: 739px;
	text-align: right;
	background-image: url('../images/sso_cabecera.png');
	background-color: #c4c5c9;
	height: 80px;
}
.recuadroForm {
	text-align: left;
}
.elementoForm {
	padding-bottom: 15px;
}
.textoForm {
	font-size: 11px;
	color: #3d3d3d;
	font-weight: Bold;
	width: 40%;
	float: left;
	padding-left: 10px;
}
.espacioBotonForm {
	position: relative;
	padding-left: 41%;
}
.textoError {
	font-weight: Bold;
	color: #B40809;
	margin: 1.0em 1.0em 1.0em 1.0em;
}
#pieLogin {
	width: 738px;
	background-color: #f9f9fb;
	height: 58px;
	text-align: center;
}
#pieLogin p {
	padding: 24px 0 0 15px;
	text-align: center;
}
#pieLogin a {
	color: #666;
	text-align: center;
}
.texto_general {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	line-height: 14px
}
.texto_errorrojo {
	font-family: Verdana;
	font-size: 12px;
	color: #F00;
	line-height: 14px;
	vertical-align: middle;
}
.texto_errorverde {
	font-family: Verdana;
	font-size: 12px;
	color: #093;
	line-height: 14px
}
.texto_general p {
	margin-left: 10px;
}
.recuadroTextoInfo {
	border: #E2E2E2 1px solid;
	margin-top: 12px;
	background-color: #F7F7F7;
	padding-left: 12px;
	margin-bottom: 15px;
	width: 80%;
}
.elementoForm LABEL {
	text-align: right;
	margin: 0;
	padding: 0;
}
.elementoForm LABEL SPAN {
	margin-top: 0.7em;
	margin: 0;
	padding: 0 0.9em 0 0;
}
.elementoForm LABEL input {
	margin-top: 0.7em;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #a73029;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.OraErrorHeader {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	color: #CC0000;
	font-weight: bold;
}
.OraErrorText {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.portletTituloEntrada,    .portletTituloEntrada A {
	font-size: 1em;
	font-weight: bold;
	color: #244488;
}
/*estilos logoff*/
#texto_logoff {
	text-align: center;
	margin-top: 2em;
}
#texto_logoff  IMG {
	height: 0;
}
#btnAceptar {
	width: 10em;
	background-color: #999;
	text-align: center;
	margin: 1em 22.5em 2em;
	padding: 0.4em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#btnAceptar A {
	color: #fff;
	font-weight: bold;
}

.required {
   padding-right: 15px;
   background: url('../images/required.png') no-repeat right top;
}

.messages {
    width: 600px;
    margin: 0 auto;
}
.messages.info {
    background: url('../images/check.png') no-repeat left center;
    color:green;
}
.messages.error {
    background: url('../images/error.png') no-repeat left center;
    color:red;
}
.messages.info tr.error, .messages.error tr.info {
    display: none;
}
.messages td {
    padding-left: 60px;
}