body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
#pagina {
	margin: auto;
	/*border: 0px dotted black;*/
	width: 850px;
}
#cabecera {
	border: 0px solid red;
	height: 386px;
}
#logo {
	position: relative;
	height: 128px;
	background-image: url('/images/cabecera.jpg');
}
#idioma {
	position: absolute;
	right: 8px;
	top: 100px;
	text-align: right;
	border: 0px dotted red;
	color: #999999;
}
#idioma a {
	text-decoration: none;
	color: #999999;
}
#menu {
	padding-left: 1px;
	height: 37px;
	background-image: url('/images/menuback.gif');
  background-repeat: repeat-x;
}
#foto {
	height: 199px;
	background-image: url('/images/foto.jpg');
}
#cabecera_separador {
	height: 22px;
	background-image: url('/images/cabecera_separador.gif');
  background-repeat: repeat-x;
}
#sep1 {
	width: 840px;
	height: 1px;
	margin-top: 0px;
	border: 1px solid #Fff;
	border-bottom-color: #f00;
}

#cuerpo {
	border: 0px solid green;
}
#pie {
	clear: both;
	border: 0px solid blue;
	background-image: url('/images/pieback.gif');
  background-repeat: repeat-x;
	background-color:#F00;
	padding-top: 20px;
	/*color: #666666;*/
	color: #FFF;
	text-align: center;
}

#headmenu {
	float: left;
	width: 121px;
	height: 31px;
	background-image: url('/images/headmenu.gif');
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 3px;
	padding-top: 10px;
}
#headmenuselected {
	float: left;
	width: 121px;
	height: 31px;
	background-image: url('/images/headmenuselected.gif');
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 3px;
	padding-top: 10px;
}
#headmenu a {
	text-decoration: none;
	color: #FFFFFF;
}
#headmenuselected a {
	text-decoration: none;
	color: #FFFFFF;
}

#pie_enlaces {
	color: #FF9900;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
}
#contenido {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-align: justify;
	/*border: 0px dotted black;*/
}

#contenido a {
  color: #F00;
	text-decoration: none;
}
#contenido a:hover {
	text-decoration: underline;
}


h1 {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

#buscador {
	position: relative;
	border: 0px dotted green;
	float: left;
	width: 530px;
	height: 275px;
	background-image: url('/images/buscadorback.gif');
}
#buscador_titulo {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 80px;
	top: 20px;
}
#contactar {
	border: 0px dotted red;
	position: relative;
	float: right;
	width: 320px;
	height: 275px;
	background-image: url('/images/contactarback.gif');
}
#contactar_titulo {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 10px;
}
#destacadas {
	clear: both;
	border: 0px dotted blue;
	height: 225px;
	background-image: url('/images/destacadasback.gif');
}
#destacadas_titulo {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	left: 80px;
	top: 30px;
}
#destacadas_items {
	border: 0px solid red;
	width: 840px;
	height: 140px;
	position: relative;
	left: 5px;
	top: 65px;
}
#destacada_item {
	float: left;
	border: 0px dotted red;
	margin-left: 8px;
	margin-right: 8px;
	width: 122px;
}
.destacada_foto {
	border: 1px solid red;
}
.destacada_cabecera {
	color: #FF0000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 12px;
}
.destacada_cabecera a {
	color: #CC6633;
	text-decoration: none;
}
.destacada_texto {
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	height: 12px;
}
.destacada_texto a {
	color: #666666;
	text-decoration: none;
}
.destacada_precio {
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 12px;
}

.result a {
  color: #F00;
	text-decoration: none;
}
.result a:hover {
	text-decoration: underline;
}
