/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

P,DIV,TH,TD,INPUT,SELECT,TEXTAREA {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;/* line-height:14px;*/
}

A:link { text-decoration:none; color: #1a84cb}
A:visited { text-decoration:none; color: #01578f}
A:active { text-decoration:none; color: #031f31}
A:hover{ text-decoration:none; color: #01a8e6}

/* nombre del jugador cuando se presenta */
.playername {
	color: #464646;
	line-height: 18px; }

.darkgraybold {
	font-weight: bold;
	color: #031f31;
	line-height: 21px; }

.darkgraybold a {
	color: #031f31;
}


.darkgraybold a:visited {
	color: #00416a;
}

.darkgraybold a:hover {
	color: #0075b8;
}


.darkgray {
	color: #031f31;
	line-height: 21px; }


.darkgray a {
	color: #031f31;
}

.darkgray a:visited {
	color: #00416a;
}

.darkgray a:hover {
	color: #0075b8;
}

.whitesmall {
	font-size: 10px;
	color:#031f31;
	margin-right: 6px;
}
.whitesmall A:link{	color:#031f31; }

.graysmall {
	font-size: 10px;
	color:#585858; }
.graysmall A:link {color:#585858; text-decoration:none;}
.graysmall A:hover {color:#585858; text-decoration:underline;}

.subtitlesblue {
	font-weight:bold;
	color:#042047;
}

.subtitlemed {
font-weight: bold;
font-size: 13px;
}

.subtitlelarge {
font-weight: bold;
font-size: 16px;
padding: 1em;
color: #203a4a;
}

/*.smalllinks {
color: #031f31;
font-size: 10px;
}

.smalllinks A:link {
color: #031f31 !important;
}

.smalllinks A:visited {
color: #031f31;
}

.smalllinks A:active {
color: #031f31;
}

.smalllinks A:hover {
color: #3390c5;
}
*/

.style2 A:link {text-decoration: none; color: #00006a}
.style2 A:visited {text-decoration: none; color: #00006a}

.style3 {font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #666666}
.style3 A:link {text-decoration: none; color: #666666}
.style3 A:hover {text-decoration: none; color: #000000}
.style3 A:visited {text-decoration: none; color: #000000}

.style5 { color: #ff9c00} 
.style6 { color: #2097c3}
ul {
  margin: 5px 0 5px 20px;
  padding: 0px;
  list-style-position: inside;
}

h1, h2, h3, h4 {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}
h1 { font-size: 24px;}
h2 { font-size: 20px;}
h3 { font-size: 16px;}
h4 { font-size: 14px;}

.bottom {
  margin-bottom: 10px;
}

.subtitles A:link {text-decoration: none;}
.subtitles A:visited {text-decoration: none;}

.nav {padding: 3px; text-align: left; color: rgb(69, 69, 69); font-family: Tahoma, Verdana, Arial; font-size: 11px; font-weight: bold;}
.nav A:link {text-decoration: none; color: rgb(69, 69, 69);}
.nav A:hover {color: #063F7F;}
.nav A:visited {text-decoration: none;}

hr {
  	border: thin solid #EDEDED;
  	width: 100%;
	color: #EDEDED;
	background-color: #EDEDED;
	height: 1px;
}

.boxblue {
	border: thin solid #102F6E;
	background-color: #F4F8FC;
}

.mainbuttontext {
color: white;
font-size: 2.5em;
font-weight: bold;
letter-spacing: -2px;
line-height: -1px;
	
}

.mainbuttontextlarge {
color: white;
font-size: 5em;
font-weight: bold;
font-style: italic;
letter-spacing: -2px;
line-height: 20px;
}

.bullet {
  background: url('images/bullet_blue.gif') no-repeat center;
}

.NormalBold {
  font-weight: bold;
}

.searchbg {
background-image: url(images/search_bg.png);
background-repeat:no-repeat;
background-position:center;
}


#buttonscontainer ul
{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style:none;
display:inline;
}

#buttonscontainer li { margin: 0 .8em 0 0;}

#buttonscontainer a
{
font-size: 16px;
letter-spacing: -.08em;
display: block;
color: black;
background-color: #f2f6f9;
/*width: 195px;*/
padding: .4em 0.5em;
margin: 0 .3em;
text-decoration: none;
float: right;
}

#buttonscontainer a:hover
{
background-color: #bed2e0;
color: black;
}
/* Preloader here */
.preloader4 {
   width:15px;
   height:15px;
   display:inline-block;
   padding:0px;
   border-radius:100%;
   border:2px solid;
   border-top-color:rgba(0,0,0, 0.65);
   border-bottom-color:rgba(0,0,0, 0.15);
   border-left-color:rgba(0,0,0, 0.65);
   border-right-color:rgba(0,0,0, 0.15);
   -webkit-animation: preloader4 0.8s linear infinite;
   animation: preloader4 0.8s linear infinite;
}
@keyframes preloader4 {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes preloader4 {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}
/*  Preloader ends here */

