/*
======================================================================================
Hoja de estilos comunes a todas las páginas de www.bacderodasport.com
======================================================================================
*/

*{
	margin: 0;
	padding: 0;
}

/*
===================
etiquetas  genéricas
===================
*/
body{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:14px;
	background: #F8F7E5 url(i/fons.jpg) no-repeat scroll center top;
}


td{
	vertical-align: top;
}

a img{
	border: 0;
}

p{
	margin: 8px 0px 8px 0px;
}


/*
===================
etiquetas  DIV
===================
*/

/* container */
#container{
	margin: 0 auto;
	width: 780px;
	border: 1px solid #9BB6B7;
	background: #FFFFFF;
}

/* cabecera */
#header{
	height: 175px;
}


/* Menu superior */


#menu_list a{
	font-family:  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
}

#menu_list table{
	width: 100%;
	background-color: #f293ce;
	}

#menu_list td:hover {
	background-color:#857041;


}

#menu_list td{
	text-align: center;
	padding: 6px 0px;
}

/* Main:  cuerpo, contenido */

#main{
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/* Footer: pie de página */

#footer{
		padding: 15px;
}

#footer table{
	width: 100%;
}

#footer_top{
	color: #fff;
	padding: 6px;
	background-color: #c65f9f;
}

#footer_bottom{
	color: #c65f9f;
}

#footer_bottom a{
	color: #c65f9f;
}

/* clases */





li.current_sol, li.current_sol_off {
background-image: url(../index_files/BDR_solidari.gif);
color: red;
}

li.current_sol a , li.current_sol_off a {
background-image: url(../index_files/BDR_solidari.gif);
}

