@charset "utf-8";
@import url("oswald/stylesheet.css");
@import url("Lobster/stylesheet.css");
@import url("Old_Standard/stylesheet.css");
@import url("league_gotic/stylesheet.css");




/* CSS Document */

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:36px;
	border-right:0px solid #220000;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 8px 20px;
	float: left;
	font-family: Lobster;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	background: url(../images/boton.jpg) repeat-x;
	text-transform: none;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #d1f000;
	background-position: left bottom;
	font-family: Lobster;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
