@charset "utf-8";
/* CSS Document */
/* Contenedor general*/
#wrapper
{
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}
/*Cabecera*/
#header {
	width:965px;
	height:147px;
}
/*Menu superior*/
#menutop{
	height: 27px;
	vertical-align: middle;
	padding-top:10px;
	padding-left:3px;
	
}
#content_menutop {
	float: right;
	vertical-align: top;
}
#ruta_menutop {
	float: left;
}

/*Menu izquierdo*/
#menuleft{
	float:left;
	width: 178px;
	padding-top: 15px;
}

/* CUERPO CENTRAL*/
#main{
	float:left;
	width:570px;
}
#maincompleto{
	float:left;
	width:787px;
}
#menu_main{ 
	height: 32px;
	background-image: url(../imagenes/menu_main.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 30px;
}

#content_main {
	background-image: url(../imagenes/center_content.gif);
	background-repeat: repeat-y;	
}

#top_content {
	background-image: url(../imagenes/top_content.jpg);
	background-repeat: no-repeat;
	height: 7px;
}
#bottom_content {
	background-image: url(../imagenes/bottom_content.gif);
	background-repeat: no-repeat;
	height: 3px;
}
#center_content {
	background-image: url(../imagenes/logo_content.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-top: 33px;
	margin-bottom: 0px;
	margin-left: 39px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#interes_main {
}

/* CUERPO DERECHO*/
#right {
	float: left;
	width: 215px;
}
#search_right {
}
#date_right {
}
#media_right{
}
/*PIE DE PAGINA*/
#footer {
	height: 81px;
	background-color: #FFF;
	padding-top: 15px;
	font-size:11px;
}
#content_footer{
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}
/**/
#break {
	clear: both;
	float: none;
}
