/***** GENERALES *****/

body{
	font-family: Helvetica, Arial, sans-serif
}


/***** menu top *****/

#wrheader{
	background-color: #921E7F;
	width: 100%;
	height: 128px;
}

header{
	background-color: #921E7F;
	width: 980px;
	height: 128px;
	margin: 0px auto;
	/*background-color: #00ff00;*/
}

#btn_contacto{
	float: right;
}

#nav-top{
	width: 400px;
	float: right;
	padding-top: 12px;
}

#menu-top a{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	float: left;
	display: block;
	padding: 18px 10px 20px 10px;
	color: #fefefe;
	font-size: 13px;
	text-decoration: none;
}

#menu-top a:hover{
color:#ffffff;
text-decoration: underline;
}

#bt1 a, #bt2 a{
	background-image: url("../imagenes/estructura/linea_header.gif");
	background-repeat: no-repeat;
	background-position: right 17px;
}


/***** banner top login *****/

#wrbannertop{
width:100%;
height: 214px;
margin: 0px auto;
}

#tarjeta{
	margin-left: -75px;
}


#wrlogin{
	width: 240px;
	float: right;
	margin-right: -6px;
	padding-top: 28px;
}

#wrLogueado{
	width: 240px;
	float: right;
	margin-right: -6px;
	padding-top: 28px;
}

#wrCerrarSession
{
    width: 240px;
	float: right;
	margin-right: -6px;
	padding-top: 28px;
}

#login{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: -1px;
	color: #921E7F;
	margin-bottom: 10px;

}

.input{
	width: 190px;
	height: 30px;
	background-color: #e3e3e3;
	border:0px;
	color:#000000;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	border:none 0px #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.registrate{
	font-family: 'Source Sans Pro', sans-serif;
	color: #921E7F;
	font-size: 11px;
	text-decoration: none;
	font-weight: 900;
	display: block;
	width: 119px;
	float: left;
	padding-top: 8px;
	padding-left: 5px;
}

.registrate:hover{
	color: #ff0000;
	text-decoration: underline;
}

/***** Menu principal *****/

#wrnav{
max-width: 1000px; 
height: 80px;
margin: 0px auto;
background-image: url("../imagenes/estructura/bg_nav.jpg");
background-repeat: no-repeat;

}

#nav{
	padding-top: 9px;
	margin: 0px auto;
	max-width: 1000px;
}

#nav a{
	float: left;
}

/***** Contenido *****/

#folleto{
	width:100%;
	margin: 0 auto;
}
#panel{
	width: 96%;
	margin: 0 auto;
	padding-left: 2%;
	margin-bottom:50px;
}
#contenido{
	width:100%;
	margin: 0 auto;
}


form .form-select{
	width: 125px; 
	border: 1px solid #CCC; 
	width: 125px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	margin: 5px 0 15px 0;
}
form .form-input{
	width: 155px;
}
.res-button{
	border:none;
	margin: 8px;
}



/* Footer responsive (ggontaruk) */
.footer{
	text-align: center;
	padding-top: 10px;
}
.footer .item{
	position: relative;
	margin-bottom: 10px;
	margin-right: 0px;
}
.footer .item a{
	color:red;
	font-weight:bold;
	font-size:1em;	
}
.footer .redes-sociales{
	margin: 5px 0;
}
.footer .redes-sociales a img{
	margin:auto;
	margin-bottom:2px;
}
/* FIN Footer */

.tyc{
	font-size: .8em;
	text-align: center;
	width:100%;
}
.byc{
	font-size: .8em;
	text-align: left;
	width:100%;
	padding-left: 37px;
}

.botonera-formulario{
	width:100%;
	text-align: center;
	border-width: 0px;
	background-color:#fff;	
}
.botonera-formulario button{ 
	border: 0;
	cursor: pointer;
}

select {
    width: 95%;
}



@media only screen and (min-width: 360px) {
	#panel{
		width:360px;
	}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    html {
		box-sizing: border-box;
		height: 100%;
	}
    body{
    	position: relative;
    	min-height: 100%;
    }
    #panel{
    	float: left;
    	margin: 0 20px;
    }
    #panel:last-child{
    	/*float:right;*/
    }
    #folleto{
		max-width: 850px;
		width:100%;
		margin: 0 auto;
	}
   
    form .form-input{
		width: 250px;
	}
	.botonera-formulario button{ 
		margin-bottom: 60px;		
	}
}
	/***** Footer *****/

#wrfooter{
	height: 130px;
	width: 100%;
	background-color: #921E7F;
	clear: both;
	text-align: center;
}

#footer{
	width: 980px;
	margin: 0px auto;
	color: #fdf6c6;


	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

#footer a{
color: #fdf6c6;
text-decoration: none;
margin-right: 15px;
}

#footer a:hover{
color: #f9ee9f;
text-decoration: underline;
}
	
