@charset "iso-8859-1";
/* Documento CSS realizado por Luciano Petrosini */
@import url(pie.css);
@import url(enlaces.css);
@import url(noticias.css);
@import url(textos.css);
@import url(menu.css);
@import url(reset.css);
/* Estructura */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	background-color:#241F1B;
}
#fondo_cabecera {
	width:100%;
	height:1046px;
		background:url(../imagenes/inicio/fondo_contenido_guyi.gif) bottom repeat-x #FFF;
}
#cabecera {
	margin-left:auto;
	margin-right:auto;
	width:977px;
	height:1046px;
	clear:both;
	text-align:left;
	background:url(../imagenes/inicio/fondo_inicio_guyi.jpg) no-repeat;
}
/*MENU*/
#menu {
	width:977px;
	height:50px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#fondo_menu {
	width:100%;
	background-color:#FFFFFF;
	clear:both;
}

/*CONTENIDO*/
#contenido {
	width:977px;
	height:auto;
	margin-left:auto;
	margin-right:auto
}
#fondo_contenido {
	width:100%;
	clear:both;
	background:url(../imagenes/inicio/fondo_contenido_noticias.gif) repeat-x #FFFFFF;
}
#titulo {
	height:auto;
	margin-top:10px;
	padding-top:40px;
	margin-bottom:30px;
	width:auto;

}
#contenedor_boton {
	width:auto;
	float: left;
	text-indent: -9000px;
}

/*PIE*/
#pie {
	width:977px;
	height:220px;
	margin-left:auto;
	margin-right:auto
}
#fondo_pie {
	width:100%;
	height:220px;
	background:url(../imagenes/estructura/fondo_pie.gif) repeat-x;
}
.clearboth {
	clear:both;
	height:10px;

}