/* CSS Document */

/*******************************************************************************/
/****  LA DOS COLUMNAS DE LA PORTADA   *****************************************/
/*******************************************************************************/
	.portada_izquieda{	/* Columna donde iran 3 PUBLICACIONES */
		float:left;
		width:307px;
		/*background:#FFCCCC;*/
		margin-top:1px;
	}
	.portada_derecha{   /* Columna donde iran 3 ARTÍCULOS */
		float:right;
		width:310px;
		/*background: #CCCCFF;*/
		margin-top:1px;
		margin-right:2px;
	}
/*******************************************************************************/

/*******************************************************************************/
/****  ESTILOS PARA LAS PUBLICACIONES   ****************************************/
/*******************************************************************************/

.portada_publicacion{
	width: 100%;
	border-bottom: 3px solid #ccc;
	margin: 0px;
	padding:10px 0px 10px 0px;
	background-color: #f3f4f5;
	height:125px;
}

.portada_publicacion img{
	width: 100px;
	float: left;
	position:relative;
	margin: 0px 10px 0px 0px;
	border:1px solid #666;
}
.portada_publicacion img.carrito{
	float:none;
	width:auto;
	margin-top:0px;
	padding-top:4px;
}
.portada_publicacion img.oferta{
	float:none;
	width:auto;
	margin-top:0px;
	padding-top:0px;
}

.portada_publicacion h3{
	/*border-bottom: 1px solid #CDD3D7;*/
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color: #072438;
}
.portada_publicacion h3 a:link,h3 a:visited, h3 a:active{
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color: #072438;
}

.portada_publicacion h4{
	/*border-bottom: 1px solid #CDD3D7;*/
	padding: 5px 2px 5px 2px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:normal;
}

.portada_publicacion h5{
	/*border-bottom: 1px solid #CDD3D7;*/
	padding: 2px 2px 5px 2px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	color:#333;
}
.portada_publicacion h5 a:hover{
	text-decoration:none;
}
/*******************************************************************************/


/*******************************************************************************/
/****  ESTILOS PARA LAS PUBLICACIONES   ****************************************/
/*******************************************************************************/
.portada_articulo{
	width: 100%;
	border-bottom: 3px solid #ccc;
	margin: 0px;
	padding:10px 0px 10px 0px;
	/*background-color: #FBFCED;*/
	height:125px;
}

.portada_articulo img{
	width: 100px;
	float: left;
	position:relative;
	margin: 0px 10px 0px 0px;
	border:1px solid #666;
}
.portada_articulo img.carrito{
	float:none;
	width:auto;
	margin-top:0px;
	padding-top:4px;
	border:none;
}
.portada_articulo img.oferta{
	float:none;
	width:auto;
	margin-top:0px;
	padding-top:0px;
	border:none;
}

.portada_articulo h3{
	/*border-bottom: 1px solid #CDD3D7;*/
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color: #072438;
}
.portada_articulo h3 a:link,h3 a:visited, h3 a:active{
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color: #072438;
}

.portada_articulo h4{
	/*border-bottom: 1px solid #CDD3D7;*/
	padding: 5px 2px 5px 2px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
	font-weight:normal;
}

.portada_articulo h5{
	/*border-bottom: 1px solid #CDD3D7;*/
	padding: 2px 2px 5px 2px;
	margin: 0px 0px 0px 0px;
	font-size:10px;
	font-weight:normal;
	line-height:13px;
	color:#333;
}
.portada_articulo h5 a:hover{
	text-decoration:none;
}
/*******************************************************************************/

