/* CSS Document */

/*Maquetación general------------------------------------------------------------------------------*/
#container{
	display:block;
	float:left;
	background-color:#1C1C1C;
	width:100%;
	background-image:url(../imagenes/body.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#contenedor_gral {
	display: block; 
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#contenedor_contenido { 
	display: block; 
	float: left; 
	width: 950px; 
	text-align:left;
}

/*Estructura datos------------------------------------------------------------------------------*/

#cuerpo { 
	display: block; 
	float: left; 
	width: 950px;
	padding-top:5px;
	padding-bottom:20px;
}

#nav_interna { 
	display: block; 
	float: left; 
	width: 650px;
	padding-top:2px;
	padding-bottom:3px;
}
#navegacion { 
	display: block; 
	float: left; 
	width: 950px;
	padding-top:3px;
	/*padding-bottom:20px;*/
}

#izda{
	display: block;
	float: left;
	width: 218px;
}

#centro{
	display: block;
	float: left;
	width: 462px;
	padding-left:26px;
}

#centro_total{
	display: block;
	float: left;
	width: 700px;
	padding-left:26px;
}

#centro_seccion{
	display: block;
	float: left;
	width: 446px;
	padding:8px;
	background-color:#000;
}
#centro_seccion_total{
	display: block;
	float: left;
	width: 690Px;
	padding:8px;
	background-color:#000;
}

#dcha{
	display: block;
	float: left;
	width: 218px;
	padding-left:24px;
}


#dcha_seccion{
	display: block;
	float: left;
	width: 206px;
	padding:6px;
	background-color:#000;	
}

/*Cabecera y navegación superior------------------------------------------------------------------------------*/

#cabecera { 
	display: block; 
	float: left; 
	width: 950px;
	height:155px;
	background-image:url(../imagenes/cabecera.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}

#menu_top{
	display:block;
	float:right;
	width:198px;
	min-height:135px;
	height:auto !important;
	height:135px;
	margin-top:6px;
	background-image:url(../imagenes/fondo_top.gif);
	background-repeat:repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a4a4a;
}

#foto_menu_top{
	display:block;
	float:left;
	width:18px;
}

#cuerpo_menu_top{
	display:block;
	float:left;
	width:180px;
}


/*Menú izdo------------------------------------------------------------------------*/

#menu_izdo{
	display: block;
	float: left;
	width: 218px;
}

#menu_izdo li{
	display:block;
	float:left;
	width:218px;
	background-color:#000;
	background-image:url(../imagenes/fondo_seccion.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111213;
}

#submenu_izdo{
	display:block;
	float:left;
	width: 218px;
	background-color:#000;

}

#submenu_izdo ul{
	display:block;
	float:left;
	width: 218px;
	background-color:#000;
}

#submenu_izdo li{
	display:block;
	float:left;
	width: 218px;
	background-image:none;
	border:0;
}

/*Buscador------------------------------------------------------------------------------*/

#buscador{
	display:block;
	float:left;
	width: 203px;
	height:31px;
	padding-top:6px;
	padding-left:15px;
	font-size:13pt;
	margin-top:15px;
	background-color:#020202;
	background-image:url(../imagenes/fondo_tit_seccion.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
#buscador_top{
	display:block;
	float:right;
	width: 190px;
	font-size:13pt;
	background-color:#020202;
}


/*Vídeo------------------------------------------------------------------------------*/

#vids{
	display: block;
	float: left;
	width: 206px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBB25;
}

#vids_g{
	display: block;
	float: left;
	width: 446px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBB25;
}

#visto{
	display:block;
	float:right;
	padding-top:4px;
	font-size:8pt;
}
#vids_total{
	display: block;
	float: left;
	width: 690px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBB25;
}

/*Maquetación pie------------------------------------------------------------------------------*/

#pie_contenedor_gral {
	display: block; 
	width: 100%;
	height:70px;
	margin-left: auto;
	margin-right: auto;
	background-color:#000;
	background-image:url(../imagenes/fondo_pie.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	clear:both;
}

#pie_contenedor_contenido { 
	width: 950px;
	height:70px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	text-align:left;
}

#pie_contenido { 
	display: block; 
	float: left; 
	width: 950px; 
}
#centro_total_c{
	display: block;
	float: left;
	width: 700px;
	padding-left:247px;
}
#paginacion_noticias_top { 
	display: block; 
	float: right; 
	width: 400px;
	height:15px;
	padding-right:3px;
	margin-top:3px;
	text-align:right;
	/*padding-bottom:20px;*/
}