@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.contenedorN{
	width:730px;
}

.imagen_principal{
	background-image:url(../image/imagen_principal.jpg);
	background-repeat:no-repeat;
	height:312px;
	width:730px;}

.texto_blanco_tit{
	border-right:solid 2px #EF4036;
	color:#FFFFFF;
	font-family: 'open_sansregular';
	font-size:38px;
	font-weight:bold;
	float:left;
	height:70px;
	margin-bottom:20px;
	margin-top:210px;
	padding-left:60px;
	padding-top:10px;
	width:300px;
	}
.texto_blanco_subtit{
	color:#FFFFFF;
	font-family: 'open_sansregular';
	font-size:15px;
	float:left;
	height:70px;
	line-height:18px;
	margin-bottom:20px;
	margin-top:210px;
	padding-left:60px;
	padding-top:10px;
	width:300px;}
.bg_gris{
	background-color:#ECECEC;
	padding-bottom:30px;
	padding-left:60px;
	padding-right:60px;
	padding-top:30px;}
.texto_gris_B{
	color:#4C4C54;
	font-family: 'open_sansregular';
	font-size:29px;
	font-weight:bold;
	line-height:34px;}
.texto_gris_n{
	color:#4C4C54;
	font-family: 'open_sansregular';
	font-size:19px;
	line-height:24px;
}
.box_foto{
	float:left;
	padding-top:30px;
	padding-bottom:30px;}
.box_texto{
	float:left;
	padding-top:50px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	width:320px;
	}
.texto_rojo{
	color:#ED3F34;
	font-family: 'open_sansregular';
	font-size:18px;}
.texto_contenido{
	color:#4C4C53;
	font-family: 'open_sansregular';
	font-size:18px;}
	
.bg_footer{
	background-color:#4C4C53;
	text-align:right;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;}
	
.clear_new{
	clear:both;}