/*==================
 Globales / Reset
==================*/
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #353535;
	margin: 0;
	background: #888;
	height: 100%;
}
embed, object {
	position: relative;
	z-index: 0;
}
p {
	margin: 0 0 10px 0;
	line-height: 1.4em;	
}
a, a:active, a:link, a:visited {
	color: #353535;
	text-decoration: underline;
}
img {
	border: 0;
}
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Arial, Verdana, Sans-serif;
	margin: 0;
	font-weight: normal;
}
h4, h5, h6 {
	font-weight: bold;
}
h2 a, h2 a:visited, h2 a:link, h2 a:active, h3 a, h3 a:visited, h3 a:link, h3 a:active {
	color: #900000;
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 30px;
	color: #900000;
}
h3 {
	font-size: 20px;
	color: #900000;
}
fieldset {
	border: 1px solid #ddd;
	margin: 10px auto;
	padding: 10px;
	width: 600px;
}
.error {
	color: #f00;
}
.success {
	color: #00f;
}

/*==================
 Estructura comun
==================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
#wrapper {
	min-height: 100%;
	background: #fff;
}
#nonfooter {
	height: 76px;
}
#wrapper, #header, #menu, #content, #footer {
	width: 950px;
	margin: 0 auto;
}
#header a, #menu a, #footer a {
	color: #fff;
}
#header, #menu, #footer {
	color: #fff;
}
#header {
	position: relative;
	height: 117px;
	background: #900000 url(/images/head_bg.png) repeat-x;
}
#header h1 {
	display: none;
}
.logomain {
	position: absolute;
	top: 7px;
	left: 37px;
}
#season {
	height: 86px;
	position: absolute;
	left: 0;
	top: 0;
	width: 493px;
	z-index: 99;
	display: none;
}
#header ul {
	height: 35px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 0;
	right: 50px;
}
#header ul li {
	float: left;
}
#header ul li a, #header ul li a:visited, #header ul li a:link, #header ul li a:active {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	background: url(/images/tabs.png) 0 0;
}
#header ul li a:hover,
#header ul li a.tabactiva,
#header ul li a:link.tabactiva,
#header ul li a:visited.tabactiva,
#header ul li a:hover.tabactiva,
#header ul li a:active.tabactiva {
	background-position: 0 35px;
}
#menu {
	height: 25px;
	background: #000;
	position: relative;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 99;
}
#menu ul li {
	float: left;
	margin: 0 10px 0 0;
}
#menu ul li a, #menu ul li a:active, #menu ul li a:visited, #menu ul li a:link {
	background: #000;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
	text-align: center;
}
#menu ul li a:hover {
	background: #900000;
}
#menu ul li a.drop,
#menu ul li a:link.drop,
#menu ul li a:visited.drop,
#menu ul li a:hover.drop,
#menu ul li a:active.drop {
	background: #000 url(/images/menu_drop.gif) no-repeat 90% 50%;
}
/* Submenu */
#menu ul li ul {
	margin-top: 25px;
}
#menu ul li li {
	margin: 0;
	float: none;
}
#menu ul li li a, #menu ul li li a:active, #menu ul li li a:visited, #menu ul li li a:link {
	float: none;
	padding: 0;
	width: 120px;
}
#gsearch {
	height: 25px;
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: right;
	width: 285px;
}
#content {
	width: 930px;
	padding: 15px 10px;
}
#footer {
	height: 70px;
	background: #900000;
	border-top: 6px solid #000;
	font-size: 11px;
	margin-top: -76px;
}
#footer p {
	text-align: center;
	margin: 16px 0 0 0;
}
#footer p img {
	vertical-align: middle;
}
.formulario div {
	clear: both;
	padding: 0 0 5px;
}
.formulario label {
	display: block;
	width: 150px;
	cursor: pointer;
	float: left;
}
.center {
	text-align: center;
}

/*==================
 Generales
==================*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}