/*
======================================================================================
Hoja de estilos comunes a todas las páginas de www.bacderodasport.com
======================================================================================
*/

*{
	margin: 0;
	padding: 0;
}

/*
===================
etiquetas  genéricas
===================
*/
body{
	font: normal 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #01A8C6;
	padding: 20px 0px;
}

table,td{
	border: 0;
	padding: 0;
}

td{
	vertical-align: top;
}

a img{
	border: 0;
}

p{
	margin: 8px 0px 8px 0px;
}

ul li{
	margin-left: 40px;
	padding: 5px 5px 5px 10px;
	list-style: disc;
}

ol li{
	margin-left: 40px;
	padding: 5px 5px 5px 10px;
	list-style: decimal;
}

/*
===================
etiquetas  DIV
===================
*/

/* container */
#container{
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background: #fff;
	border: 1px solid #9BB6B7;
}

/* cabecera */
#header{
	height: 100px;
}

#header_logo{
	
}

#header_data {
	float: right;
	padding: 5px 5px 5px 20px;
	background: url(cal.gif) no-repeat 0px 4px;
}

/* Menu superior */

#menu_box{
	background: #00A8C6 url(menu_box_bg.gif);
	height: 150px;
}

#menu_list{
	padding-top: 10px;
}

#menu_list a{
	font-family:  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #00a8c6;
	font-size: 11px;
	text-decoration: underline;
}

#menu_list a:hover{
	/*color: #f60;*/
	text-decoration: underline;
}

#menu_list table{	
	width: 100%; 
	background: #C0F5FF url(bg_menu.gif) repeat-x bottom;
}

#menu_list td{
	text-align: center;
	padding: 6px 0px;
}

#menu_list td:hover{
	background: #C0F5FF;
}

#menu_list td.current{
	background: #00D8FF url(bg_menu_current.gif) repeat-x bottom;
	border: 1px solid #00A8C6;
	color: #fff;
}
#menu_list td.current a, #menu_list td.current a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu_flash{
	height: 110px;
}


/* Main:  cuerpo, contenido */

#main{
	margin: 15px 15px 0px 15px;
}

/* Footer: pie de página */

#footer{
		background: #fff;
		padding: 15px;
}

#footer table{
	width: 100%;
}
#footer td{
	vertical-align: top;
}

#footer_top{
	background: #00A8C6;
	color: #fff;
	padding: 6px;
}

#footer_top a{
	color: #fff;
}

#footer_bottom{
	color: #00A8C6;
}

#footer_bottom a{
	color: #00A8C6;
}

/* clases */

td.left,  td.right{
	vertical-align: top;
}

td.separator{
	width: 20px;
}

#pie_foto{
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet Ms", Verdana;
	text-transform: uppercase;
	background: #000;
	color: #fff;
}








li.current_sol, li.current_sol_off {
background-image: url(BDR_solidari.gif);
color: red;
}

li.current_sol a , li.current_sol_off a {
background-image: url(BDR_solidari.gif);
}