@charset "UTF-8";
/* CSS Document */

@import url("global.css");

body {
	background-color: chocolate;
}
h2 {
	color: #c60;
}
a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	color: chocolate;
	text-decoration: none;
}
a:hover {
	color: #c30;
	text-decoration: underline;
}
a:active {
	color: #c03;
	text-decoration: underline;
}
.aclaraciones {
	font-size: .8em;
}
.secciones {
	font-size: .8em;
	color: #666;
	clear: left;
}
.subsecciones {
	font-size: 1em;
	font-weight: bold;
	color: #c60;
}
.subtitulo {
	font-size: .8em;
	color: white;
}
.titulos {
	font-size: .96em;
	font-weight: bold;
	color: #c60;
}
.creditos {
	font-size: .8em;
	color: #eee;
}
.menusecciones {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}
#menu a:visited {
	color: #fec;
	text-decoration: none;
}
.menusubsecciones {
	font-size: .8em;
	color: white;
}
#menu a:hover {
	color: #fdb;
	text-decoration: none;
}
td.columna {
	background-color: sandybrown;
	width: 110px;
	vertical-align: top;
}
.miniaturas {
	margin-right: 1em;
	margin-bottom: 2em;
	border: 1px solid #f60;
	float: left;
	margin-top: .25em;
}
.divisor {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fc9;
	margin-bottom: 10px;
}
#contenido ul {
	list-style: url(../images/novedades/cuadrado-naranja.gif);
}
.destacadonovedades {
	background-color: #fff1e5;
	padding: .8em 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}
.estilo2 {
	color: #c60;
	font-size: .96em;
}
.estilo3 {
	color: #c30;
	font-weight: bold;
}
#destacado {
	margin-bottom: 1em;
	background: #eee;
	padding: .2em 1em 1em;
}

/* Columnas */
#columnanovedadesizq {
	margin-right: 51%;
	_margin-right: 300px;
	padding-right: 1em;
	border-right: 1px solid #eee;
}
#columnanovedadesder {
	width: 49%;
	_width: 280px;
	float: right;
}
#columnanovedadesizq h3, #columnanovedadesder h3 {
	color: #c60;
	border-bottom: 3px solid #eee;
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.5em;
}
#columnanovedadesizq h5, #columnanovedadesder h5 {
	line-height: 125%;
}
#columnanovedadesizq p, #columnanovedadesder p {
	line-height: 120%;
	margin-top: 0;
}
