@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "MyriadPro-Semibold";
  src: url(../MyriadPro-Semibold.otf) format("opentype");
}
 
body {
	background-image: url(BG.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulos22{
	font-family: MyriadPro-Semibold;
	color:#000000;
	font-size: 22px;
}
.texto16{
	font-family: MyriadPro-Semibold;
	color:#808080;
	font-size: 15px;
}
.texto16negro {
	font-family: MyriadPro-Semibold;
	color:#000000;
	font-size: 16px;
}

.titulos19{
	font-family: MyriadPro-Semibold;
	color:#000000;
	font-size: 19px;
}
.fotos {
	border: 2px solid #6B633D;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Firefox, Opera, ... */
	opacity: 0.7; /* CSS 3*/
}
.fotos:link {
	border: 2px solid #867C4B;
	filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Firefox, Opera, ... */
    opacity: 0.6; /* CSS 3*/
}
.fotos:hover {
	border: 2px solid #000000;
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* Firefox, Opera, ... */
    opacity: 1; /* CSS 3*/
}
.imagengrande {
	border: 4px solid #867C4B;
}
.textoprecios {
	font-family: Arial;
	color:#CC0000;
	font-size: 16px;
	font-weight: bold;
}
.texto15arial {
	font-family: Arial;
	color:#333333;
	font-size: 15px;
}
.titulos17arial {
	font-family: Arial;
	color:#877D4C;
	font-size: 17px;
	font-weight: bold;
}
p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.botones16arial {
	font-family: Arial;
	color:#877D4C;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.botones16arial:link {
	font-family: Arial;
	color:#877D4C;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.botones16arial:hover {
	font-family: Arial;
	color:#BF2700;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

