/* características base genéricas */
* {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border-width: thin;			/* thin | medium | thick | <length> */
border-color: #1e1e1e;		/* <color> | transparent | inherit */
border-style: none;			/* none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset */
border-collapse: collapse;
/* border-top-width, border-right-width, border-bottom-width, border-left-width */
/* border-top-color, border-right-color, border-bottom-color, border-left-color */
/* border-top-style, border-right-style, border-bottom-style, border-left-style */
color: #888888;				/* foreground color */
background-color: transparent;	/* <color> | transparent | inherit */
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	/* [ <family-name> | <generic-family> ] */
font-style: normal;			/* normal | italic | oblique | inherit */
font-variant: normal;		/* normal | small-caps */
font-weight: normal;		/* normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit */
font-size: 11pt;			/* <absolute-size> | <relative-size> | <length> | <percentage> | inherit */
text-indent: 0px;			/* justificación de la primera línea de un párrafo */ 
text-align: left;			/* left | right | center | justify | inherit */
text-decoration: none;		/* none | [ underline || overline || line-through || blink ] | inherit */
text-transform: none;		/* capitalize | uppercase | lowercase | none | inherit */
letter-spacing: normal;		/* normal | <length> | inherit */
word-spacing: normal;		/* normal | <length> | inherit */
white-space: normal;		/* normal | pre | nowrap | pre-wrap | pre-line | inherit */
list-style-type: disc;		/* disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none | inherit */
list-style-image: none;		/* <uri> | none | inherit */
list-style-position: outside;	/* inside | outside | inherit */
}

/* cuerpo del html */
body {
background-color: #2F2F2F;			/* <color> | transparent | inherit */
/* background-image: url("imagenes/fondo.gif");*/	/* <uri> | none | inherit */
/* background-repeat: no-repeat;*/		/* repeat | repeat-x | repeat-y | no-repeat | inherit */
/* background-attachment: fixed;*/		/* scroll | fixed | inherit */
/* background-position: 0px 0px;*/		/* [ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ] | inherit */
/* cursor: url("statscursor.cur"), auto;*/		/* [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit */
}

/* links genéricos */
a:link {
text-decoration: none;
background-color: transparent;
color: #F26822;
font-weight:bold;
}
a:visited {
text-decoration: none;
background-color: transparent;
color: #F26822;
font-weight:bold;
}
a:hover {
text-decoration: underline;
background-color: transparent;
color: #F26822;
font-weight:bold;
}
a:active {
text-decoration: none;
background-color: transparent;
color: #F26822;
font-weight:bold;
}

/* id del marco de trabajo */
#marco {
display: inline;			/* inline | block | list-item | run-in | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit */
position: absolute;			/* static | relative | absolute | fixed | inherit */
width: 68em;				/* <length> | <percentage> | auto | inherit */
height: auto;				/* <length> | <percentage> | auto | inherit */
top: 0px;					/* <length> | <percentage> | auto | inherit */
right: auto;				/* <length> | <percentage> | auto | inherit */
bottom: auto;				/* <length> | <percentage> | auto | inherit */
left: 50%;					/* <length> | <percentage> | auto | inherit */
float: none;				/* left | right | none | inherit */
clear: none;				/* none | left | right | both | inherit */
margin-top: 10px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: -34em;
}


/* presentación */

.cuadropresentacion {
background-color: #2F2F2F;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 5px;
border: 1px solid #2F2F2F;
}


.intro {
color: #C6C6C6;
padding-left: 80px;
margin-bottom: 15px;
font-weight: bold;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
font-size: 20pt;
}

.update {
float: right;
color: #C6C6C6;
margin-right: 70px; 
padding-top: 10px;
font-size: 9pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
font-style: italic;
}


.endnote {
float: right;
color: #C6C6C6;
margin-right: 10px; 
padding-top: 0px;
padding-bottom: 15px;
font-size: 9pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
font-style: italic;
}


