#contenido{
	margin: 0 25px 0 25px !important;
}
h3{
	margin: 0;	padding: 0;
	line-height: 0;
}
div#contenido{
	position: relative;

	/* activamos haslayout para ie*/
	width: 710px;
}
h3.tucarnet{
	position: absolute;
	top: 0;
	left: 0;
	width: 444px;
	padding: 0;
}
div#noticias{
	background: url(../images/noticias_bg.jpg) no-repeat top left #758083;
	width: 245px;
	height: 344px;
	margin-left: 444px;
	color: #fff;
}
	#noticias h3{
		padding: 22px 0 0 23px;
		margin: 0 0 10px 0;
	}
	#noticias a {
		color: #310d6c;
	}
	#noticias a:hover {
		color: #fff;
	}
		#noticias ul{
			margin: 0 10px 0 30px;
			height: 250px;
			overflow: auto;
			font-size: 80%;
		}	
		#noticias ul li.noticia{
			margin: 0;
			padding: 0;
			
		}
			li.noticia h4{
				margin: 10px 0 0 0;
				padding: 0;
				font-size: 100%;
			}
				li.noticia p{
					margin: 0;
				}
	#noticias p.leer-mas {
		display: block;			
		margin-top: -20px;
		margin-left: 30px;
		margin-right: 20px;
		text-align: right;
		position: relative;
		font-size: 80%;
	}				
h3.consulta{
	position: absolute;
	left: 0;
	top: 344px;
	padding: 0;
}
h3.ofertas{
	margin-left: 444px !important;
	padding: 20px 0 0 0 !important;
}
h3.consulta img, h3.ofertas img{
	display: block;
	height: 200px;
}
/*--ocultamos boton de inicio en la home---*/
div#pie span.inicio{
	display: none;
}