body {
	background-image: url(../img/trama.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 100px;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img { border: none; margin: 0; padding: 0; }
#datos {
	float: left;
	width: 120px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#logo { text-align: center; }
#login_fondo { background: transparent url(../img/login_base_2.png) no-repeat; width: 473px; height: 87px; float: left; }
#login_header { background: transparent url(../img/base_interna.png) no-repeat; text-align: left; width: 453px; height: 75px; margin: 11px 0 0 11px; position: relative; }
#login_header img { margin: 15px 0 0 10px; }
#contenedor_login {
	margin: auto;
	height: 281px;
	width: 473px;
}
#caja_info { margin: auto; width: 200px; text-align: center; margin-top: 10px; padding-bottom: 20px; }
#corte_izq {
	float: left;
	height: 194px;
	width: 12px;
	background-image: url(../img/login_corte_izq.png);
	background-repeat: no-repeat;
}
#corte_der {
	float: left;
	height: 194px;
	width: 12px;
	background-image: url(../img/login_corte_der.png);
	background-repeat: no-repeat;
}
#contenedor_contenido {
	float: left;
	width: 449px;
	height: 194px;
	background-image: url(../img/login_fondo.png);
	background-repeat: repeat-x;
}
#contenedor_formulario { float: left; margin-top: 10px; width: 170px; }
#contenedor_info { float: left; height: 135px; width: 275px; border-left-width: 1px; border-left-style: solid; border-left-color: #999999; }
#titulo { text-align: center; font-size: 14px; font-style: italic; color: #000; font-weight: bold; padding: 10px 0; margin: 0 auto; }
#btn_entrar {
	margin: auto;
	width: 138px;
	padding-top: 0px;
}
.texto_destacado { font-size: 14px; font-weight: bold; }
.escribir { width: 135px; }
.opciones {
	padding-top: 5px;
	padding-bottom: 5px;
}
.login {
	padding-top: 0px;
	margin-left: 15px;
}
.ingresar { background: transparent url(../img/btn_entrar.png) scroll no-repeat; width: 138px; height: 35px; border: none; cursor: pointer; }
/********** ****MENSAJES ************************************************************************/
ul.psy_error, ul.psy_success, ul.psy_info, ul.psy_warning { margin: 0 0 10px 0; padding: 15px 80px; background-position: 15px center; background-repeat: no-repeat; }
ul.psy_error li, ul.psy_success li, ul.psy_info li, ul.psy_warning li { list-style-type: square; }
ul.psy_error { border-top: 2px solid #ff3333; border-bottom: 2px solid #ff3333; background-color: #ffdddd; background-image: url(../img/msg_error.png); }
ul.psy_error li { color: #cc0000; }
ul.psy_success { border-top: 2px solid #4f8a10; border-bottom: 2px solid #4f8a10; background-color: #dff2bf; background-image: url(../img/msg_success.png); }
ul.psy_success li { color: #3e6c0c; }
ul.psy_info { border-top: 2px solid #00529b; border-bottom: 2px solid #00529b; background-color: #bde5f8; background-image: url(../img/msg_info.png); }
ul.psy_info li { color: #00529b; }
ul.psy_warning { border-top: 2px solid #b06a00; border-bottom: 2px solid #b06a00; background-color: #feefb3; background-image: url(../img/msg_warning.png); }
ul.psy_warning li { color: #8e5600; }
/********** FIN MENSAJES ************************************************************************/