/* es el reset */

body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* ------------- fin reset ------------- */

html,body{
}

a{
	color: #005DA8;
	text-decoration: none;
}

a:visited{
	color: #005DA8;
	text-decoration: none;
}

a:hover{
	color: #538FBA;
	text-decoration: none;
}

th{
	font-size: 16px;
	color: #E0A115;
}

body{
	font: 11pt Tahoma,Arial,sans-serif;
	color: #4C4C4C;
	background-color: #ffffff;
	background-image: url('images/contentbg.png')
}

h2{
	color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 12px 5px;
    padding: 3px 7px;
    text-shadow: 1px 1px #333333;
	background-color:#1364a0;
	width: 600px;
	border-radius: 10px;
	font-weight: 600;
}

h3{
	color: #1364A0;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 3px 4px;
    text-shadow: 0px 0px #333333;
	background-color:#d8d9d9;
	width: 150px;
	border-radius: 10px;
	font-weight: 600;
}

h4{
	color: #005DA8;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: 600;
}

h5{
	color: #005DA8;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: 600;
	background-color: #D3D1D1;
	border-radius: 5px;
	padding: 2px;
}

#total{
	width: 940px;
	margin: 0 auto;
}

#menu{
	width: 940px;
	height: 35px;
	background-image: url('images/menubg.jpg');
	border-radius: 10px 10px 0 0;
}

.topmenu{
	position: absolute;
}

.topmenu li{
	float: left;
}

.topmenu a{
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    line-height: 32px;
    padding: 0 20px;
    text-align: center;
    text-shadow: 1px 1px #4C4C4C;
}

.topmenu a:hover{
	background-image: url('images/menubg.jpg');
	background-position: bottom;
	border-radius: 10px 0 0 0;
}

.separador{
	width: 1px;
	height: 35px;
	background-color: #003d69;
	float: left;
}

#content{
	background-color: #ffffff;
}

.ulsubmenu{
	overflow: hidden;
	display: none;
	width: 108px;
	background-color: #1364A0;
	position: relative;
	margin: 0;
	padding: 0;
	z-index:10;
	border-radius: 0 0 5px 5px;
}

ul.topmenu li ul.submenu{
    border: 1px solid #943206;
    border-radius: 0 0 5px 5px;
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 175px;
}


ul.topmenu li:hover ul.ulsubmenu{
	display: block;
}

.ulsubmenu li{
	height: 25px;
    margin: 0;
    position: relative;
	width: 100%;
}


.ulsubmenu li:hover{
	background-color: #0487CB;
	border-radius: 0 0 5px 5px;
}

.ulsubmenu a{
	color: #FFFFFF;
    display: block;
    font-size: 11px;
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    text-shadow: 1px 1px #4C4C4C;
	font-weight: 100;
    height: 0;
}

/*
	Slide
*/

.slide{
	padding-top: 35px;
	width: 940px;
	z-index: 1;
}

#slideshow{
	height:280px;
	position:relative;
}

#slides {
	position: relative;
	width: 800px;
	padding: 10px;
	margin: 0 auto;
}

.slide-content{
}

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
	height:230px;
}

.slides_container a img {
	display:block;
	height:230px;
	float: left;
	border-radius:10px;
}

#slides .next,#slides .prev {
	position:absolute;
	top:110px;
	left:-6px;
	width:39px;
	height:39px;
	display:block;
	z-index:101;
}

#slides .next {
	left:795px;
}

.pagination {
	margin:0 auto;
	overflow: auto;
	margin-top: 5px;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
	height:13px;
	background-image:url(slidesimg/pagination.png);
	background-position:top;
	float:left;
	overflow:hidden;
	text-indent:-99px;
}

.pagination li.current a {
	background-position:bottom;
}


/*
	Fin Slide
*/

/*
	Galería
*/

#caption{
	margin-left: 10px;
    padding: 10px;
}

.galeria{
	margin: 0 auto;
	width: 850px;
	overflow: auto;
	padding: 15px 0;
}

#gallery{
	width: 560px;
	float: right;
}

.nav-controls a.prev {
	margin-left: 20px;
	float: left;
	background-image: url('images/arrows.png');
	width: 15px;
	height: 12px;
	text-indent: -9999px;
}
.nav-controls a.prev:hover{
	background-position: right top;
}

.nav-controls a.next {
	margin-right: 20px;
	float: right;
	background-image: url('images/arrows.png');
	background-position: left bottom;
	width: 15px;
	height: 12px;
	text-indent: -9999px;
}
.nav-controls a.next:hover{
	background-position: right bottom;
}

.slideshow-container img{
	margin: 0 auto;
	display: block;
}

#thumbs {
	width: 265px;
	float: left;
}
ul.thumbs li {
	opacity: 0.6;
	float: left;
	margin: 5px;
}

ul.thumbs li:hover{
	opacity: 1;
}

ul.thumbs li.selected {
	opacity: 1;
}

/*
	Fin Galería
*/

.hgames{
	width: 940px;
	overflow: auto;
	padding-bottom: 30px;
}

.game-events{
	overflow: auto;
}

.games{
	padding: 10px 15px;
	float: left;
	width: 200px;
}

.images{
	width: 180px;
	height: 90px;
	margin: 0 auto;
	float: left;
}

.text{
	margin: 0 auto;
	width: 180px;
	font-size: 11px;
}

.text a{
	font-size: 14px;
    font-weight: 700;
}

.sep{
	background-color: #e1e2e3;
	width: 600px;
	height: 1px;
	margin: 0 auto;
}

.sep2{
	background-color: #e1e2e3;
	width: 600px;
	height: 1px;
}

.partner-content{
	overflow: auto;
	padding-top: 15px;
}

.recuadros{
	padding: 15px 10px;
	overflow: auto;
	font-size: 11px;
}

.description{
	float: left;
	border-radius: 10px;
	border: 1px solid #ebecec;
	padding: 10px;
	height: 70px;
	width: 450px;
	font-size: 11px;
}

.description a{
	font-size: 14px;
    font-weight: 700;
}

.contenido{
	padding: 10px;
	width: 920px;
}

.desc-images{
	width: 700px;
	margin: 0 auto;
	height: 200px;
	padding: 15px;
}

.desc-images img{
	border-radius: 5px;
	border: 1px solid black;
}

#foot{
	background-color: #EEEEEE;
	width: 940px;
	border-top: 1px solid #E1E2E3;
}

.footer{
	padding: 20px;
	width: 800px;
	margin: 0 auto;
	overflow: auto;
}

.pages{
	width: 240px;
	float: left;
	padding: 10px;
	font-size: 11px;
}