@charset "UTF-8";
body {
	font-family: Arial, Futura, 'Trebuchet MS', sans-serif;
	background-color: #ffffff;
}

#headerMain {
	width: 100%;
}

#header {
	text-align: center;
	padding: 0px;
}

#header img {
	width: 100%;	
}

#header h1 {
	font-size: 2.5vw;
	font-weight: bold;
	font-family: Arial, Futura, 'Trebuchet MS', sans-serif;
	color: #fff;
	margin: 0;
	padding-top: 1.5vw;
	position: absolute;
	width: 100%;
}

#header h1 .subtitulo {
	font-size: 2vw;
}

#panelAyuda {
	width:100%;	
	text-align: center;
	margin: 30px auto;
}


#divLogin {
	width:100%;	
	text-align: center;
	margin: 30px auto;
}

#divLogin div label {
	font-size: 1.2vw;
	font-weight: bold;	
	color: #32345b;
}

#divLogin div div a {
	color: #32345b !important;	
}

.recClaveTitulo {
	color: #32345b !important;	
	font-size: 2vw;
}

.recClaveSubTitulo {
	color: #32345b !important;	
	font-size: 0.8vw;	
}

.recClaveLabel {
	color: #32345b !important;	
	font-size: 1vw;	
}

.recClaveField {
	background-color: #FFF !important;	
	font-size: 0.9vw;	
}

.recBoton {
	background-color: #fcce54;
	color: #32345b;
	padding: 6px 12px;	
	font-weight: bold;
	border-radius: 0.5em;
	border-color: #32345b;
}

.recErrorMessage {
    color: red;
    display: block;
    padding: 0 5px;
    font-size: 0.7vw;
}

.boton {
	width:90%;	
	background-color: #fcce54;
	color: #000000;
	padding: 6px 12px;	
	font-weight: bold;
	border-radius: 0.5em;
	border-color: #fcce54;
	margin-top: 4px;
}

#soporte {
	font-size: 8px !important;	
}

#mail {
	font-size: 8px !important;	
}

#ws {
	font-size: 8px !important;	
}
	
#footerMain {
	width: 100%;
	padding: 10px auto;
	text-align: center;
}

#footerMain h2 {
	font-size: 2vw;
	font-weight: bold;
	font-family: Arial, Futura, 'Trebuchet MS', sans-serif;
	color: #000000;
	margin: 20px 0px;
}

#footerMain h3 {
	font-size: 1vw;
	font-family: Arial, Futura, 'Trebuchet MS', sans-serif;
	color: #000000;
	margin: 0px;
}

#footerMain h3 a {
	color: #000000;	
}

#caja {
	margin: 10px auto 0px auto;
	width: 70%;
	background-color: #FFFFFF;
}

