@charset "iso-8859-1";
/* Documento CSS realizado por Luciano Petrosini */
@import url(menu.css);
@import url(pie.css);
@import url(enlaces.css);
@import url(noticias.css);
@import url(formularios.css);
@import url(textos.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:512px;
}
#cabecera {
	margin-left:auto;
	margin-right:auto;
	width:977px;
	height:512px;
	clear:both;
	text-align:left;
}
/*MENU*/
#menu {
	width:977px;
	height:50px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto
}
#fondo_menu {
	width:100%;
	background-color:#FFFFFF;
	clear:both;
}
#contenedor_boton {
	width:auto;
	float: left;
	text-indent: -9000px;
}
/*CONTENIDO*/
#contenido {
	width:977px;
	height:auto;
	margin-left:auto;
	margin-right:auto
}
#fondo_contenido {
	width:100%;
	background-color:#FFFFFF;
	clear:both;
}
#titulo {
	height:auto;
	margin-top:20px;
	margin-bottom:30px;
	width:auto;
	clear:both;
}
#columna_izquierda {
	min-height:435px;
	height:auto !important;
	height:435px;
	width:632px;
	float:left;
	padding-left:3px;
	margin:0px;
}
#columna_derecha {
	float:right;
	width:330px;
	min-height:435px;
	height:auto !important;
	height:435px;
}
#columna_unica {
	width:977px;
	min-height:470px;
	height:auto !important;
	height:470px;
}
/*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;
}
/*NOTICIAS*/
#fondo_cabecera_ficha {
	width:100%;
	height:99px;
	text-align:center;
	background:url(../imagenes/noticias/fondo_cabecera_ficha.jpg) repeat-x;
}
#cabecera_ficha {
	margin-left:auto;
	margin-right:auto;
	width:977px;
	height:99px;
	clear:both;
	text-align:center
}
/*GALERIA*/

a.thumbnail {
	position:relative;
	display:block;
	width:110px;
	height:85px;
	margin-right:6px;
	float:left;
	background-color:#fff;
}
a.thumbnail:link {
	border:1px solid #eeeded
}
a.thumbnail:visited {
	border:1px solid #eeeded
}
a.thumbnail:hover {
	border:1px solid #EF7D00;
	background-color:#fff;
}
a.thumbnail img {
	width:100px;
	height:75px;
	border:#FFF solid 5px
}
a.thumbnail:visited img {
	width:100px;
	height:75px;
	border:#FFF solid 5px
}
a.thumbnail:hover img {
	width:100px;
	height:75px;
	border:#FFF solid 5px
}
.clearboth {
	clear:both;
	height:10px;

}
