* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	color: #969696;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#contenido{
	background: url(../imagen/fondo_gral.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/*Generales*/
.cb{
	clear: both;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

p{
	margin-top: 1em;
}

img{
	border: 0;
}

/*Textos*/
h1{
	color: #FFFFFF;
	display: inline;
	font: normal 18px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

h2{
	color: #3593B5;
	display: inline;
	font: bold 13px Arial, Helvetica, sans-serif;
}

h3{
	color: #0C5D7A;
	display: inline;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.destacado{
	color: #0C5D7A;
}

/*Cabecera*/
#cabecera{
	height: 140px;
	margin: 0 auto;
	width: 780px;
}

/*Menu*/
#menu{
	float: left;
	width: 214px;
}

#menu a{
	background: url(../imagen/menu_off.gif) repeat-y;
	color: #FFFFFF;
	float: right;
	font: bold 14px/80px Arial, Helvetica, sans-serif;
	height: 60px;
	margin-bottom: 3px;
	text-align: right;
	text-decoration: none;
	width: 190px;
}

#menu a span{
	padding-right: 20px;
}

#menu a:hover{
	background: url(../imagen/menu_on.gif) repeat-y;
	color: #3593B5;
}

/*Contenido*/
#central{
	background-color: #0C5D7A;
	float: left;
	margin: 0 0 0 3px;
	width: 295px;
}

#central .encabezado{
	height: 69px;
	padding: 15px 10px 0;
	text-align: left;
}

#texto{
	float: right;
	margin-right: 25px;
	text-align: left;
	width: 225px;
}

#texto p{
	line-height: 16px;
}

#tiendas{
	background-color: #0C5D7A;
	float: left;
	height: 70px;
	margin-left: 3px;
	padding: 15px 5px 0 10px;
	text-align: left;
	width: 525px;
}

.tienda{
	margin-left: 3px;
	width: 525px;
	text-align: left;
}

#nav li {
	float: left;
	list-style: none;
	text-align: center;
}

#nav li img{
	border: 1px solid #FFFFFF;
	margin: 0 3px;
}

#nav li a{
	color: #FFFFFF;
	text-decoration: none;
}

/*Pie*/
#pie{
	background: url(../imagen/pie.png) no-repeat scroll 0 15px;
	color: #FFFFFF;
	height: 70px;
	margin: 0 auto;
	padding-top: 38px;
	width: 780px;
}

