*{
	margin:0;
	padding:0;
}
html, body{
	background:#666666;
}
#contenedor{
	width:810px;
	position:relative;
	margin:auto;
	background:url(../imagenes/fondos/fondo_contenedor.jpg) repeat-y;
}
/* invisible para IE 5 \*/
#contenedor{
	position:absolute;
	margin:0 0 0 -405px;
	left:50%;
	top:0;
}
#contenido{
	float:left;
	display:inline;
	width:758px;
	margin:0 26px;
}
#margen_superior{
	width:100%; 
	height:110px;
}
#logo{
	width:390px;
	text-align:right;
}
#logo a img{
	background:url(../imagenes/cabecera_federacion.png) 0 0 no-repeat;
}
*html #logo a img{ 
	/*los .png para ie5 y anteriores, necesitan usar un filtro e ir sin imagen de fondo*/
	background:none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="imagenes/cabecera_federacion01.png", sizingMethod="image");
}
#logo a:hover img{
	background-position:0 -60px;
}
*html #logo a:hover img{ 
	/*los .png para ie5 y anteriores, necesitan usar un filtro e ir sin imagen de fondo*/
	background:none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="imagenes/cabecera_federacion02.png", sizingMethod="image");
}
#margen_medio{
	width:100%; 
	height:120px;
}
#interior{
	float:left;
	width:100%;
	background: url(../imagenes/fondos/fondo_separacion_menu.jpg) repeat-y;
}
#separacion{
	float:left;
	min-height:10px;
}
#menu{
	float:left;
	width:110px;
}
#texto{
	float:left;
	width:390px;
}
#galeria_foto_top{
	width:580px;
	height:28px;
	background:url(../imagenes/galeria/fondo_img_top.jpg) no-repeat;
}
#galeria_foto_int{
	width:580px;
	background:url(../imagenes/galeria/fondo_img_int.jpg) repeat-y;
	text-align:center;
}
#galeria_foto_texto{
	margin:auto;
	text-align:left;
	width:90%;
}
#galeria_foto_descargar{
	margin:auto;
	text-align:right;
	width:90%;
}
#galeria_foto_pie{
	clear:left;
	width:580px;
	height:28px;
	background:url(../imagenes/galeria/fondo_img_pie.jpg) no-repeat;
}
#miniaturas{
	width:560px;
	overflow:auto;
	overflow-y:hidden;
	margin-top:10px;
	margin-left:10px;
	display:inline;
}
#miniaturas a img{
	height:60px;
	margin-right:10px;
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=10);
}
#miniaturas a:hover img{
	filter:progid:DXImageTransform.Microsoft.BasicImage(enabled);
}
#enlaces_iconos{
	float:left;
	width:171px;
	height:310px;
	margin-top:100px;
	background:url(../imagenes/fondos/fondo_iconos.jpg) no-repeat;
	display:inline;
	margin-left:20px;
}
#marco{
	float:left;
	margin:10px;
	padding:10px;
	background:url(../imagenes/recuadro/marco.jpg) no-repeat;
}
#separacion_texto{
	width:100%;
	height:20px;
	background:url(../imagenes/fondos/fondo_separacion_texto.jpg) repeat-x top;
}
#margen_pie{
	clear:both;
	width:100%; 
	height:40px;
}
#pie{
	width:100%;
	background:url(../imagenes/fondos/fondo_pie.jpg) no-repeat;
	height:75px;
}
#margen_pos_pie{
	width:100%; 
	height:20px;
}
#pie_direccion{
	width:100%;
	text-align:center;
	color:#FFFFFF;
}