@charset "utf-8";
/* CSS Document */

/*titulo*/
#barra_empresas{
	width:100%;
	height:35px;
	text-align:center;
	font-family:Arial;
	font-weight:400;
	color:#FFF;
	background-color:#006666;
}
#empresas{
	padding-top:9px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1200px;
	height:26px;
	font-family:Arial;
	font-size:100%;
	font-weight:400;
	text-height:15px;
	color:#FFF;
	
}
.link_empresas{
	font-family:Arial;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	}

/*logo nombre pagina*/

#logo_titulo{
	width:100%;
	height:100px;
	/*background-color:#CCC;*/
}
#cont_logo_titulo{
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1200px;
	height:70px;
	/*background-color:#6C9;*/
}
#logo{
	width:50%;
	float:left;
	text-align:left;
	/*background-color:#CCF;*/
	
}



/*Titulos pagina*/
#titulo{
	height:50px;
	padding-top:20px;
	bottom:5px;
	text-align:right;
	font-family:Arial;
	font-size:22px;
	font-weight:600;
	color:#000;
	/*background-color:#F96;*/
}

/*paneles*/

#cont_accesos{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:300px;
	/*background-color:#FF3;*/
}

#cont_formularios{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:352px;
	background-color:#fff;
}

/* titulos formularios*/
.titulo_formulario{
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	background-color:#0066CC;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:45px;
	line-height:45px;
}
.titulo_formulario.a{
	background-color:#FF6633;
}
.titulo_formulario.b{
	background-color:#663366;
}
.titulo_formulario.c{
	background-color:#009966;
}
.titulo_formulario.d{
	background-color:#336699;
}



/*logos formularios*/

.logo_formulario{
	color:#0066CC;
	font-size:75px;
	margin-top:20px;
	margin-bottom:20px;	
}
.logo_formulario.a{
	color:#FF6633;
}
.logo_formulario.b{
	color:#663366;
}
.logo_formulario.c{
	color:#009966;
}
.logo_formulario.d{
	color:#336699;
}

/*formularios*/
.formulario{
	float:left;
	width:45%;
	height:350px; /*altura formulario*/
	border:solid 0.01em #CCCCCC;
	background-color:#fff;
	margin-right:10px;
	margin-left:0px;
	border-radius:10px;
}
.formulario.d{
	/*float:right;*/
}

/*CT Formulario email*/

.ctemail{
	border:solid 0.01em #CCCCCC;
	height:25px;
	color:#999;
	padding-left:5px;
	width:200px;
	margin-bottom:15px;
}

/*boton formulario*/

.btnform{
	height:35px;
	width:206px;
	background-color:#0066CC;
	border-style:none;
	color:#FFF;
	margin-bottom:15px;
}
.btnform.a{
	background-color:#FF6633;
}
.btnform.b{
	background-color:#663366;
}
.btnform.c{
	background-color:#009966;
}
.btnform.d{
	background-color:#336699;
}
.btnform:hover{
	background-color:#CCC;
	color:#666;
}

/*recupera clave*/

.rclave{
	font-family:Arial;
	font-size:12px;
	color:#0066CC;
}
.rclave.a{
	color:#FF6633;
}
.rclave.b{
	color:#663366;
}
.rclave.c{
	color:#009966;
}
.rclave.d{
	color:#336699;
}


/*registro*/
.registrarse{
	font-family:Arial;
	font-size:12px;
	color:#999;
	padding-top:7px;
	text-decoration:none;
}

/*condiciones*/

.condiciones{
	text-align:center;
	height:120px;
	font-family:Arial;
	font-size:12px;
	color:#CCC;
	text-decoration:none;
	border-top:35px;
	/*background-color:#C90;*/
	line-height:50px;
	
}


/*formulario registro*/

.formulario_registro{
	/*float:left;*/
	width:25%;
	height:400px;
	border:solid 0.01em #CCCCCC;
	background-color:#fff;
	margin-right:10px;
	margin-left:0px;
	border-radius:10px;
}

.ctformregistro{
	border:solid 0.01em #663366;
	height:30px;
	margin-bottom:15px;
	color:#663366;
	font-size:12px;
	font-family:Arial;
	width:85%;
	padding-left:10px;	
}
.btnformregistro{
	background-color:#663366;
	color:#ffffff;	
	border:none;
	width:89%;
	height:35px;
}
.btnformregistro:hover{
	background-color:#CCC;
	color:#663366;
}
#mensaje_registro{
	float:right;
	border-radius:10px;
	/*border:solid 0.01em #CCCCCC;*/
	color:#eeeeee;
	background-color:#663366;
	height:150px;
	width:750px;
	font-family:Arial;
	font-size:13px;
	text-align:right;
	padding-top:35px;
	padding-right:15px;
}
.btnvolver{
	margin-top:15px;
	width:150px;
	height:30px;
	border:none;
	background-color:#FFF;
	color:#663366;
}
