/* Columna principal (contenido */
#main-column{
	float: left;
/*	width: 990px;*/
}
/* Contenido principal */
#mainbody{
	width: 993px;
	margin: auto;
	padding-top: 10px;
	background: #6C6C6C;
	clear: both;
}
/* Pagina de inicio */
/* Secciones */
/*
	La estructura son dos columnas.
	Una más grande con las secciones a la izda y otra con el reproductor, sección de Discos y la publicidad
	home-sections será la de la izquierda
	y ads la de la derecha. Lo dejo así para tocar poco el home.php
*/
/* 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: 210px;
}
/* Columna derecha */
div.column-two#second-column{
	width: 510px;
	border-left: 1px dotted #3F3F3F;	
}
div.column-two .contenido{
	width: 495px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	line-height: 17px;
}

img.unique {
/*	width: 192px;
	height: 132px;*/
	border: 1px solid #3D3D3D;
	margin: 0px 0px 0px 6px;
	padding: 0;
}

.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 {
	
}


/* Noticias */
div#tit-noticias-relacionadas {
	font:  normal 11px  verdana, Helvetica, sans-serif;
	margin-top: 37px;
	border-bottom: 1px dotted #3D3D3D;
	width: 191px;
	height: 16px;
}

div#articulos_relacionados {
	margin-left: 7px;
}
div#publi-izda {
	margin-top: 30px;
	text-align: center;
}
ul.noticias{
	margin-top: 15px;
	clear: both;
}
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: 42px;*/
	height: 61px;
	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: 226px;
}
ul.noticias A {
	text-decoration: none;
	color: #3F3F3F;
}
ul.noticias A:hover {
	text-decoration: underline;
}

/* banner central*/

#publi_central {
	margin-top: 30px;
}

.titulo {
	font-size: 11px;
	font-weight: bold;
	color: #3F3F3F;
}
.subtitulo {
	font-size: 10px;
	color: #3F3F3F;	
}

div.column-two#second-column div.autor{
	width: 98%;
	font:  bold 10px verdana, Helvetica, sans-serif;
	color: #000;
}
div.column-two#second-column div.fecha{
	width: 98%;
	font:  10px verdana, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 15px;
}
