@charset "UTF-8";
/* CSS Document */
.texto_base{
	width:400px;
	display: inline-block;
	font-family: Helvetica,"Helvetica Neue",  Arial, sans-serif;
	color:#8D8D8D;
	font-size:14px;
	padding:20px;
	text-align:justify;
	font-weight:100;
}

.texto_base > h2{
	font-size:22px;
	font-weight:300;
	color:#da2126;
	margin-bottom:5px !important;
}
.texto_base > h2:first-letter{
	font-size:30px;
	font-weight:400;
}
.bold_rojo{
	font-weight:600;
	color:#da2126;
	font-size:16px;
}

.texto_base > hr{
	border-top:#AFAFAF 1px solid;
	margin-top:0px;
	height:0px;
	border-bottom:none;
}

.mini_texto{
	font-size:14px;
	display:block;
	margin-left:11px;
	margin-bottom:0px;
	margin-top:50px;
	color:#000;
}

.maxi_texto{
	font-size:35px;
	font-weight:600;
	display:block;
	color:#da2126;
	margin-top:-9px;
}
.acreditaciones{
	float:left;
	margin-top:-14px;
}
.img_certificaciones{
	float:right;	
}

.fotos_base{
	float:right;	
}

.fotos_base img{
	margin-top:60px;	
}

.footer_base{
	height:10px;
	width:100%;
	background-color:	#BC1E2D;
	float:right;
}

p.parrafo_base{
	font-family:Helvetica,"Helvetica Neue",  Arial, sans-serif;
	color:#8D8D8D !important;
	font-size:12px !important;
	padding:20px;
	text-align:justify;
	font-weight:100;
	padding-top:0px;
	
}