
@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;
}

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

/* Por debajo de 700px */
	@media (min-width: 768px) {
		.texto0_portada{
			font-family: 'Roboto-Thin';
			font-size:44px;
			text-align:center;
			color:#0293d2;
			line-height:110%;
			padding:0px 10px;
		}
	}

.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;
	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%;
}


.separador_chico{
	margin-top:50px;
}

.separador_grande{
	margin-top:150px;
}

.img_alianza {
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.img_alianza:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
