@font-face {
    font-family: 'open_sanssemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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.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;

}

.contenido{
	width:730px;
	background-image:url(../image/bg_base.jpg);
	background-repeat:repeat;}
	
.barra_azul{
	background-image:url(../image/barra_azul.jpg);
	background-repeat:repeat-x;
	height:23px;}
	
.borde_fotos{
	border:solid 1px #d4d4d4;
	margin:20px;}
	
.borde_fotos1{
	border:solid 1px #d4d4d4;
	margin-bottom:20px;
	margin-top:20px;
	}
	
.borde_icos{
	border:solid 1px #d4d4d4;
}
	
.margenes_texto{
	padding:24px;}
	
.titulos_base_azules{
	font-family: 'open_sanssemibold';
	font-size:24px;
	color:#022149;
	border-bottom: dotted 1px #022149;
	padding-bottom:4px;}
	
.texto_contenido{
	font-family: 'open_sansregular';
	font-size:14px;
	color:#525252;
	text-align:justify;
	padding-bottom:10px;
	padding-top:10px;}
	
.box_iconos{
	float:left;
	width:317px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;}

.clear_N1{
	clear:both;}
	
.espacio{
	padding-top:20px;}
	
.color_texto{
	color:#022149;
	font-weight:bold;}