body {
	background-color: #8A8F05;
	color: inherit;
	font-family: Verdana;
	font-size: xx-small;
	margin: 0px 0px 0px 0px;
    background-image: url(../images/fondo_body.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
input,textarea{
	border: 1px solid #D8D8D8;
	background-color: #F1F1F1;
}
.boton{
  background-image: url(../images/fondo_boton.jpg);
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 11px;
  color: #60621D;
  height: 25px;
	cursor: pointer;
}

a{
	text-decoration : none;
}
A:hover {
	text-decoration : underline;
}
.top{
background-image: url(../images/top.jpg);
width: 760px;
height: 192px;
}
.fondo_body_medio{
  background-color: #606303;
}
/* menu */
.menu_medio{
  background-image: url(../images/menu_medio.jpg);
  background-repeat: repeat-y;
}
.menu_letra_sp{
	background-image: url(../images/vineta.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 8px;
  font-family: Georgia;
  font-size: .7em;
  color: #000000;
}
.menu_letra_en{
	background-image: url(../images/vineta.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 8px;
  font-family: Georgia;
  font-size: .7em;
  color: #000000;
}
.menu_letra_al{
	background-image: url(../images/vineta.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 6px;
  font-family: Georgia;
  font-size: .65em;
  color: #000000;
}


/* footer */
.fondo_footer{
  background-image: url(../images/footer_fondo.jpg);
  height: 26px;
  background-position: center top;
  background-repeat: no-repeat;
}
.footer_letra{
  font-family: Georgia;
  font-size: 10px;
  color: #8A8F05;
}
/* letras */
.titulos{
	font-family: Georgia;
	font-size: 20px;
	color: #A33D05;
}
.titulos2{
  font-family: Georgia;
  font-size: 17px;
  color: #60621D;
}

.texto_descripciones{
	font-family: georgia;
	font-size: 11px;
	display: inline;
	text-align: justify !important;
}
.texto_descripciones td {
	text-align: justify;
}
.texto_form{
	font-family: georgia;
	font-size: 11px;
	color:#8A8F05;
}
.img_conteiner
{
	padding-left: 4px;
	padding-top: 4px;
	border: 0px solid black;
	width: auto;
}

.img_conteiner_111x111
{
	padding-left: 4px;
	padding-top: 4px;
	border: 0px solid black;
	width: auto;
}

.img_conteiner_500x211
{
	padding-left: 4px;
	padding-top: 4px;
	border: 0px solid black;
	width: auto;
}

.img_shadow_111x111 {
  /*float:left;
  background:  url(../images/shadowAlpha.png) no-repeat bottom right !important;*/
	border: 0px solid green;
	width: 111px;
	height: 111px;
  /*ackground: url(../images/shadow.gif) no-repeat bottom right;*/
  background: url(../images/sombra_111x111.jpg) no-repeat bottom right;
  padding: 0px 4px 4px 0px;
  /*margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;*/
  }

.img_shadow_500x211 {
  /*float:left;
  background:  url(../images/shadowAlpha.png) no-repeat bottom right !important;*/
	border: 0px solid green;
	width: 500px;
	height: 211px;
  /*ackground: url(../images/shadow.gif) no-repeat bottom right;*/
  background: url(../images/sombra_500x211.jpg) no-repeat bottom right;
  padding: 0px 8px 4px 0px;
  /*margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;*/
  }

.img_shadow_111x111 img {
  position: relative;
  left: -4px;
  top: -4px;
	border: 1px solid white;
  }
.img_shadow_500x211 img {
  position: relative;
  left: 0px;
  top: -4px;
	border: 1px solid white;
  }
.letra_mas_fotos{
 font-family: verdana;
 font-size: 8px;
 color: #9C9C38;
}
.fondo_titulos{
  background-image: url(../images/fondo_titulos.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 500px;
  height: 27px;
}
.separador_bonito{
  background-image: url(../images/separador.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
}
.fondo_claro{
 background-color: #F4F4E9;
}
.fondo_obscuro{
 background-color: #ECEDD9;
}
.raya_abajo{
  border-bottom: 1px solid #F4F4E9;
}
.top_degradado{
  background-image: url(../images/top_degradado.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.borde_dorado{
  border: 1px solid #E1E0B7;
}





