@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #192412;}
/*********************************** MENU PRINCIPAL  ****************************************/
.cont_8{ width:17%; height:auto; float:left; margin-right:5%;}
.cont_9{ width:78%; height:auto; float:left;}
.por_caja{ width:30%; height:auto; float:left; background:#e9e9e9; padding:1%; margin:0% 1% 1% 0%;}
.cajaFotos{ width:100%; height:auto; float:left; margin:0% 0% 1% 0%;}
/*********************************** PIE  **********************************************************************/
.pie_9{ width:40%; height:auto; float:left; margin-right:5%;}
.pie_10{ width:35%; height:auto; float:left; margin-right:5%;}
.pie_11{ width:15%; height:auto; float:left; }
.pie_linea{ width:100%; height:auto; float:left; margin:4% 0%; }
.pie_titulo{ width:100%; height:auto; float:left; }
.pie_texto{ width:100%; height:auto; float:left; }
/*********************************** TIPOGRAFIAS  *****************************************/
.Titulo_blanco {
	font-family: titulo;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	line-height: 25px;
}
.Texto_pie {
	font-family: cursiva;
	font-size: 15px;
	color: #000;
	text-decoration: none;
    line-height: 22px;
}