* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
 font-size: 11px;
 background-color:#FFFAF4;
}
#wrapper {
 width: 780px;
 margin: 0 auto;
background-color:#FFFFFF;

}
#navbar {
 margin: 0px 0px 0px 0px;
 background-color: #9b3b3c;
 height: 27px;
}
#header {
 margin: 10px 0px 0px 0px;
 height: 160px;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 /* margin: 0 5px 0px 5px;*/
 display: inline; /* IE Hack */
 width: 213px;
 float: left;
 background-color: #ffffff;
 min-height: 300px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn {
 /*  margin: 0 0px 0px 0px; */
 display: inline; /* IE Hack */
 width: 367px;
 float: right;
 min-height: 300px;
 background-color:ffffff;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn { /* Parent Wrapper for inside boxes */
 /* margin: 0 5px 0px 5px;*/
 display: inline; /* IE Hack */
 width: 200px;
 float: right;
 background-color: #ffffff;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 


/* #centercolumn a{
 color:#005EEA;
}*/


#footer {
 clear : both;
 background-color: #F9E3D6;
 display: inline; /* IE Hack */
 float: left;
 width: 780px;
 height: 110px;
}

/*#footer p{
 text-align:center;
}*/



/* ************************************* */
/* ***********ENLACES PROPIOS*********** */
/* ************************************* */

.texto_pie_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #864239;
	text-decoration: none;
}
a.enlaces_pie_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #864239;
	text-decoration: underline;
}
a.enlaces_pie_pagina:hover {
	color: #d29a93;
}
.separador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #864239;
	text-decoration: none;
}
.enlace_a_ferca_pie_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
.combo_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #864239;
	text-decoration: none;
	background-color: #fef0e5;
	border: 1px solid #000000;
}
.cuadro_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #864239;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cf816b;
	padding: 1px;
	border: 1px solid #ffffff;
}
.linea_izquierda {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b6b6b6;
}
.borde_foto {
	border: 1px solid #cd826d;
}
.enunciado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #864239;
	text-decoration: none;
}
.enunciado_interior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #864239;
	text-decoration: none;
}

.enunciados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.enunciados_naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #cf816b;
	text-decoration: none;
}
.precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #cf816b;
	text-decoration: none;
}
.euros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #cf816b;
	text-decoration: none;
}

.marca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #9CA2A3;
	text-decoration: none;
 	text-transform: capitalize;
}
.enlaces_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #9b3b3c;
	text-decoration: none;
 	text-transform: capitalize;
}
.enlaces_submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CF816B;
	text-decoration: none;
 	text-transform: capitalize;
}
.enlaces_submenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
 	text-transform: capitalize;
}

.linea_rosa {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebd8ca;
}

td.menu {
	background-color: #FFFFFF;

}

td.menu:hover {
	background-color: #fef0e5;
	cursor: hand;
	cursor:pointer;
}

td.submenu {
	background-color: #FFFFFF;

}

td.submenu:hover {
	background-color: #ffd8cd;
	cursor: hand;
	cursor:pointer;
}

td.submenu2 {
	background-color: #FFFFFF;

}

td.submenu2:hover {
	background-color: #efefef;
	cursor: hand;
	cursor:pointer;
}


a.paginacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #9b3b3c;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}
a.paginacion:hover {
	color: #963e3c;
	background-color: #ffffff;
}
.numeracion_paginacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

