@charset "utf-8";
/* CSS Document */

#header {
	width: 949px;
	height:86px;
	background-image:url(../img/fd_botonera.jpg);
	background-repeat:repeat-x;
}
#logo {
	float:left;
	width: 218px;
	height: 86px;
	margin-left: 30px;
}

#botonera {
	width: 661px;
	margin: 0px;
	float: right;
	height: 86px;
}

/*--------------MENU---------------*/


/*-----------SUBMENU VERTICAL--------*/

#botizq_vertical{
	width: 278px;
	display: block;
	margin-bottom:10px;
	}
#botizq_vertical ul li{
	padding: 0px;
	display: block;
	list-style-type: none;

}
#botizq_vertical ul li a{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size: 15px;
	text-align: left;
}
.submenu a{
	width:278px;
	height:35px;
	background-image:url(../img/btn_equipo.jpg);
	background-position: center;
	display:block;
	width: auto;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 60px;
	margin-bottom:12px;

}
.submenu a:hover{
	background-image:url(../img/btn_equipo-over.jpg);
	background-repeat:no-repeat;
}


.botact{
	width: 278px;
	display: block;
	margin-top:20px;
	margin-left:30px;
	}
.botact ul li{
	padding: 0px;
	display: block;
	list-style-type: none;

}
.botact ul li a{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size: 15px;
	text-align: left;
}

