@charset "utf-8";
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.bkgAjustAba {
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bkgAjustArr {
	background-position: center top;
	background-repeat: no-repeat;
}
.letraBlanca {
	color: #FFFFFF;
}
.letraBlanca11 {
	color: #FFFFFF;
	font-size: 11px;
}
.letraMenu {
	color: #E0E3E9;
	font-size: small;
	font-weight: bold;
}
.letraBlancaGrande {
	color: #FFFFFF;
	font-size: 22px;
}
.letraBarraBusqueda {
	font-size: 16px;
	font-weight: bold;
}
.letra2 {
	font-size: 2px;
	line-height: 2px;
}
.letraAzul {
	color: #0033FF;
}
.letraAmarilla {
	color: #FFFF00;
}
.letraRoja {
	color: #FF0000;
}
p.Pgrande { line-height: 150%; } 

.bkgFooterRepeat {
	background-repeat: repeat-x;
	background-image: url(img/bkgFooter.png);
}
.textoShadow {
	text-shadow: 8px 8px 10px #000000;
	color: #FFFFFF;
}
.letraGris {
	color: #666666;
}
.letraNegra {
	color: #000000;
}
.letraRojaPrecio {
	color: #CF232E;
	font-size: 28px;
	font-weight: bold;
}
.letraCelesteOsc {
	color: #3391CE;
}
.letraCelesteOsc11 {
	color: #3391CE;
	font-size: 11px;
}
.letraCelesteOsc10 {
	color: #3391CE;
	font-size: 10px;
}
.letraGris10 {
	color: #666666;
	font-size: 10px;
}
.letraGris11 {
	color: #666666;
	font-size: 11px;
}
.letraGris12 {
	color: #333333;
	font-size: 12px;
}
.letraGrisOs {
	color: #333333;
	font-size: 12px;
}

.letra10 {
	font-size: 10px;
}
.letra11 {
	font-size: 11px;
}
.letra12 {
	font-size: 12px;
}
.letraGrisOsc {
	color: #333333;
}
.letraNaranjaOsc {
	color: #528C00;
}
.esquinaRedondSup {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 40px;
	top: 50%;
	padding-top: 1px;
}
.BannBkg {
	background-repeat: no-repeat;
	background-position: center center;
}

#bannPaisaje1 {
	background-image: url("../img/bannerPaisaje1.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	height: 280px;
	width: 100%;
}

#bannPaisaje2 {
	background-image: url("../img/bannerPaisaje2.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	height: 280px;
	width: 100%;
}

.barraSeparadoraHoriz {
	height: 1px;
	width: 100%;
}

.btnUL {
	background-color: #00FF00;
	color: #FFF;
	border-radius: 4px;
}

.btn {
	color: #FFF;
	background-color: #333;
}

.btn:hover {
	color: #FFF;
	background-color: #000;
}