@charset "utf-8";
/* CSS Document */

body, th, td, div {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	outline: none;
}
/************* HEAD ***************/
.head {
	width:100%;
	height:71px;
	line-height:71px;
}
.logo {
	width:270px;
	height:18px;
	float:left;
	background-image:url(../../imagenes/comun/logo.png);
	margin-left:40px;
	margin-top:38px;
	display: inline;
}
.datos {
	width:120px;
	float:right;
	margin-right:10px;
	margin-top:20px
}
.fecha {
	width:120px;
	line-height:10px;
	height:20px;
	white-space:nowrap;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

.icono-ayuda {
	height:32px;
	width:32px;
	margin-right:5px;
	margin-top:19px;
	background-repeat:no-repeat;
	background-position:left;
	background-image:url(../../imagenes/comun/icono-ayuda.png);
	float:right;
}

/************* PARA LOGIN ***************/
#login {
}

#login .head {
	background-image:url(../../imagenes/login/head-login.jpg);
}
/************* FORM ***************/

.form{
	height:100%;
	width:100%;
}

.form-total{
	margin-bottom:180px;
	margin-top:180px;
	width:435px;
	height:172px;
}

.form-izq{
/*	background-image: url(../../imagenes/login/Login-form-izq.jpg);*/
	width:2px;
	height:172px;
	background-repeat:no-repeat;
	float:left
}

.form-cen{
	background-color:#f6edf1;
	width:431px;
	height:185px;
	float:left;
	text-align:left;
}

.form-der{
/*	background-image: url(../../imagenes/login/Login-form-der.jpg);*/
	width:2px;
	height:172px;
	background-repeat:no-repeat;
	float:left
}

.form-text{
	background-image: url(../../imagenes/login/login-form-text.jpg);
	width:339px;
	height:29px;
	background-repeat:no-repeat;
	background-color: #f6edf1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-top:8px;
	padding-left:8px;
	margin-top:5px;
	margin-left:50px;	
}

.form-icono-user{
	background-image: url(../../imagenes/login/login-form-icono-user.jpg);
	width:38px;
	height:39px;
	background-repeat:no-repeat;
	margin-top:40px;
	margin-left:10px;
}
.form-icono-pass{
	background-image: url(../../imagenes/login/login-form-icono-pass.jpg);
	width:38px;
	height:38px;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:10px;
}

/************* BOTTOM ***************/
.bottom {
	text-align:center;
	height:26px;
	line-height:26px;
	vertical-align:middle;
}