@charset "UTF-8";
/* CSS Document */

@import url("estilos.css");

body {
	background-image: url(../../imagenes/fondo.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #333333;
	margin-top: 0px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#botonera_seccion h4 {
	clear:both;
	background-color: #000000;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 28px;
	width: 210px;
	letter-spacing:2px;
}
#botonera_seccion h4 a {
	color:#FFFFFF;
	text-decoration:none;
}
#botonera_seccion  h4 a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #666666;
}


/* ---- viene de todos.css   */

#logos_pie {
	height:90px;
	overflow:hidden;
}

#logos_pie #thumbwrapper {
	width:830px;
	overflow: hidden;
	background:#FFF;
	height:90px;
}
#logos_pie #thumbwrapper #thumbscroller {
	width: 3000px !important;
	background:#FFF;
	height:90px;
	margin:0;
	margin-left:25px;
}

#logos_pie #thumbwrapper #thumbscroller img {
	white-space:nowrap;
	margin:1px;
}



#foxter {
width:100%;
height:70px;
margin:0;
padding:0;
background-color:#FFFFFF;
text-align:center;
}


#izq_seccion {
width: 790px;
}

#wide-encabezado {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	float:left; 
	width: 440px;
}


#botonera_seccion {
	background-image: url(../../imagenes/fondo_col_seccion-wide.png);
	width: 240px;
	min-height:70px;
	height:70px;
	margin-bottom:0;
}

#cuerpo {
	background-image: url(../../imagenes/fondo_contenido-wide.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#FFFFFF;
}

#cont_seccion {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}


#fondo_franjas_cuerpo {
background-image:none;
background-position:inherit;
}



a.popuplink {
	text-decoration:none;
	color:#000000;
}