@charset "utf-8";
/* TODOS LOS TEXTOS */
* {
	font-family: 'Maven Pro', sans-serif;
}

A {text-decoration: none;}

.Fuente_menu {
	font-size:16pt;
	font-weight:500;
	color: #d3e4e3;
	
}

h1 {
	margin-top:15px;
	font-size: 36pt;
	font-weight:500;
	margin: 15px 0 15px 0;
	
}

h2 {
	margin-top:15px;

	font-size: 24pt;
	font-weight:300;
	margin: 15px 0 15px 0;

	
}

h3 {
	margin-top:15px;
	margin-left:15px;
	font-size: 19pt;
	font-weight:300;
	
}

h4 {
	margin-left:15px;
	margin-top:10px;
	font-size: 14pt;
	font-weight:300;
	line-height:20pt;
}

p {
	margin-left:15px;
	margin-top:15px;
	font-size: 12pt;
	font-weight:300;	
}

.p_desc_proj, .p_ver_mas {
	margin-left:15px;
	margin-top:10px;
	font-size: 14pt;
	font-weight:500;
	line-height:20pt;
}
.p_ver_mas {
	text-align:right;
}




.center{

	text-align:center;
	
}

.color_light{

	color: #F0FFFD;
	
}

.color_orange{

	color: #D05520;
	
}

.color_orange_light{

	color: #FF6A22;
	
}

.color_blue{

	color: #7689B6;
	
}

.color_grey{

	color:#79796A;
	
}

.Fuente_Texto_pie {
	padding-top:20px;
font-family: 'Maven Pro', sans-serif;
	font-size: 12pt;
	color: #666;
	font-weight: 500;
	line-height: 24pt;
}

.Fuente_Titulo_pie {
	font-family: 'Maven Pro', sans-serif;
	font-size: 14pt;
	color: #CCC;
	font-weight: 700;
}



