/*ESTILOS PARA EL INICIO DE SESION*/

/*ETIQUETAS*/
body{
	margin:0;
	padding:0;
	font-family:"verdana";
	font-size:9px;
}

img{
	border:0;	
}
.contenido{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	width:597px;
	padding:20px;
	text-align:center;
	margin:auto;
	position:relative;
	top:90px;}
.float_l{float:left !important;}
.float_r{float:right !important;}
.contenido p{
	color:#333;
	font-size:12px;
	line-height:14px;
	padding:0px;
	display:block;}
.contenido p.margin-t{margin-top:5px; }
.contenido fieldset{
	border:0px;
	width:280px;
	text-align:left !important;}	

	
/*ID*/
#wrapper{
   height:98%;
   width:auto;
}

#warning{
	margin-top : 20px;	
}

#contenedor{
	width:510px;
	height:330px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-255px;
	margin-top:-165px;
}
/*
#logo{
	width:510px;
	height:112px;
	background-image:url("../imagenes/logoIndex.png");
	background-repeat:no-repeat;
	margin-bottom:30px;
}*/

#error,
.error{
	font-size:10px;
	font-weight:bold;
	color:red;
	margin:5px 0;
}

#pie{
	width:510px;
	height:70px;
	background-image:url("../imagenes/pieIndex.png");
	background-position:center bottom;
	background-repeat:repeat-x;
	margin-top:30px;
}

#idiomas{
	width:150px;
	float:left;	
}


#recuperaContrasena{
	width:auto;
	float:right;	
	font-size:10px;
	margin-top:10px;
	
}

#tblRecuperaPass{
	display:none;	
}

/*FIN ID*/

/*CLASES*/

.text{
	font-weight:bold;
	background-color:#D1E3F1;	
}

.tdInfo{
	font-size:11px;	
}
/*FIN CLASES*/