/*@import url(comun.css);*/

*{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-weight: 200;
	outline: none;
}
html{
	height: 100%;
	min-width: 320px;
}
body{
	min-height: 100%;
	min-width: 320px;
	font-size: 14px;
	color: #333;
	background-color: #ddd;
	position: relative;
	height: auto;
	margin: 0;
}
a{
	text-decoration: none !important;
	border: none;
	color: #29353e;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 24px;
}
strong{
	font-weight: bold;
}

.c_gris{
	color: #888;
}
.c_verde{
	color: #29353e;
}

.bloque{
	padding: 20px 0;
}

.separador{
	display: block;
	height: 0;
	border-top: 1px solid #eee;
	margin: 20px 8px;
}

/* convertir en mayúscula */
.mayus{
	text-transform: uppercase;
}

.in_bl{
	display: inline-block;
    vertical-align: top;
}

/*---- TAMAÑOS DE FUENTE ----*/
.t8{
	font-size: 8px;
}
.t9{
	font-size: 9px;
}
.t10{
	font-size: 10px;
}
.t11{
	font-size: 11px;
}

/*---- ESTILOS PRELOADER ----*/
#preloader_general{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 110;
}
#preloader_general .contenido{
	display: inline-block;
	position: relative;
	margin: 60px 0;
}


/* botones */
.boton{
	display: inline-block;
	color: #fff;
	height: 30px;
	text-align: center;
	padding: 0 6px;
	/*border-radius: 2px;*/
	line-height: 30px;
	border: none;
	cursor: pointer;
	position: relative;
	transition-property: transform;
	transition-duration: 0.4s;
	margin: 0 4px;
	font-size: 15px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	background-color: #7C0311;
	background: linear-gradient(to bottom, #7C0311, #29353e );
}
.boton:hover{
	background: linear-gradient(to top, #7C0311, #29353e );
}


/*##########################################################
############ Estilos para los formularios ##################
##########################################################*/

/* contenedor de elementos de formulario */
.elemento_form{
	padding: 4px;
	margin: 2px;
	display: inline-block;
	width: 100%;
	background-color: #fafafa;
	/*border-radius: 3px;*/
	border: 1px solid #f6f6f6;
}

/* label para los campos */

.elemento_form label > span, .elemento_form .label{
	font-weight: bold;
	font-size: 12px;
	color: #666;
	display: block;
	width: 100%;
	overflow: hidden;
	/*height: 38px;*/
	text-overflow: ellipsis;
	line-height: 14px;
	padding: 4px 0;
	cursor: pointer;
	transition-property: width;
	transition-duration: 1s;
}
/* generales */
.elemento_form .campo, .elemento_form .contrasena, .elemento_form .seleccion{
	height: 38px;
	border: 1px solid #7C0311;
	line-height: 38px;
	text-indent: 4px;
	display: inline-block;
	transition: all 0.4s;
	width: 100%;
}
.elemento_form .campo, .elemento_form .contrasena{
	width: 100%;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
/* campo de texto, email, telefono, etc */
.elemento_form .cont{
	display: block;
	vertical-align: middle;
}
/* elementos tipo radio */
.elemento_form .radio, .elemento_form .check{
	margin: 0 20px 0 0;
	font-size: 12px;
	cursor: pointer;
}

.elemento_form .area_texto{
	border: 1px solid #7C0311;
	padding: 4px 8px;
	font-family: tahoma;
	height: 160px;
	width: 100%;
	width: calc(100% - 16px);
	vertical-align: middle;
	transition: all 0.4s;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

/* Subir una imagen de perfil */


/* Hovers */
.elemento_form .campo:focus, .elemento_form .contrasena:focus, .elemento_form .area_texto:focus{
	background-color: #f8f8f8;
	border-color: #7C0311;
}

/* Soporte */
#soporte{
	position: fixed;
	top: 0;
	left: 0;
	text-align: left;
}
#soporte .boton{
	padding: 8px 12px;
	background-color: #7C0311;
	margin: 0;
	color: #fff;
}
#soporte .boton img{
	vertical-align: middle;
}

#soporte:hover .mesa{
	transform: scale(1);
}
#soporte .mesa{
	padding: 8px 16px;
	background-color: #fff;
	transform: scale(0);
	transform-origin: 0 0;
	transition-property: transform;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(.69,.43,.69,.42);
}
#soporte .mesa h2{
	color: #7C0311;
}

/* SLIDER */
#slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 700px;
	overflow: hidden;
}
.sld{
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition-property: transform;
	transition-duration: 6s;
}
#slider .n1{
	background-image: url(../img/ecp1.jpg);
}
#slider .n2{
	background-image: url(../img/ecp2.jpg);
}
#slider .n3{
	background-image: url(../img/ecp3.jpg);
}
.maya{
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 700px;
/*	background-image: url(../img/maya.png);*/
}

/* FORMULARIO */
#ingreso{
	position: absolute;
	top: 60px;
	right: 60px;
	background-color: rgba(255,255,255,0.8);
	width: 300px;
	text-align: center;
	overflow: hidden;
}
#ingreso .titulo{
	padding: 20px 0 10px 0;
	background-color: #fff;
	border-top: 8px solid #7C0311;
	border-bottom: 1px solid #7C0311;
	color: #7C0311;
}
#ingreso .progracol *{
	vertical-align: top;
}
#ingreso form .contenido{
	padding: 20px 0;
}
#ingreso form .contenido .usuario, #ingreso form .contenido .contrasena, #ingreso form .contenido .boton_ingresar{
	margin: 10px 0;
}
#ingreso form .contenido .usuario .cont, #ingreso form .contenido .contrasena .cont{
	display: inline-block;
	height: 30px;
	width: 240px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
/*	border-radius: 4px;*/
}
#ingreso form .contenido .usuario .cont input, #ingreso form .contenido .contrasena .cont input{
	border: none;
	display: inline-block;
	height: 30px;
	width: 210px;
	margin: 0 0 0 2px;
}
#ingreso form .contenido .boton_ingresar .cont button, #ingreso form .contenido .boton_crear_cuenta .cont button{
	width: 240px;
}
#ingreso form .contenido .separador{
	margin: 20px;
}
#ingreso form .advertencia .cargando, #ingreso form .advertencia .datos_incorrectos{
	/*background-color: #fff;	*/
	display: inline-block;
	padding: 0 10px;
	margin: 10px auto;
	/*border-radius: 6px;*/
	width: 220px;
	color: #888;
	display: none;
}
#ingreso form .advertencia .datos_incorrectos{
	color: #800;
}
#formulario_crear_cuenta{
	display: none;
}


/*######################################################
############### Estilos Responsivos ####################
######################################################*/

@media (max-width: 480px){
	#slider, .maya{
		display: none;
	}
	#ingreso{
		position: static;
		width: 100%;
		/*border-radius: 0;*/
	}
	#soporte{
		position: relative;
	}
}
