/* CSS Document */

/* ESTILOS PAGINACIÓN */
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
/* FIN ESTILOS PAGINACIÓN */

/* ESTILOS MENÚ PRINCIPAL */
#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 100px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 85px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 100px; /*IE 5*/
w\idth: 100px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
/* FIN ESTILOS MENÚ PRINCIPAL */

/* ESTILOS MENÚ ESTADÍSTICAS */
#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background: #c00000 url(../img/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: black;
background: transparent url(../img/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../img/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

/* FIN ESTILOS MENÚ ESTADÍSTICAS */


body {
    background-color: #000000;
    margin-left:       0px;
    margin-right:      0px;
    margin-bottom:     0px;
    margin-top:        0px;
    font-family:       Verdana, Geneva, Arial, Helvetica, sans-serif;
    Color:             White;
    font-size:         12px;
}

A {
	color:#CCCCCC;
	font-weight: bold;
	text-decoration:none;
}
A:visited {
    color:           #CCCCCC;
    font-weight:     bold;
    text-decoration: none;
}
A:hover {
    color:#FFFFFF;
    font-weight:     bold;
    text-decoration: underline;
}

p.titulo {
	font-size:30px;
	tex-align:left;
}

p.subtitulo {
	font-size:18px;
}

p.error {
	font-weight:bold;
	color:#FF0000;
}

td.titulo_tabla {
	background-color:#4080A4;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

tr.titulo_tabla {
	background-color:#4080A4;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

tr.resultado2 {
	background-color:#676767;
	color:#FFFFFF;
	font-weight:bold;
}

tr.resultado1 {
	background-color:#7C7C7C;
	color:#FFFFFF;
	font-weight:bold;
}

td.separa_pie {
	background-color:#66CCFF;
}

td.pie {
	text-align:right;
}

table.error {
	border-color:#FF0000;
	border:thin;
}

td.comentarios_usuario {
	color:#000000;
	font-weight:bold;
	border:1px solid #666666;
	padding:5px;
	border-spacing:0px;
	vertical-align:top;
	background-color:#4080A4;
	height:20px;
}

td.comentarios_fecha {
	border:1px solid #666666;
	padding:5px;
	border-spacing:0px;
	vertical-align:top;
}

td.comentarios_texto {
	border:1px solid #666666;
	padding:5px;
	border-spacing:0px;
	vertical-align:top;
}

td.error {
	border-color: #FF0000;
	color:#FF0000;
	border:solid;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
