/*** CSS *********************************************************************************************************************/
body 	{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
/*** CSS *********************************************************************************************************************/
#version, #contador {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
/*** CSS *********************************************************************************************************************/
#login_cabecera {
	margin-left:auto;  margin-right:auto;
}
/*** CSS *********************************************************************************************************************/
#login	{
	width:850px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
}
/*** CSS *********************************************************************************************************************/
#tbl_login	{
	top:130px;
}
/*** CSS *********************************************************************************************************************/
#tbl_idioma	{
	top:130px;
}
/*** CSS *********************************************************************************************************************/
#cabecera_login {
     background-color:#666;     color:#FFF;
	 font-family: Verdana, Geneva, sans-serif; font-size: 1em;
}
/*** CSS *********************************************************************************************************************/
#status	{
	top:30px;
	width:600px;
	height:160px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/*** CSS *********************************************************************************************************************/
#mensaje_email {
	 margin-left:auto;
	 margin-right:auto;
     width:600px;
     height:45px;
     background-color: #666;     color:#000;
     overflow:auto;
}
/*** CSS *********************************************************************************************************************/
#gestion_centro {
	 display: none;
}
/*** CSS *********************************************************************************************************************/
#tbl_parametros
{	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
    background-color:  #CCC;
    color: #000;
}
/*** CSS *********************************************************************************************************************/
/*** CSS *********************************************************************************************************************/
.boton_continuar
{   text-decoration: none;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    background-color: #6AA2E2;
    border-radius: 10px;
    border: 2px solid #00F;
}

.boton_continuar:hover
{   opacity: 0.7;
    text-decoration: none;
}

.boton_continuar:disabled,boton_continuar[disabled]
{   color: #777;
    background-color: #DDD;
    border: 1px solid #00F;
}

/*** CSS *********************************************************************************************************************/
