/* 
	Nombre del modulo:			blogs HOME
	Fecha ultima version:		09/09/2007
	Numero de version:			4
	Empresa diseņadora:			451
	Nombre creador/modificador:	Martin
*/

#blogs {
	height: 156px;
	width: 200px;
	float: left;
	display: inline;
}
#blogs h1.top_blog {
	background: url(img/blogs_top.gif) no-repeat;
	height: 26px;
	width: 200px;
	margin-bottom: 2px;
}
#blogs .cuerpo {
	background: url(img/bloc_nocturno_fondo.gif) repeat-x;
	height: 124px;
	padding-right: 5px;
	padding-top: 4px;
}
#blogs .cuerpo h1.nocturno {
	background: url(img/bloc_nocturno.gif) no-repeat;
	height: 27px;
	width: 136px;
	margin: 0 0 12px 6px;
}
#blogs .cuerpo img {
	border: 1px solid #793100;
	margin: 0px 5px!important;
	float: left;
	margin-right: 6px;
	/*width:60px;
	height:77px;*/
}
#blogs .cuerpo p {
	font-size: 13px;
	line-height: 14px;
	/*line-heigxht: 14px;*/
	color: #fefefe;
}
#blogs a {
	color: #ff9900;
}

#blogs a:HOVER {
	color: #ff9900;
	text-decoration:underline;
}

#blogs h4 {
	color: #ff8533;
	font-size: 11px;
	font-weight: normal;
	padding-top: 6px;
}
#blogs h3 {
	color: #ff9900;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}
#blogs p {
	color: #c9c8c8;
	line-height: 12px;
}

#blogs img {
	float: left;
	border: 1px solid #363636;
	margin: 7px 6px 0 5px;
}

#par a img, 
#impar a img
	{
	width:60px !important;
	height:46px !important;	
	}