@charset "utf-8";
body {
	color: #000000;
	background-color: #999999;
}
h4 {
	font-weight: normal;
	font-size: small;
	display: block;
	margin-top: -5px;
}
li {
	list-style-position: outside;
	list-style-type: none;
	text-indent: -10px;
	margin-left: -20px;
}
ul {
	margin-top: -16px;
}
img {
	border: 1px solid #666;
}
input {
	border: 1px solid #CCC;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	font-size: small;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
}

#imagenes {
	display: none;
}

#contenedor {
	position: absolute;
	height:695px;
	width: 920px;
	top:50%;
	left:50%;
	margin-left:-460px;
	margin-top:-347px;
	background-color: #999999;
	background-repeat: no-repeat;
}

#fondo {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#texto a {
	font-size: small;
	color: #C00;

}
#faq a {
	font-family: Helvetica, sans-serif;
	font-size: small;
	color: #666;
	line-height: 2ex;

}
#faq h3 {
	font-family: Helvetica, sans-serif;
	font-size: small;
	color: #C00;
	margin-bottom: 20px;
}

#titulo {
	margin-left: 50%;
	margin-top: -49%;
	position: absolute;
	z-index: 1;
	color: #C00;
	font-family: Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	margin-right: 0px;
}
#texto {
	position: absolute;
	margin-top: -43%;
	margin-left: 50%;
	width: 420px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: small;
}

#mapa_sitio ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

#mapa_sitio li {
	list-style-position: inside;
	list-style-type: square;
}

#logo1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666;
	float: left;
	margin: 10px;
}
#logo1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666;
	margin: 10px;
	float: right;
}
#logo2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#descuento {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #993;
	margin-top: -5%;
}

#enviar input {
	text-align: right;
	border: 1px solid #750000;
	color: #7D0000;
	background-color: #FBB;
}
#formulario {
	background-color: #E1E1E1;
	border: 1px solid #C00;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 420px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#enviar {
	text-align: right;
	margin-top: 18px;
	padding: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#confirm {
	font-weight: bold;
	color: #090;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 50px;
	margin-left: 5px;
}
#pie_index {
	color: #E8E8E8;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: -7px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 11px;
}

#pie_index a{
	color: #E8E8E8;
}

.cap {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	display: inline;
}
.cap a {
	text-decoration: none!important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.cap a:hover {
	text-decoration: underline;
}
.cap a:visited {
	text-decoration: none;
}

.no_mostrar {
	display: none;
}


.negrita {
	font-weight: bold;
}

.texto {
	display: none;
}
.imagen_izq {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imagen_der {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.rojo {
	font-weight: bold;
	color: #C00;
}
.arroba {
	text-decoration: none;
	font-family: "Arial Narrow", Arial;
	font-style: normal;
	color: #666;
}
.solo_texto {
	display: none;
}




/* Safari hack */  
body:first-of-type #titulo{  margin-top: -67%;} 
body:first-of-type #texto{  margin-top: -58%;} 

/* Google Chrome hack */  
body:nth-of-type(1) #titulo {  margin-top: -67%;}
body:nth-of-type(1) #texto { 	margin-top: -58%;}

/* Opera hack */  
.opera #titulo {margin-top:-50%!important;}
.opera #texto {margin-top:-44%!important;}

/* firefox hack */  
.gecko #titulo {margin-top:-51%!important;}
.gecko #texto {margin-top:-45%!important;}

/* ie7 hack */ 
.ie7 #titulo {
	margin-top:-51%!important;
	position: relative;
	padding-top: 4px;
	margin-bottom: -4px;
}
.ie7 #texto {
	position: relative;
	height: 58%;
	margin-top: 0px;
	padding-top: 3px;
}
.ie7 #descuento {
	margin-top:-2%!important;
	position: relative;
	font-size: small;
}
.ie7 h2 {
	font-size: large!important;
}

