@charset "iso-8859-1";
/* CSS Document */

/*********************************************************/
/* DESTACADOS									 		 */
/*********************************************************/
#destacados
{
	padding:20px;
	padding-right:0px;
}
#destacados .titulo
{
	font-family:"Chinacat_Bold";
	font-size:18px;	
	color:#000000;
	padding-left:10px;
	margin-bottom:25px;
}
#destacados .producto
{
	width:312px;
	padding-right:10px;
	height:275px;
	float:left;
	margin-bottom:20px;
	background-image:url(../images/home/fondo_producto_destacado.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#destacados .producto .content
{
	width:310px;
	height:260px;
	padding-top:10px;
}
#destacados .producto .content .foto
{
	width:185px;
	height:185px;
	float:left;
	text-align:center;
	overflow:hidden;
}
#destacados .producto .content .foto img
{
	height:180px;
	border-style:solid;
	border-width:1px;
	border-color:#BEBEBE;
}
#destacados .producto .content .comprar
{
	width:112px;
	float:left;
	padding-top:150px;
	text-align:right;
}
#destacados .producto .content .comprar .euros
{
	font-size:24px;
	font-weight:bold;
	color:#f42019;
}
#destacados .producto .content .titulo_y_coleccion
{
	height:38px;
	color:#000;
	padding-left:20px;
	font-family:Chinacat_Bold;
	font-size:15px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:0px;
	line-height:20px;
}
#destacados .producto .content .titulo_y_coleccion a
{
	color:#000;
	line-height:20px;
	text-decoration:none;
	font-family:Chinacat_Bold;
	font-size:15px;
}
#destacados .separacion_vertical
{
	width:1px;
	padding-right:10px;
	height:245px;
	float:left;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#f41c15;
}
#destacados .producto .separacion_horizontal
{
	height:1px;
	margin-left:15px;
	margin-right:15px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#f41c15;	
}

/*********************************************/
/* NOTICIAS									 */
/*********************************************/
#noticias_blog, #comentarios_blog
{
	margin-top:0px;
	margin-bottom:20px;
	float:left;
	width:510px;
}
.noticias_top, .comentarios_top
{
	background-image:url(../images/home/noticias_top.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:13px;	
}
.noticias_center, .comentarios_center
{
	background-image:url(../images/home/noticias_center.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-repeat:repeat-y;
}
.noticias_bottom, .comentarios_bottom
{
	background-image:url(../images/home/noticias_bottom.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:12px;
	
}
#noticias_blog .titulo, #comentarios_blog .titulo
{
	font-weight:bold;
	font-size:16px;
	padding-left:45px;
	padding-top:10px;
}
.noticia, .comentario
{
	margin-top:20px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom-style:solid;
	border-bottom-color:#C00;
	border-bottom-width:1px;
	font-weight:normal;
}
.noticia a, .comentario a
{
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	color:#000;
}
.noticia a:hover, .comentario a:hover
{
	color:#C00;	
}