@import url(promociones.css);
@import url(paginacion.css);
@import url(destacados.css);
@import url(listados.css);

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	text-align: center;
	background: #ffa127 url(../i/fondoweb.jpg) left -90px repeat-x;
	padding: 10px 0 0 0;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #f55d01;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: 0;
}

h1 {
	text-indent: -5000px;
	height: 80px;
	width: 790px;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 10px 0 10px 65px;
	height: 40px;
	background: url(../i/fondoTop_destacados.png) top left no-repeat;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
}

* html h2 {
	background: url(../i/fondoTop_destacados.gif) top left no-repeat;
}

h3 {
	font: 800 18px Arial, Helvetica, sans-serif;
	color: #f55d01;
}

#contenedor {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
}

* html #contenedor {
	width: 978px;
}

#irALaHome {
	text-indent: -5000px;
	display: block;
	position: absolute;
	width: 95px;
	margin-top: -12px;
	height: 105px;
}

#contenido {
	padding: 10px 0;
	background: url(../i/fondo_logo.jpg) top no-repeat;
}

#banners {
	padding: 0px 0px;
}

#abajo {
	clear: left;
}

#pie {
	background: #000;
	color: #fc6;
	font: 11px Arial, Helvetica, sans-serif;
	height: 23px;
	padding-top: 8px;
	padding-left: 10px;
	clear: both;
	margin-top: 10px;
}

#secundaria {
	width: 800px;
	float: left;
	margin: 0;
}

#enlaces {
	width: 175px;
	padding: 0;
	margin-left: 800px;
	margin-top: 90px;
}

#enlacesInternos {
	background: url(../i/enlaces_top.gif) top;
	padding: 0;
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
}

#enlacesInternos a {
	color: #cf6;
}

#enlacesInternos .titulo {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #8eff2a;
}

#enlacesInternos img {
	border: 1px solid #656565;
}

#enlaces ul {
	margin: 0 0 -10px 0;
	list-style: none;
	padding: 10px 10px 0 10px;
}

* html #enlaces ul {
	padding: 10px 5px 0 10px;
}

#enlaces ul li {
	margin-bottom: 10px;
}

.contenido {
	background: #ffe6c5;
	padding: 10px 10px 1px 10px;
	min-height: 95px;
	width: 770px;
}

.contenido .fecha span {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../i/ico_fecha.gif) left no-repeat;
}

* html .contenido {
	height: 95px;
}

.contenido h3 {
	margin-top: 0;
}

.contenido div.subtitulo {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 2px;
}

.tapaContenido {
	background: url(../i/hoja_down.png) bottom left no-repeat;
	padding: 0;
	height: 10px;
	margin: 0;
	clear: both;
	margin-bottom: 10px;
}

* html .tapaContenido {
	background: url(../i/hoja_down.gif) bottom left no-repeat;
	margin-top: -5px;
}

.listado {
	width: 790px;
}

.listado ul li {
	padding: 10px;
	background: #ffdb9e;
	border: 1px solid #e6bd88;
	margin-top: -4px;
	min-height: 1px;
}

* html .listado ul li {
	margin-top: auto;
	min-height: 0;
}

.listado .impar {
	background: #ffd197;
}

.tapitaInferior {
	background: url(../i/enlaces_down.gif) top left no-repeat;
	height: 10px;
}

/* Detalle de contenido */

.detalleContenido {
	background: url(../i/hoja_top.png) top left no-repeat;
	margin-right: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}

* html .detalleContenido {
	background: url(../i/hoja_top.gif) top left no-repeat;
}

.detalleContenido .contenido {
	background: #ffe6c5;
	padding: 10px 10px 10px 10px;
}

.conTitulo {
	background: transparent;
}

.conTitulo h2 {
	width: 770px;
	font: italic bold 30px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px;
	margin: 0;
}

.detalleContenido img {
	margin: 0 auto;
	display: block;
}

.detalleContenido h2 {
	background: url(../i/hoja_topTitle.png) top left no-repeat;
	height: 40px;
}

* html .detalleContenido h2 {
	background: url(../i/hoja_topTitle.gif) top left no-repeat;
}

* html .detalleContenido {
  width: 790px;
  margin-right: -10px;
}