* {
	margin:0;
	padding:0
}

html, body{
	height: 100%;
	margin: 0;
}

body{
    text-align:center;
	background: url(/imgfiles/imgs/fondo_body.gif) top left repeat;
}

#contenedor{
	min-height:100%;
    width:800px;
	position:relative;
	margin:0 auto;
	background-color:#ffffff;
	text-align:left;
}

#titulo{
	background: url(/imgfiles/imgs/cabecera.jpg) top left no-repeat;
	height:106px;
}

#contenido{
	border-right:1px solid #268F80;
    min-height:582px;
	background: url(/imgfiles/imgs/fondo.jpg) top left no-repeat;
	}
	
#pie{
	background: url(/imgfiles/imgs/banner.jpg) top left no-repeat;
	height:80px;
	width:100%;
}

#pie_vacio{
	background: url(/imgfiles/imgs/banner_vacio.jpg) top left no-repeat;
	height:80px;
	width:100%;
}


a.federaciones {
	font: bold 11px Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	display:block;
	width:200px;
	text-align:center;
}

.div_listado{
	margin:20px 0 20px 0; 
	text-align:center;
	font: bold 18px "Helvetica Condensed", Helvetiva, Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #268e83;
}