body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fondo.png);
}

.style1 {
	color: #F00;
	font-size: 36px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration:none
}
.style2 {
	color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif
}
.style3 {
	color: #000;
	font-size: 14px;
	font-family: tahoma;
	font-weight:bold
}
.style4 {
	color: #090;
	font-size: 16px;
	font-family: tahoma;
	text-decoration:none;
	font-weight: bold;
}
.style5 {
	color: #009;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
}
.style6 {
	color: #303030;
	font-size: 9px;
	font-family: verdana
}
.style7 {
	color: #303030;
	font-size: 9px;
	font-family: verdana
}
.style8 {
	color: #333;
	font-size: 12px;
	font-family: verdana;
}
.style9 {
	color: #009;
	font-size: 10px;
	font-family: verdana;
}

.t01 {
	color : #FFEE9D;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 30px;
	font-size : 16px;
	font-family : Tahoma,Verdana,Arial;
}

/* numero*/
.texto_normal
{
	font-family: verdana;
	font-size: 10px;
	color: #303030;
}
.texto_normal a:link {
	color: #A8A8A8;
	text-decoration: none;
}
.texto_normal a:visited {
	color: #A8A8A8;
	text-decoration: none;
}
.texto_normal a:hover {
	text-decoration: none;
}
.texto_normal a:active {
	text-decoration: none;
}
/*fin numero*/

.tabla_borde {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color:#303030;
	border-right-color: #303030;
	border-bottom-color: #303030;
	border-left-color: #303030;
	color: #303030;
	
}
.fila_1 {

}
.fila_0 {
	background-color: #EFEEE2;
}	   

/* numero*/
.style10_normal
{
	font-family: verdana;
	font-size: 15px;
	color: #303030;
}
.style10_normal a:link {
	color: #A8A8A8;
	text-decoration: none;
}
.style10_normal a:visited {
	color: #A8A8A8;
	text-decoration: none;
}
.style10_normal a:hover {
	text-decoration: none;
}
.style10_normal a:active {
	text-decoration: none;
}
/*fin numero*/
/* contador */
.contador {
	font-family: verdana;
	font-size: 15px;
	color: #303030;
}
.contador table{
	background: #d3d2b4;
	color:#023d66;
	text-align:center;
	font-size:13px;
	border-spacing: 4px;
	padding: 1px;
}
.contador td {
	border:#023d66 1px solid;	
	}
.contador a img{
	border:	none;
	}
.contador td a:link{
	text-decoration:none;
	color:#023d66;
	border:none;
}
.contador td a:hover{
	text-decoration:none;
	color:#023d66;
	border:none;
}
.contador td a:visited{
	text-decoration:none;
	color:#023d66;
	border:none;
}
.contador td a:active{
	text-decoration:none;
	color:#023d66;
	border:none;
}
/* contadoranual */
.contadoranual {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}
.contadoranual table{
	color:#000;
	text-align:center;
	font-size:8px;
	border-spacing: 4px;
	padding: 1px;
}
.contadoranual td {
	border:#000; 1px solid;
	}
.contadoranual a img{
	border:	none;
	}
.contadoranual td a:link{
	text-decoration:none;
	color:#000;
	border:none;
}
.contadoranual td a:hover{
	text-decoration:none;
	color:#000;
	border:none;
}
.contadoranual td a:visited{
	text-decoration:none;
	color:#000;
	border:none;
}
.contadoranual td a:active{
	text-decoration:none;
	color:#000;
	border:none;
}
#contenedor{
text-align: left;
width: 110px;
margin: auto;}

#lateral{
width: 60px;  /*Este será el ancho que tendrá tu columna*/
float:left; /*Aqui determinas de lado quieres quede esta "columna" */
}

#principal{
margin-left:5px; /*Este margen hace que no se encime el contenido en tu menúlateral, es     importante que pongas un pocos pixeles más que el ancho  de tu columna lateral*/
}

