/* Contenido principal */
div#mainbody{
	width: 950px;
	margin: auto;
	padding-top: 10px;
	background: #6C6C6C;
	clear: both;
}
/* Columna principal (contenido) */
div#main-column{
	float: left;
	width: 622;
	background-image: url(/img/home/interior_bg.png);
	background-repeat: repeat-y;
}
/* 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
}
/* Columnas */
div.column-two{
	width: 592px;
	clear: both;
	padding: 15px;
	float: left;
}
/* Items de contenido */
div.item-first{
	float: left;
	width: 270px;
	height: 1px;
	border-bottom: 1px dotted #3F3F3F;
	margin-right: 20px;
}
div.item{
	width: 270px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #3F3F3F;
	float: left;
	margin-right: 20px;
}
div.item img{
	width: 70px;
	height: 55px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
}
div.item .title{
	font:  bold 11px  verdana, Helvetica, sans-serif;
	color: #3F3F3F;
}
div.item .title a{
	text-decoration: none;
	color: #3F3F3F;
}
div.item .title a:hover{
	text-decoration: underline;
}
div.item .text{
	color: #3F3F3F;
	font:  10px  verdana, Helvetica, sans-serif;
	height: 38px;
	overflow: hidden;
}
div.item .text a{
	text-decoration: none;
	color: #3F3F3F;
}
div.item .text a:hover{
	text-decoration: underline;
}
/* Botones */
div#btn_prev_next{
	width: 100%;
	clear: both;
}
img#btn-ant{
	padding-top: 20px;
	margin-left: 220px;
}
img#btn-sig{
	padding-top: 20px;
	margin-left: 20px;;
}
/* Publicidad */
/* Publicidad grande */
#ad-big{
	display: inline;
	width: 141px;
	float: left;
	background-image: url(/img/home/ad_big_bg.png);
	background-repeat: repeat-y;
}
#ad-big img{
	display: block;
}
div.ad-120{
	width: 125px;
	margin: auto;
}
/* Publicidad pequeña */
#ads{
	width: 168px;
	float: left;
	margin-left: 5px;
}
.ads-box{
	width: 163px;
	height: 163px;
	background-image: url(/img/home/ads_box.png);
	margin-bottom: 2px;
	padding: 4px 0 0 4px;
}
img#interior-footer{
	vertical-align: bottom;
}
