@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFF;
	background-image: url(bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
a {

}

a:link {
	color: #105289;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4D88C4;
}
a:hover {
	text-decoration: none;
	color: #51A8FF;
}
a:active {
	text-decoration: none;
	color: #4D88C4;
}
.separador {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
#info {
	background-color: #FC0;
	height: 25px;
	width: 951px;
	margin: 5px auto;
	text-align: center;
	padding-top: 5px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.thrColFixHdr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #E6E6E6;
} 
#topwarning {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FF797C;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	font-weight: bold;
}
#topgood {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CAF7C4;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	font-weight: bold;
}


.thrColFixHdr #header {
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 136px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	border-right: solid #EEEEEE 1px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 20px;
	border-left: solid #EEEEEE 1px;
}
.thrColFixHdr #mainContent {
	margin: 0px 120px 0 180px;
	width: 550px;
	background-image: url(images/maincontentbg.png);
	background-repeat: repeat-y;
} 
#prefooter {
	background-image: url(images/maincontentbg2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 550px;
}

.thrColFixHdr #container #mainContent p {
	font-weight: normal;
	color: #3C3C3C;
}

.thrColFixHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #3C3C3C;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FDFFFE;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: 15px -234px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#advisor {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 456px;
	float: right;
	background-position: -298px 0px;
}
.advisorfont {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #535353;
	text-align: left;
	height: 40px;
	width: 330px;
	margin-top: 36px;
	margin-left: 10px;
	line-height: 1.5;
}
.advisorimg {
	width: 34px;
	height: 33px;
	float: left;
	margin-right: 5px;
	padding-top: 2px;
}

#search {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	width: 460px;
	float: left;
	margin: 0 auto;
	margin-left: -15px;
}
#logo {
	position: relative;
	left: -20px;
	width: 100%;
}

#searchbox {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: 0px -95px;
	height: 46px;
	width: 228px;
	float: right;
}
.searchbox {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: 0 -102px;
	height: 40px;
	width: 295px;
	position: relative;
	top: 55px;
	float: right;
	left: 15px;
}
.nobox {
	border: 1px solid #FFF;
	width: 250px;
	font-size: 16px;
	color: #BEBEBE;
}
#navbar {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: 0px -369px;
	height: 48px;
	width: 955px;
	margin: 0 auto;
	margin-top: 3px;
}
#time {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -755px -158px;
	height: 19px;
	width: 60px;
	position: relative;
	float: right;
	right: 220px;
	bottom: 3px;
}
#day {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -755px -140px;
	height: 19px;
	width: 60px;
	position: relative;
	float: right;
	right: 95px;
	bottom: 3px;
}
#dayoftheworld {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	height: 19px;
	width: 165px;
	position: relative;
	float: right;
	right: -135px;
	bottom: 3px;
}



#nav-menu {
	height:48px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
    }

    #nav-menu span {
    display: none;
    }

    #nav-menu li, #nav-menu a {
	height:48px;
	display:block;
    }

    #nav-menu li {
	float:left;
	list-style:none;
	display:inline;
    }

    #nav-menu-01 {
	width: 48px;
    }
    #nav-menu-02 {
	width: 181px;
}
    #nav-menu-03 {
	width: 181px;
}
    #nav-menu-04 {
	width: 181px;
}
	#nav-menu-05 {
	width: 181px;
}
	#nav-menu-06 {
	width: 181px;
}



    #nav-menu-01 a:hover {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: 0px -417px;
}
    #nav-menu-02 a:hover {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -48px -417px;
	color: #FFF;
}
    #nav-menu-03 a:hover {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -229px -417px;
	color: #FFF;
}
    #nav-menu-04 a:hover {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -410px -417px;
	color: #FFF;
}
#nav-menu-05 a:hover {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -591px -417px;
	color: #FFF;
}
#nav-menu-06 a:hover {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -772px -417px;
	color: #FFF;
}
.separador2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.topbox {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -153px -22px;
	height: 6px;
	width: 93px;
}
.contentbox {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -955px 0px;
	height: 300px;
	width: 93px;
}
.bottombox {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -153px -28px;
	height: 6px;
	width: 93px;
}
#placeholder {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 136px;
	background-position: -525px -467px;
}
#profilepic {
	height: 87px;
	width: 87px;
	position: relative;
	top: 31px;
	left: 24px;
}
.central {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #666;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}
.centralprofile {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4D88C4;
	text-align: center;
	padding-top: 0px;
}
#elecciones {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #595959;
	position: relative;
	top: 108px;
	font-weight: bold;
}
#eleccionesfecha {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #484848;
	position: relative;
	top: 125px;
}
.update {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: right;
}

.maintitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	background-color: #4088A2;
	color: #FFF;
	text-align: left;
	height: 30px;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4088A2;
	border-left-color: #4088A2;
}
.maincontenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #6E6E6E;
	text-align: left;
	width: 100%;
	margin-top: 15px;
}
.fechabg {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	padding-top: 3px;
	text-align: center;
	float: left;
	background-position: -244px -1170px;
}
.mainmsj {
	margin-left: 70px;
	margin-top: 0px;
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 12px;
	line-height: 1.5;


}
.maincomments {
	text-align: right;
	width: 100%;
	font-size: 12px;
	color: #069;
	padding-bottom: 20px;
}
.mainautor {
	text-align: right;
	width: 100%;
	font-size: 12px;
	color: #ADADAD;
}
.maincomments2 {
	text-align: left;
	width: 100%;
	font-size: 16px;
	color: #333;
	background-color: #D2D2D2;
	padding: 3px;
	border: 1px solid #999;
}
.maincommentarios {
	text-align: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
	padding-left: 10px;
}
.commentbox {
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 3px;
}
.autorbox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: left;
}


#banner1 {
	height: 60px;
	width: 450px;
	margin: 0 auto;
}
#login {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 14px;
	color: #666;
	width: 100%;
	margin-top: 20px;
}
.loginform {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 14px;
	color: #333;
	height: 30px;
	width: 220px;
	border: 1px solid #999;
	padding-left: 5px;
}
.error {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 12px;
	color: #F00;
}
#adminbar {
	height: 28px;
	width: 955px;
	margin: 0 auto;
	margin-top: 3px;
}
#admin-menu {
	height:28px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
    }

    #admin-menu span {
    display: none;
    }
#admin-menu li, #admin-menu a {
	height:48px;
	display:block;
    }

    #admin-menu li {
	float:left;
	list-style:none;
	display:inline;
    }

    #admin-menu-01 {
	width: 84px;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -94px -1172px;
    }
#admin-menu-01-up {
	width: 84px;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -5px -1172px;
}

    #admin-menu-02 {
	width: 89px;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -89px -1172px;
}
#admin-menu-02-up {
	width: 89px;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: 0px -1172px;
}

#admin-content {
	background-color: #EEE;
	width: 100%;
	min-height: 400px;
	color: #333;
}
#logoutbutton {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #797979;
	position: relative;
	top: 390px;
	font-weight: bold;
	width: 80px;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -755px 0px;
	height: 19px;
	margin: 0 auto;
}
#loginbar {
	height: 140px;
	width: 110px;
	margin: 0 auto;
	text-align: left;
	left: 0px;
	top: 80px;
	margin-bottom: -40px;
	position: relative;
	background-color: #FBFBFB;
}
.loginform2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	height: 20px;
	width: 90px;
	padding-left: 5px;
	border: 1px solid #B4B4B4;
}
.loginform3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	width: 150px;
	padding-left: 5px;
}
#loginbutton {
	height: 27px;
	width: 63px;
	margin: 0 auto;
	text-align: center;
	left: 0px;
	top: 365px;
	margin-bottom: -40px;
	position: relative;
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: -74px -582px;
	color: #FFF;
	font-size: 14px;
}
#loginbutton a {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
#loginbutton a:hover {
	color: #E4E4E4;
}

.loginpad {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 4px;
	padding-top: 20px;
}
#logo_ve {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 157px;
	float: left;
	cursor: pointer;
}
.bbuttons {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	text-align: center;
	height: 13px;
	border: 1px solid #000;
	margin: 0 auto;
	min-width: 10px;
	width: 15px;
	float: left;
	padding-top: 2px;
	margin-right: 5px;

}
.votebg {
	background-image: url(images/sprite5.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-top: 3px;
	text-align: left;
	background-position: -315px -1180px;
	margin-top: 10px;
	position: relative;
	left: 490px;
}
#evento {
	height: 400px;
	width: 35px;
	position: absolute;
	top: 178px;
	right: 0%;
	float: right;
	overflow: hidden;
}

#evento:hover {
	height: 400px;
	width: 170px;
	position: absolute;
	top: 178px;
	right: 0px;
	display:inline;
}

