/* CSS Document */
/* ----- ESTRUCTURA ----- */
body{
	margin:0px;
	color:#000000;
}
hr{
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border:none;
}
.cabecera{
	width:850px;
	height:85px;
	margin-right:auto;
	margin-left:auto;
		margin-top:40px;
	padding:0px;
	text-align:left;
	background-repeat:no-repeat;
	background-position:right top;
	overflow:visible;
}
.chinche{
	float:right;
}
.cuerpo{
	width:850px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
.izquierda{
	width:250px;
	padding:0px;
	float:left;
	background-image:url(../ima/bg_izq.gif);
	background-repeat:repeat;
}
.izquierdaTiendas{
	width:215px;
	padding:0px;
	float:left;
	background-image:url(../ima/bg_izq.gif);
	background-repeat:repeat;
	height:383px;
	overflow:auto;
}

.derecha{
	/*width:655px;*/
	width:580px;
	padding:0px;
	float:left;
	margin-left:20px;
	max-height:383px;
}
.izquierda, .derecha
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
.cuerpo
	{
	overflow: hidden;
	}
/* ----- CONTENIDO ----- */
.derecha img{
margin:0px;
margin-bottom:20px;
}
H1{
font-family:"Trebuchet MS", Arial, Verdana;
font-size:24px;
text-align:left;
line-height:26px;
margin:0px;
}
H2{
font-family:"Trebuchet MS", Arial, Verdana;
font-size:24px;
text-align:right;
line-height:26px;
margin:0px;
}
H3{
font-family:"Trebuchet MS", Arial, Verdana;
font-size:12px;
text-align:left;
line-height:14px;
margin:0px;
margin-top:10px;
}
.cabecera ul{
font-family:"Trebuchet MS", Arial, Verdana;
width:570px;
font-size:12px;
font-weight:bold;
text-align:left;
line-height:14px;
color:#FFFFFF;
list-style:none;
margin:0;
padding:0;
}
.cabecera li{
margin:10px 7px 10px 5px;
border:none;
float:left;
display:block;
color:#FFFFFF;
text-decoration:none;
text-align:center;
background-color:#000000;
}
.cabecera li a{
display:block;
text-decoration:none;
text-align:center;
color:#000000;
background-color:#ffffff;
}
.cabecera li a:hover{
color:#FFFFFF;
background-color:#000000;
}
.izquierda p{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:16px;
background:#FFFFFF;
margin:0px;
}
.izquierda p a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration:none;
border:none;
}
.derecha p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
background:#FFFFFF;
margin:0px;
}
.cuerpo p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
background:#FFFFFF;
margin:0px;
}
.cuerpo p a{
color:#000000;
text-decoration:none;
}
.cuerpo p a:hover{
text-decoration:underline;
}
.derecha p a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
background:#FFFFFF;
margin:0px;
text-decoration:none;
}
.derecha p a:hover{
text-decoration:underline;
}