/* 
	Nombre del modulo:			notepierdas
	Fecha ultima version:		09/09/2007
	Numero de version:			4
	Empresa diseņadora:			451
	Nombre creador/modificador:	Martin
*/




#notepierdas {
	width: 208px;
	height: 253px;
	float: left;
	background: url(img/notepierdas_fondo.gif) no-repeat scroll 2px -1px;
	margin-left: 10px;
	_margin-left: 8px;
}
#notepierdas h1 {
	background: url(img/notelopierdas_top.gif) no-repeat;
	width: 208;
	height: 26px;
}
#notepierdas h1 span {
	display: none;
}
#notepierdas .contenido {
	margin: 0 9px;
	height: 206px;
}
#notepierdas .contenido div.foto {
	float: left;
	padding: 5px;
	background: url(img/notepierdas_bg_foto.gif) no-repeat;
}

#notepierdas .contenido div.foto img
	{
	width:76px;
	height:57px;
	}

#notepierdas .contenido .fecha {
	background: url(img/notepierdas_sep.gif) repeat-x bottom;
	width: 100px;
	font-size: 11px;
	color: #d3a71a;
	float: left;
	padding-bottom: 4px;
	margin-left:3px;
	text-transform: uppercase;
}
#notepierdas h3 {
	margin-top: 3px;
	margin-left:3px;
	line-height: 14px;
	margin-bottom: 3px;
}
#notepierdas h3.first {
	float: left;
	width: 100px;
	/*height: 35px;*/
	margin-top:2px;
}

#notepierdas h3 a {
	font-size: 13px;
	color: #d1a619;
}
#notepierdas h3 a:HOVER{
	text-decoration: underline;
}
#notepierdas p {
	font-size: 11px;
	line-height: 12px;
	color: #b9bfc3;
	margin-left:6px;
	/*clear: left;*/
}

#notepierdas p.first {
	background: url(img/notepierdas_sep2.gif) repeat-x bottom;
	padding-bottom:9px;
	
}

#notepierdas .pie { height:15px; overflow:hidden;}

#notepierdas a.concursos span, #notepierdas a.ganadores span {
	display: none;
}
#notepierdas a.concursos, #notepierdas a.ganadores {
	display: block;
	float: left;
	display: inline;
	height: 11px;
	margin: 4px 0 0 12px;
	width: 72px;
}
#notepierdas a.concursos {
	background: url(img/ntp_concursos.gif) 0px 0;
	/*overflow: hidden; */
}

#notepierdas a.concursos:HOVER {
	background: url(img/ntp_concursos.gif) 0 -11px no-repeat;
}

#notepierdas a.ganadores {
	background: url(img/ntp_ganadores.gif) no-repeat;
	margin-left: 38px;
	/*overflow: hidden; */
}

#notepierdas a.ganadores:HOVER
	{
	background: url(img/ntp_ganadores.gif) 0 -11px no-repeat;
	margin-left: 38px;
	}