#evento2 {
	height: 300px;
	width: 250px;
	position: absolute;
	top: 170px;
	float: left;
	overflow: hidden;
	left: -208px;
}
#evento2:hover {
	height: 300px;
	width: 250px;
	position: absolute;
	top: 170px;
	float: left;
	left: 0%;
}
#evento2:focus {
	height: 300px;
	width: 250px;
	position: absolute;
	top: 170px;
	float: left;
	left: 0%;
}
.smallfont {
	text-align: right;
	width: 100%;
	font-size: 10px;
	color: #ADADAD;
}
.logintext {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 14px;
	color: #333;
	height: 300px;
	width: 90%;
	border: 1px solid #999;
	padding-left: 5px;
}
.loginformleft {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	height: 20px;
	width: 90px;
	padding-left: 5px;
}
#nav-menu ul {
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
width: 100%;
}
#nav-menu ul li {
	float:none;

}
#nav-menu ul ul {
 top: 1px;
 left: 99%;
}
#nav-menu li:hover > ul {
 visibility: visible;
 background-color:#FFFFFF;
 border:#CCC 1px solid;
 border-top:#FFF none 1px;
 width:181px;
 padding-top:5px;
}
#nav-menu ul a {
	width:166px;
	font-size:12px;
	margin:0 auto;
	background-image:url(../../css/images/sprite5.png);
 	background-position:0px -939px;
 	background-repeat:no-repeat;
	color:#666;
}
#nav-menu ul a:link {
	color:#666;
	text-decoration:none;
}
#nav-menu ul a:visited {
	color:#666;
	text-decoration:none;
}
#nav-menu ul a:hover {
	color:#FFF;
	text-decoration:none;
}
.navul {
	padding-left:25px;
	margin-top:10px;
	vertical-align: middle;
	display: inline-table;
}
#nav-menu-02 ul a:hover{
	 visibility: visible;
 background-image:url(/css/images/sprite5.png);
 background-repeat:no-repeat;
 background-position:0px -899px;
 margin:0 auto;
 width:166px;
}
#nav-menu-03 ul a:hover{
	 visibility: visible;
 background-image:url(/css/images/sprite5.png);
 background-repeat:no-repeat;
 background-position:0px -899px;
 margin:0 auto;
 width:166px;
}
#nav-menu-04 ul a:hover{
	 visibility: visible;
 background-image:url(/css/images/sprite5.png);
 background-repeat:no-repeat;
 background-position:0px -899px;
 margin:0 auto;
 width:166px;
}
#nav-menu-05 ul a:hover{
	 visibility: visible;
 background-image:url(/css/images/sprite5.png);
 background-repeat:no-repeat;
 background-position:0px -899px;
 margin:0 auto;
 width:166px;
}
#nav-menu,
#nav-menu li,
#nav-menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#nav-menu {
 position: relative;
 z-index: 597;
 float: left;
}

#nav-menu li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

#nav-menu li.hover,
#nav-menu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}
.okreg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #360;
	background-color: #DDF8C2;
	padding: 10px;
	width: 90%;
	border: 1px solid #090;
	margin: 0 auto;
}
.okreg2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #360;
	background-color: #DDF8C2;
	padding: 10px;
	width: 80%;
	border: 1px solid #090;
	margin: 0 auto;
}

.badreg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FFC6C6;
	padding: 10px;
	width: 90%;
	border: 1px solid #C00;
	margin: 0 auto;
	list-style-type: disc;
	list-style-position: inside;
	text-align: justify;
}
.badreg2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FFC6C6;
	padding: 10px;
	width: 80%;
	border: 1px solid #C00;
	margin: 0 auto;
	list-style-type: disc;
	list-style-position: inside;
	text-align: justify;
}

.inforeg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #036;
	background-color: #D8EFFC;
	padding: 10px;
	width: 90%;
	border: 1px solid #036;
	margin: 0 auto;
}
small {
	font-size: 10px;
}
.warningreg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F60;
	padding: 10px;
	width: 90%;
	border: 1px solid #F90;
	margin: 0 auto;
	background-color: #FFFA91;
}
#avatar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 3px;
}
#bet {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding: 0px;
	background-image: url(../images/bet/bg.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 590px;
	position: absolute;
}
.betuser {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	position: relative;
	top: 49px;
	left: 195px;
	font-weight: normal;
	background-color: #036;
	padding: 1px;
	width: 150px;
}
.betgold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	position: relative;
	top: 77px;
	left: 178px;
	font-weight: bold;
	padding: 1px;
	width: 45px;
}
.thrColFixHdr #mainContent2 {
	margin: 0px 10px 0 180px;
	width: 780px;
	background-image: url(images/maincontentbg.png);
	background-repeat: repeat-y;
}
.thrColFixHdr #sideprofile {
	float: left; /* since this element is floated, a width must be given */
	width: 136px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	border-right: solid #EEEEEE 1px;
}
#profilepic2 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.social {
	font-family: Tahoma;
	font-size: 12px;
	color: #999;
	padding: 5px;
	float: right;
	width: 130px;
}

