/* Columna principal (contenido */
#main-column{
	float: left;
/*	width: 990px;*/
}
/* Contenido principal */
#mainbody{
	width: 993px;
	margin: auto;
	padding-top: 10px;
	background: #6C6C6C;
	clear: both;
}
/* columna izquierda */
#home-sections {
	width: 755px;
	clear: both;
	background-image: url(../img/home/fondo_centro_breves.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
/* columna derecha */
#ads{
	width: 231px;
	float: left;
	margin-left: 2px;
}

#cab-breves {
	background-image: url(../img/home/fondo_cab_breves.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
#footer-breves {
	clear: both;
	background-image: url(../img/home/fondo_footer_breves.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#cab-breves img {
	margin: 4px;
}
.negrita {
	font-weight: bold;
}

/* Columnas */
div.column-two{
	padding: 0px 0px 15px 15px;
	float: left;
	margin-top: 16px;
}
/* Columna izquierda */
div.column-two#first-column{
	width: 176px;
}
/* Columna derecha */
div.column-two#second-column{
	width: 544px;
	border-left: 1px dotted #3F3F3F;	
}
div.column-two .contenido{
	width: 99%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	line-height: 17px;
}

.ads-box {
	background-image: url(../img/home/marco.jpg);
	height: 216px; /* 230 */
/*	margin: 15px 0px 0px 15px;*/
	margin-bottom: 5px;
	padding: 15px 0px 0px 15px;
}
.ads-box img {
	
}

.titulo {
	font-size: 11px;
	font-weight: bold;
	color: #3F3F3F;
}
.subtitulo {
	font-size: 10px;
	color: #3F3F3F;	
}


ul.noticias .title{
	font:  normal 11px  verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #3F3F3F;
	width: 465px;
	border-bottom: 1px dotted #3D3D3D;
}
ul.noticias .title img{
	vertical-align: middle;
}
ul.noticias .items{
	font:  normal 11px  verdana, Helvetica, sans-serif;
	height: 62px;
	width: 191px;
	float: left;
	margin: 1px 3px 1px 0;
	background: #EEEEEE;
	overflow: hidden;
	color: #626262;
}
ul.noticias .items img{
	float: left;
	margin-right: 3px;
	width: 70px;
	height: 48px;
	border: 1px solid #3D3D3D;
	border-bottom: 12px solid #3D3D3D;
}
ul.noticias .items .text{
	height: 42px;
	padding: 5px;
}
ul.noticias .item-line{
	border-bottom: 1px dotted #626262;
	height: 1px;
	line-height: 1px;
	width: 191px;
	float: left;
	margin: 0px 0px 1px 0px;
}
ul.noticias .items-largo {
	margin-right: 13px;
	width: 252px;
}

ul.noticias .items .titulo a{
	text-decoration: none;
	color: #3F3F3F;
}
ul.noticias .items .titulo a:hover{
	text-decoration: underline;
}
ul.noticias .items .subtitulo a{
	text-decoration: none;
	color: #3F3F3F;
}
ul.noticias .items .subtitulo a:hover{
	text-decoration: underline;
}

/* Botones */
div#btn_prev_next{
	width: 100%;
	clear: both;
}
img#btn-ant{
	padding-top: 20px;
	margin-left: 200px;
}
img#btn-sig{
	padding-top: 20px;
	margin-left: 5px;
}

/* ANTERIORES */

/* Interiores */
#interior-header{
	background-image: url(/img/home/interior_header.png);
	width: 622px;
	height: 41px;
	/*padding: 15px 0 0 50px;*/
}
#interior-header select{
	margin: 15px 0 0 44px;
	width: 535px
}

