@charset "utf-8";

*{
	padding:0px;
	border:0px;
	margin:0px;
}

html body #contenedorgeneral #contenido .contenedorB #formcont {
	margin-top:40px;
	color:#a0be3a;
	font-size:12px;
	font-weight:bold;
}

html body #contenedorgeneral #contenido .contenedorB #formcont td{
	width:243px;
}

html body #contenedorgeneral #contenido .contenedorB #formcont form  input{
	background-color:#EEEEEE;
	width:240px;
	height:25px;
	margin-bottom:4px; 	
}

html body #contenedorgeneral #contenido .contenedorB #formcont form .campo{
	width:486px;
	height:150px;
	background-color:#EEEEEE;
	overflow:hidden;
}

/*html body #contenedorgeneral #contenido .contenedorB #formcont form .boton{
	width:240px;
}*/

html body #contenedorgeneral #contenido .contenedorB #formcont form .boton button{
	width:67px;
	height:25px;
	background-image:url(../img/ingresar-reposo.gif);
	float:right;
}

html body #contenedorgeneral #contenido .contenedorB #formcont form .boton button:hover{
	background-image:url(../img/ingresar-sobre.gif);
}

html body #contenedorgeneral #contenido .contenedorB #formcont form .boton2 button, 
html body #contenedorgeneral #contenido .contenedorB #formcont form .boton3 button{
	width:67px;
	height:25px;
	background-image:url(../img/enviar-reopso.gif);
	float:right;
	margin-left:420px;
	margin-top:10px;
	
}

html body #contenedorgeneral #contenido .contenedorB #formcont form .boton3 button{
	float:none;
	margin-left:0px;
}

html body #contenedorgeneral #contenido .contenedorB #formcont form .boton2 button:hover, 
html body #contenedorgeneral #contenido .contenedorB #formcont form .boton3 button:hover{
	background-image:url(../img/enviar-sobre.gif);
}

html body #contenedorgeneral #contenido .contenedorB #formcont form .mensaje{
	width:173px;
	height:25px;
	color:#FF0000;
	font-size:11px;
	text-align:left;
	float:left;
}

html body #contenedorgeneral #contenido .contenedorB #regiscont{
	font-size:12px;
	color:#484848;
	margin-top:25px;
}

html body #contenedorgeneral #contenido .contenedorB #regiscont a{
	text-decoration:none;
	color:#484848;
}

html body #contenedorgeneral #contenido .contenedorB #regiscont a:hover{
	text-decoration:underline;
	color:#99ba33;
}

html body #contenedorgeneral #contenido .contenedorB .texto{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
}
