/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#58585A;
	font-size:12px;
}
a{
	color:#58585A;
	text-decoration:none;
}

#divnaranja {
	background: url(../imagenes/cuadronaranja.jpg) no-repeat; 
  	font-family:Arial, Helvetica, sans-serif;
  	/*font-weight: bold;*/
  	font-size: 15px;
  	text-align: center;
  	width:131px;
  	height:95px;
  	padding-top:3px;
	margin-bottom:5px;
	margin-top:5px;
}

#divcuadronavegacion{
	background: url(../imagenes/soporte.jpg) no-repeat; 
  	font-family:Arial, Helvetica, sans-serif;
  	/*font-weight: bold;*/
  	font-size: 15px;
  	text-align: center;
  	width:131px;
  	height:85px;
	margin-top:4px;
	padding-top:2px;
}
#divnavegacion{ /* sin imagen de fondo*/
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 15px;
  	text-align: center;
  	/*width:131px;
  	height:85px;*/
	margin-top:4px;
}

.conteo {
	font-size: 45px;
	font-weight:bold;
	color: #A60000;
}
.conteonavegacion{
	font-size: 40px;
	font-weight:bold;
	color: #A60000;
}

/* Menu del index (cuadro verde) */
#menuindex{
	background: url(../imagenes/pxopciones.jpg) no-repeat;
	width:265px;
	height:284px;
	vertical-align:bottom;
}
table.menuindex{
/*	margin-top:118px;*/
/*	padding-top:118px;*/
	/*margin: 110px auto 0 auto;  /*arriba derecha abajo izquierda */	/* para centrar el div */
}
table.menuindex td{
	background:url(../imagenes/pxboton.jpg) no-repeat;
	height:23px;
	width:214px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#58585A;
	font-size:12.5px;
	text-indent:18px;
	cursor:pointer;
}
.titulo{
	font-size:15.5px;
	color:#00542F;
	font-weight:bold;
	padding-bottom:10px;
}
.titulo a{
	text-decoration:none;
	font-size:15.5px;
	color:#00542F;
	font-weight:bold;
	padding-bottom:10px;
}

table.eventos{
	padding:3px;
	border:#00542F solid 1px;
}
table.eventos tr.toptabla{
	font-weight:bold;
	background-color:#00542F;
	color:#FFFFFF;
}
table.eventos td{
	border-bottom:#00542F solid 1px;
}

#evento h1{
	color:#CC3300;
	text-align:center;
}
#evento h2{
	background-color:#CC0000;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	border:#333333 solid 1px;
	font-weight:normal;
}
#evento a{
	text-decoration:underline;
	color:#0000FF;
}

.tbmemoria{	
	border-collapse: collapse;
    border: 1px solid #333333;
    font-size: 12px;
}
.tbmemoria td {
    padding: 5px 10px;
	 border: 1px solid  #333333;
	 line-height:20px;
}
.sesion{
	color:#009900;
}
.sin_borde td{
	border:none;
	border-width:0px;
}
.separa{
	 border-bottom:1px dashed #666666;
}