
@font-face {
    font-family: 'Roboto-Thin';
    src: url(../fonts/Roboto-Thin.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto-Condensed';
    src: url(../fonts/Roboto-Condensed.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body{
	background-color:#e5f4fa;
}






/* Por debajo de 700px */
	@media screen and (max-width: 700px){
		.texto0_portada{
			font-family: 'Roboto-Thin';
			font-size:44px;
		}
		.texto00_portada{
			font-family: 'Roboto-Thin';
			font-size:36px;
		}
	}
/* Por debajo de 400px */
	@media screen and (max-width: 400px){
		.texto0_portada{
			font-family: 'Roboto-Thin';
			font-size:40px;
		}
		.texto00_portada{
			font-family: 'Roboto-Thin';
			font-size:32px;
		}
	}

.texto1_portada	{
	font-family: 'Roboto-Thin';
	font-size:48px;
	text-align:center;
	color:#0293d2;
	line-height:110%;
	padding:0px 10px;
}
	
.texto2_portada{
	font-family: 'Roboto-Light';
	font-size:21px;
	text-align:center;
	color:#0293d2;
	padding:20px 20px 0px 20px;
	line-height:130%;
}

.texto3_portada{
	font-family: 'Roboto-Light';
	font-size:14px;
	text-align:center;
	color:#0293d2;
	padding:5px 20px 20px 20px;
	line-height:130%;
}

.texto4_portada{
	text-align:center;
	color:#0293d2;
	font-size:.8em;
	padding:5px 20px 0px 20px;
	line-height:130%;
	font-weight:900;
}

.texto5_portada{
	font-family: 'Roboto-Light';
	font-size:16px;
	text-align:center;
	color:#0293d2;
	padding:5px 20px 20px 20px;
	line-height:130%;
}

.texto6_portada	{
	font-family: 'Roboto-Thin';
	font-size:40px;
	text-align:center;
	color:#0293d2;
	line-height:130%;
	padding:0px 6px;
}

.texto7_portada	{
	font-family: 'Roboto-Condensed';
	font-size:25px;
	text-align:center;
	color:#0293d2;
	line-height:130%;
	padding:20px 10px;
	font-weight:900;
}

.texto8_portada{
	font-family: 'Roboto-Light';
	font-size:16px;
	text-align:center;
	color:#0293d2;
	padding:60px 10px 10px 10px;
	font-weight:600;
}

.pago{
	text-align:center;
	color:#ffffff;
	font-size:1.5em;
	padding:10px;
	font-weight:900;
}

.notas{
	font-family: 'Roboto-Light';
	font-size:12px;
	text-align:center;
	color:#0293d2;
	padding:5px 20px 5px 20px;
	line-height:130%;
}

.separador_chico{
	margin-top:50px;
}

.separador_grande{
	margin-top:150px;
}

.btn.btn-solicitud {
	font-family: 'Roboto-Condensed';
	font-size:18px;
    color: #0293d2;
    background-color: #ceeaf6;
    border-color: #0293d2 #0293d2 #0293d2;
	margin:30px 0px 0px 0px;
	border-radius: 50px;
	padding:15px 20px;
}
.btn.btn-solicitud:hover {
    background-color: #edf7fc;
	cursor:pointer;
}

.btn.btn-solicitud2 {
	font-family: 'Roboto-Condensed';
	font-size:18px;
    color: #0293d2;
    background-color: #ceeaf6;
    border-color: #0293d2 #0293d2 #0293d2;
	margin:30px 0px 0px 0px;
	border-radius: 50px;
	padding:15px 20px;
}
.btn.btn-solicitud2:hover {
    background-color: #edf7fc;
	cursor:pointer;
}



.boton a:link{ text-decoration:none; color:#0293d2; }
.boton a:hover{ text-decoration:none; color:#0293d2; }
.boton a:active{ text-decoration:none; color:#0293d2; }
.boton a:visited{ text-decoration:none; color:#0293d2; }


.contacto:hover {
	color:#ff6501;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.input_sin_borde{
	border:none;
	border-bottom: 1px solid #0293d2;
	background-color:#e5f4fa;
	color:#0293d2;
}

.input_sin_borde:focus{
	background-color:#e5f4fa;
	border:none;
	outline:0px;
	border-bottom: 1px solid #0293d2;
	color:#0293d2;
}

.input_sin_borde:disabled{
	background-color:#e5f4fa;
	border:none;
	outline:0px;
	border-bottom: 1px solid #0293d2;
	color:#0293d2;
}




