body {
	background:url(imagenes/fondo.jpg);
	font-family:Arial;
	font-size:1em;
	font-size:0.9em;;
}
a {
	border:none;
}
a img {
	border:none;
}
li {
	border:none;
}
#imagen_principal {
	margin:auto;
	width:700px;
	height:526px;
	border:10px solid #FFFFFF;
}
#imagen_esquina {
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	height:500px;
	background:url(imagenes/imagen_esquina.png) no-repeat;
}
#contenido_arriba {
	background:url(imagenes/logo_arriba.png) no-repeat;
	margin:auto;
	width:800px;
	height:165x;
	padding-bottom:2.7em;
}
#contenido_arriba.ofertas {
	background:url(imagenes/logo_arriba_ofertas.png) no-repeat;
	margin:auto;
	width:800px;
	height:165x;
	padding-bottom:2.7em;
}
#contenido_arriba h3 {
	margin-left:3em;
	margin-bottom:2em;
}
#contenido_arriba #botones {
	float:left;
	width:300px;
}
#contenido_arriba img.logo {
	margin-left:3em;
}
#contenido {
	overflow:hidden;
	height:1%;
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
}
#fotos li {
   display:inline;
   float:left;
   padding:5px;
   margin:5px;
   text-align: center;
}
#fotos img {
	height:80px;
	width:100px;
	border:5px solid #CCCCCC;
}
#fotos img:hover {
	border:5px solid #990000;
}
#fotos {
	width:800px;
}
#pie {
	clear:both;
	background:url(imagenes/fondo_pie.png) no-repeat;
	margin:auto;
	width:800px;
	height:83px;
}
#pie p {
	margin:0px;
}
#contacto {
	width: 550px;
	margin-top:2em;
	margin-left:2em;
	margin-bottom: 1em;
	clear: both;
}
#contacto input {
	background-color:#FFDFE0;
	border:1px solid #000;
}
#contacto input:hover {
	background-color: #FFDFE0;
	border:1px solid #990000;
}
#contacto input:focus {
	background-color: #FFDFE0;
	border:1px solid #990000;
}
#contacto textarea {
	background-color: #FFDFE0;
	border:1px solid #000;
}
#contacto textarea:hover {
	background-color: #FFDFE0;
	border:1px solid #990000;
}
#contacto textarea:focus {
	background-color: #FFDFE0;
	border:1px solid #990000;
}
#contacto_dentro {
	background:url(imagenes/fondo_contacto.png) no-repeat;
	margin-left:4em;
	padding-bottom:3em;
	width:700px;
	height:120px;
}
#contacto form div {
	display: inline;
	float: left;
	width: 45%;
}
#contacto form div label {
	display: block;
}
#direccion {
	background:url(imagenes/fondo_direccion.png) no-repeat;
	border:1px solid #990000;
	width:670px;
	height:150px;
	padding-left:2em;
	margin-left:2em;
}
#direccion p h4 {
	float:left;
}
#direccion img {
	float:right;
}
div.articulo {
	background:url(imagenes/fondo_articulos.png) no-repeat;
	background-color:#EFEFEF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #CCCCCC;;
	border-bottom: 1px solid #CCCCCC;
	width: 300px;
	padding: 1em;
	padding-top: 0;
	margin: 1em;
	margin-left:3em;
	float:left;
}
div.articulo img {
	margin-right: 1em;
}
div.articulo .p_actual {
	color:#000;
	font-weight: bold;
}
div.articulo .p_anterior {
	color: #F00;
	font-weight: bold;
	text-decoration:line-through;
}
div.articulo .p_rebaja {
	font-style: italic;
	color:#009900;
}
#articulos {
	min-height:300px;
	width:800px;
	text-align:right;
}
#articulos img {
	float:left;
}
#enviado {
	margin-left:4em;
	margin-top:4em;
	margin-bottom:9em;
}
#enviado h3 {
	color:#710003;
}
#enviado a {
	color:#710003;
	text-decoration:none;
	border-bottom:1px dotted;
}
#barra_acceso_aceites {
	width:292px;
	margin:auto;
	margin-bottom:2em;
	margin-top:5em;
}
.rojo {
	color:#990000;
	font-weight:bold;
}
.pequeno {
	float:right;
	font-size:10px;
}
div.error {
	clear: both;
	margin-left:5em;
	font-size:12px;
	color:#D90005;
}