/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont #banner {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #141414;
	background-color: #000;
	text-align: center;
	margin-bottom: 10px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont .producto {
	width: 185px;
	float: left;
	margin: 3px 2px 3px 2px;
	padding: 3px 2px;
	text-align: center;
	border-right: 1px solid #000D1D;
	/*background-color:#000;*/
}

.colCont .producto ul li {
	line-height: 1.6em;
}

.colCont .producto ul li a {
	color: white;
}

.colCont .producto ul li a:hover {
	text-decoration: underline;
}

.colCont .producto ul li strong.marca {
	color: #ff3300;
}

.colCont .producto ul li span.precio_pasado {
	text-decoration: line-through;
}

.colCont .producto ul li strong.precio_actual {
	color: #ffcc00;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.colCont .separata {
	clear: both;
	margin: 10px 0;
}

.colCont .separata hr {
	height: 1px;
	border: 1px solid #353535;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/* INDEX - NOTICIAS + DESPLEGABLES */
div#index-noticias {
	border-bottom: 1px solid #002F5D;
	background-image: url(../images/fnd-index-noticias.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #000E1C;
	padding: 10px;
}

div#index-noticias h2 {
	display: none;
}

div#index-noticias ul {
	
}

div#index-noticias ul li {
	line-height: 1.4em;
}

div#index-noticias ul li a {
	color: white;
}

div#index-noticias ul li a:hover {
	text-decoration: underline;
}

div#index-noticias p {
	text-align: right;
}

div#index-noticias p a {
	text-decoration: underline;
	color: #FE3B00;
	font-weight: bold;
}

div#index-noticias p a:hover {
	text-decoration: none;
}