/* id del cuerpo */

.cuadro {
background-color: #2F2F2F;
border-color: #2F2F2F;		/* <color> | transparent | inherit */
border-style: solid;		/* none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset */
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
}

.titulocuadro {
color: #003399;
font-size: 12pt;
font-weight: bold;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
margin-top: 15px;
margin-left: 50px;
}


/* tablas */

.centrartabla {
text-align: center;
}

.centrartabla table {
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}

.centrartabla2 table {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}

.tablaserver {
background-color: #2F2F2F;
border-color: #2F2F2F;
border-style: none;
border-width: 1px;
}

.tabladatos {
background-color: #2F2F2F;
border-color: #2F2F2F;
border-style: none;
margin-top: 20px;
margin-left:auto;
margin-right:auto;
}


/* datos tabla server */

.server {
background: #2F2F2F;/*#f0f0f0;*/
color: #C6C6C6;
padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 10px;
font-size: 10pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
font-weight: bold;
text-align: left;
/* border-bottom-color: #3366CC; */
/* border-bottom-style: groove; */
/* border-bottom-width: 4px; */
}

.datoserver {
background: #2F2F2F; /*#f0f0f0;*/
color: #C6C6C6;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 8px;
padding-left: 0px;
font-size: 10pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
text-align: left;
/* font-weight: bold; */
/* border-bottom-color: #3366CC; */
/* border-bottom-style: groove; */
/* border-bottom-width: 4px; */
/* border-right-color: #3366CC; */
/* border-right-style: groove; */
/* border-right-width: 4px; */
}



/* datos tabla de datos */

.jugadorquotes {
background: #eeeeff;
color: #000000;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-right: 10px;
padding-left: 6px;
padding-bottom: 1px;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif'; 
font-size: 8pt;
text-align: left;
border-top-color: #2F2F2F;
/* border-top-style: dashed; */
border-top-width: 1px;
}

.datoquotes {
min-width: 500px;
background: #eeeeff;
color: #000000;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 10px;
padding-right: 6px;
padding-bottom: 1px;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif'; 
font-size: 8pt;
font-style: italic;
text-align: center;
border-top-color: #2F2F2F;
/* border-top-style: dashed; */
border-top-width: 1px;
}


.tituloup {
color: #FF9601;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0px;
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
font-weight: bold;
text-align: center;
}

.tituloup2 {
background: #FF9601;
color: #000000;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 3px;
padding-bottom: 3px;
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
font-weight: bold;
text-align: center;
}

.tituloup3 {
color: #FF9601;
margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 3px;
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
font-weight: bold;
text-align: center;
}


.tituloup4 {
color: #FF9601;
margin-top: 8px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 8px;
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
font-weight: bold;
text-align: center;
}

.jugador {
background: #212121;
color: #C6C6C6;
margin-top: 1px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 6px;
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';

text-align: left;
width:100%;
}

.jugador2 {
background: #111111;
color: #C6C6C6;
margin-top: 1px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 6px;
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
text-align: left;
width:100%;
}

.dato {
background: #212121;
color: #C6C6C6;
margin-top: 1px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 0px;
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
text-align: center;
}

.dato2 {
background: #111111;
color: #C6C6C6;
margin-top: 1px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 0px;
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
text-align: center;
}


div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

/* player name colours */

.c0 {
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
color: #888888;
}
.c1 {
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
color: #FF0000;
}
.c2 {
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
color: #00FF00;
}
.c3 {
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
color: #FFFF00;
}
.c4 {
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
color: #0000FF;
}
.c5 {
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
color: #00FFFF;
}
.c6 {
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
color: #FF00FF;
}
.c7 {
font-size: 8pt;
font-family:'DejaVu Sans','Bitstream Vera Sans','Verdana','sans-serif';
color: #FFFFFF;
}
.icons img {display:block; margin-left:auto; margin-right:auto;}
