body {
	background: url(../imagenes/fondo-web.jpg) center repeat-y #d7daca;
	margin:0 auto;
}

#BordesSup {
	height:10px;
}

#BordesInf {
	height:10px;
}

#Cuerpo {
	margin:0 auto;
	width:775px;
}

#Cabecera {
	margin:0 auto;
}

#Contenido {
	margin:0 auto;
	width:694px;
	padding-left:81px;
}

#Creditos {
	margin:0 auto;
	width:775px;
}

#Creditos1 {
	margin:0 auto;
	width:480px;
	color:#808080;
	font-size:13px;
}

#Creditos2 {
	margin:0 auto;
	width:480px;
	color:#808080;
	font-size:13px;
}


/* INICIO CABECERAS */
H1 {
   font-family: Tahoma, Arial, Sans-serif;
   font-size: 48pt;
   color: #cd91b5;
}

H2 {
   font-family: Tahoma, Arial, Sans-serif;
   font-size: 15pt;
   color: #ffffff;
}

H3 {
   font-family: Tahoma, Arial, Sans-serif;
   font-size: 15pt;
   color: #a52671;
}

H4 {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* FIN CABECERAS */


.textos {
	color: #5c5c50;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.textos {
	text-decoration: none;
	color: #941f1f;
}
A.textos:hover {
	color: #000000;
	text-decoration: none;
}

.textosverde {
	color: #426625;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.textosverde {
	text-decoration: none;
	color: #000000;
}
A.textosverde:hover {
	color: #941f1f;
	text-decoration: none;
}

.textosrojo {
	color: #941f1f;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.textosrojo {
	text-decoration: none;
	color: #000000;
}
A.textosrojo:hover {
	color: #941f1f;
	text-decoration: none;
}


.copy {
	color: #808080;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
A.copy {
	color: #808080;
	text-decoration: none;
}
A.copy:hover {
	color: #a52671;
	text-decoration: underline;
}

.pie {
	color: #a39f7b;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.pie {
	color: #a39f7b;
	text-decoration: none;
}
A.pie:hover {
	color: #831b1b;
	text-decoration: underline;
}

/* Imagenes de Sustitución SCROLL */

/* Botón PORTADA */
a#portada {
    display:block;
    text-indent:-9999em;
    background:url(../menu/portada.gif) top left no-repeat;
    width:95px;
    height:34px;
}
a#portada:hover {
    background-position:0 -34px;
}

/* Botón OFERTAS */
a#ofertas {
    display:block;
    text-indent:-9999em;
    background:url(../menu/ofertas.gif) top left no-repeat;
    width:94px;
    height:34px;
}
a#ofertas:hover {
    background-position:0 -34px;
}

/* Botón ÚLTIMO FOLLETO */
a#folleto {
    display:block;
    text-indent:-9999em;
    background:url(../menu/ultimo-folleto.gif) top left no-repeat;
    width:136px;
    height:34px;
}
a#folleto:hover {
    background-position:0 -34px;
}

/* Botón CATÁLOGO */
a#catalogo {
    display:block;
    text-indent:-9999em;
    background:url(../menu/catalogo.gif) top left no-repeat;
    width:102px;
    height:34px;
}
a#catalogo:hover {
    background-position:0 -34px;
}

/* Botón TIENDAS MÁS CERCANAS */
a#tiendas {
    display:block;
    text-indent:-9999em;
    background:url(../menu/tienda-cercana.gif) top left no-repeat;
    width:185px;
    height:34px;
}
a#tiendas:hover {
    background-position:0 -34px;
}

/* Botón CONTACTAR */
a#contactar {
    display:block;
    text-indent:-9999em;
    background:url(../menu/contactar.gif) top left no-repeat;
    width:368px;
    height:34px;
}
a#contactar:hover {
    background-position:0 -34px;
}

