/* ESTILOS INICIO */

#novedades{
	display:table;
	text-align:center;	
}

#inicio_promociones_cabecera{
	height:20px;
	background-color:#d0d7e2;
	border:#afb7c8 1px solid;
	border-bottom:none;
	text-align:center;
	font-size:14px;
	color:#617aa9;
	width:99%;
}

#inicio_promociones_cuerpo{
	display:table;
	/*text-align:center;
	margin:auto;*/
	padding-left:5px;
}

#inicio_promociones_item{
	display:block;
	float:left;
	width:226px;
	height:168px;
/*	margin:5px;*/
/*	background-image:url(../maq/fondo_itm_promo.gif);*/
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

#cuadro_cabecera_tipo{
	display:none;
	text-align:center;
	width:80px;
	background-color:#FFFFFF;
	font-size:11px;
	color:#ffbc3a;
	margin:auto;
}

#cuadro_centro_inicio_promociones_item{
	display:table;
	clear:both;
	width:226px;
	height:100%;
	background: url(../maq/cuadro_centro.gif) top repeat-y;
}

#cuadro_centro_inicio_promociones_item span{
	float:left;
	text-align:center;
	width:100%;
}

#inicio_noticia{
	text-align:justify;
	margin:9px;
	height:45px;
	background:url(../maq/flecha_inicio_noticias.gif)  bottom right no-repeat;
}

#inicio_noticia span{
	font-weight:bold;
	font-size:11px;
}

#inicio_noticia a{
	text-decoration:none;
}

#inicio_noticia a:hover{
	color:#4c659d;
}



/* Clases */
.h11{
	display:block;
	height:11px;
}

.barrasep{
	display:block;
	width:210px;
	height:2px;
	margin:auto;	
	color: #b1bcd1;
	background-color: #b1bcd1;
	border:none;
}

.class_over{
	cursor:pointer;
}

.class_out{
	cursor:auto;
}

/* destacados */
.promociones_item{
	display:block;
	float:left;
	margin: 3px;
	cursor:pointer;
}

.promociones_item_cabecera
{
	display:block;
	background-image:url(../maq/cabecera_destacados.gif);
	background-repeat:no-repeat;
	width:225px;
	height:27px;
}

.promociones_item_pie
{
	display:block;
	background-image:url(../maq/pie_destacados.gif);
	background-repeat:no-repeat;
	width:225px;
	height:27px;
}

.promociones_item_centro
{
	border-left: 1px solid #D2D7E1;
	border-right: 1px solid #D2D7E1;
/*	background-color: #F1F2F3;*/
/*	background-color:#FF0000;*/
	height:auto;
}

.promociones_item_foto{
	display:block;
	width: 223px;
}

.promociones_item_foto img
{
	border: 4px solid #FFBC3A;
}

.promociones_item_foto span{
	margin-left:25px;
	font-weight:bold;
	color:#4C659D;
}

.promociones_item_txt{
	display:block;
	width:223px;
	height:60px;
	vertical-align:top;
}



.promociones_item_txt p
{
	display:none;
}

.promociones_item_txt h2{
	font-size:16px;
}

.promociones_item_txt a
{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
	text-decoration:none;
	color:#003399;
}

.promociones_item_txt a:hover{
	color:#003399;
}

.promociones_item_txt span
{
	display:block;
	font-size:12px;
	margin-right:10px;
}

.promociones_item_txt h3
{
	font-size:12px;
	font-weight:normal;
}
