/* CSS Document */

#listadoProductos
{
	overflow: hidden;
}


#listadoProductos #col1
{
	float: left;
	width: 170px;
	background: url(../img/oferta/linea-vertical.png) no-repeat right;
	padding: 0 15px 0 0;
	height: 400px;
	overflow: hidden;
}

#listadoProductos #col2
{
	float: left;
	width: 255px;
	padding: 0 0 0 30px;
}

#listadoProductos #col2 a
{
	color: #2da5e3;
	text-decoration: underline;
}

#listadoProductos li
{
	
	list-style-image: url(../img/oferta/bullet-azul-claro.png);
	margin-bottom: 5px;
	display: list-item;
	background: url(../img/oferta/flecha-gris.gif) no-repeat right;
	padding: 2px;
}

#listadoProductos a
{
	color: #737373;
	text-decoration: none;
	padding-right: 15px;
}

#listadoProductos a
{
	color: #737373;
	text-decoration: none;
	padding-right: 15px;
}


#listadoProductos li.marcada
{
	color: #FFFFFF;
	background-color: #2da5e3;
}


#listadoProductos li.marcada a
{
	color: #FFFFFF;
}

#listadoProductos li.marcada a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


#listadoProductos p
{
	padding-left: 0px;
	margin-left: 0px;
}


#listadoProductos h5
{
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#listadoProductos .subtitulo1
{
	font-size: 13px;
	font-weight:bold;
	color: #2da5e3;
	text-transform:uppercase;
}

#listadoProductos .subtitulo2
{
	font-size: 13px;
	font-weight:bold;
	color: #737373;
	margin: 0 0 15px 0;
}



#listadoProductos a:hover
{
	color: #737373;
	text-decoration: underline;
}

