
/* NOVEDADES */

body#novedades {
	background-color: #C0252C;
}

#menu ul li#mm_novedades {
	background-image: url(../images/menu_bullet_novedades.png);
	height: 85px;
}

body#novedades #menu {
	background-color: #E1DFD8;
}

body#novedades #body_wrapper {
	background-color: #E1DFD8;
}

body#novedades h2 {
	color: #C0252C;
	margin-left: 10px;
}

#novedades_list .nov_header {
	background-color: #FFF;
	cursor: pointer;
	display: block;
	margin-top: 0;
	padding: 10px 10px 0 10px;
}

#novedades_list .nov_content {
	background-color: #FFFFFF;
	overflow: hidden;
	height: auto;
}

#novedades_list .nov_content a, #novedades_list .nov_content a:visited {
	color: #C0252C;
	text-decoration: none;
	font-style: italic;
}

#novedades_list .nov_content a:hover {
	text-decoration: underline;
}

#novedades_list .nov_header table {
	width: 100%;
}

#novedades_list .nov_header table td {
	vertical-align: middle;
	text-align: left;
}

#novedades_list .nov_header table td.nov_date {
	width: 145px;
	font-family: 'ClarendonRoman', 'Times New Roman', Times, serif;
	font-size: 12px;
	color: #9c9785;
	text-transform: uppercase;
	padding-left: 5px;
}

#novedades_list .nov_header table td.nov_title {
	font-family: 'ClarendonRoman', 'Times New Roman', Times, serif;
	font-size: 17px;
	color: #C0252C;
	text-transform: uppercase;
}

#novedades_list .nov_header table td.nov_arrow {
	width: 25px;
}

#novedades_list .nov_content table td {
	vertical-align: top;
	text-align: left;
}

#novedades_list .nov_content table td.nov_photo {
	width: 130px;
}

#novedades_list .nov_content table td.nov_desc {
	padding: 0 30px 0 15px;
}

#novedades_list .nov_bottom {
	background-color: #FFFFFF;
	height: 10px;
	display: block;
	margin-bottom: 15px;
}
