/* CSS Document */

/********************* BOTONES ****************/

a.boton_menu:link, a.boton_menu:visited
{
  	float: left;
  	padding:0px 0px 0px 0px;
	height:35px;
  	width:250px;
  	text-align: center;
  	text-decoration:none;
  	font:"Times New Roman", Times, serif;
  	font-size:20px;
	color: #000000;

}
a.boton_menu:hover
{
	color: #f7c21d;
}

a.boton_sup:link, a.boton_sup:visited
{
  	float: left;
  	padding:0px 0px 0px 0px;
	height:20px;
  	width:110px;
  	text-align: center;
  	text-decoration:none;
  	font:Arial;
  	font-size:12px;
	color: #FFFFFF;

}
a.boton_sup:hover
{
	color: #f7c21d;
}