@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../img/fondo.jpg);
}
.Texto_Home {
	color: #3A2315;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: justify;
}
.Texto_Interior {
	color: #3A2315;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align:justify;
}
.Titulo_Rojo_Platillos {
	color: #812238;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style:italic;
}
.Texto_Cafe_Platillos {
	color: #3B2317;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
}
.boton{
        font-size:13px;
        font-family:"Times New Roman", Times, serif;
        font-weight:bold;
        color:#77252D;
        background:#FCF9F0;
        border:0px;
       }
.caja{
        font-size:12px;
        font-family:"Times New Roman", Times, serif;
        font-weight:bold;
        color:#000;
        background:#FCF9F0;
        border:0px;
       }	   
	   
.flechas_galeria{
	font-family:'Times New Roman', Times, serif;
	font-size:20px; 
	font-weight:bold; 	
	}
.Titulos_Placa_Galeria{
	font-family:"Times New Roman", Times, serif;
	color:#392017;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	}
.Numeros_Placa_Galeria{
	font-family:"Times New Roman", Times, serif;
	color:#392017;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	}

/** inicio stylo vinculos **/
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
/** fin stylo vinculos **/