/* CSS Document */

/* ************************************ */
/*       Registrar cuenta y log in      */
/* ************************************ */

#cuenta_registrar{
	width:350px;
	height: 220px;
	text-align:center;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 20px;
	float:left;
	background-color:#FFFFCC;
}

#cuenta_registrar_contenido{
	width: 70%;
	margin-top: 40px;	
}

#cuenta_entrar{
	width:350px;
	height:220px;	
	text-align: center;
	border: 1px solid #CCCCCC;	
	margin-right: 10px;
	margin-bottom: 20px;
	float:right;
}

#pie_banner{
	width:728px;
	clear:both;
}

#cuenta_entrar_contenido{
	width: 70%;
	text-align:right;
	margin-right: 15px;
	margin-top: 25px;
}

.cuenta_titulos{
	background-image:url(../img/fondo_titulos_2.gif);
	background-color:#FFFF00;
	color:#000000;
	line-height: 25px;
	text-align:center;
}

#cuenta_entrar_contenido form ul li { 
    margin-left:0px;
	padding-left:0px;
	text-align:left;
	list-style:none;
	display:block;
}  

#cuenta_entrar_contenido form input{
	border: 1px solid #CCCCCC;
	margin-left:5px;
    margin-top:0px;
}

.boton input{
	border: 1px solid #CCCCCC;
	background-color:#000099;
	font-weight:bold;

	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;

	color:#FFFFFF;
}

.boton input:focus{
	border: 1px solid #CCCCCC;
}

#mensaje_error{
	display:block;
	height:10px;
	padding:5px;
	font-weight:bold;
	color:#FF0000;
}

.olvide_pass a{
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

.olvide_pass a:hover{
	color:#000000;
	text-decoration:underline;
	font-size:10px;
}
