body {
   margin: 20px;
   padding: 0px;
    border: 0px;
	background-color: #000000;
	font-size: small;
   font-family: helvetica, verdana, arial, sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
   text-decoration: none;
     }
#contenedor {
	width: 100%;
	background-image: url(img/rayas.png);
	background-color: #CBB99C;	
	border: 1px solid #000;
	}
.central {
	padding: 0px;
	margin-left: 200px;
	margin-right: 20px; /*margin-top varia en portada e interior*/
	margin-bottom: 100px;
	font-size: small;
   font-family:  "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
   text-decoration: none;
   text-align: justify;
   }
 
.menu {
	width: 95%;
   margin: 0px;
	font-size: small;
	border: 1px solid #000;
	}

.sumario {
	position: absolute;
	/*top cambia en portada e interior*/
	left: 21px;
	width: 170px;
   margin: 0px;
	padding: 10px;
	font-size: small;
	background-color: #CBB99C;
	}
/*
 ----------------------------------------------
 FORMATOS ESPECIFICOS DE PORTADA
 ----------------------------------------------
 */
div.sumario.portada {
	top: 172px;
	}
.logo_izquierda {
   position: absolute;
   top: 20px;
   left: 20px;
   margin: 0px;
   }
.logo_derecha {
   position: absolute;
   top: 21px;
   right: 21px;
   width: 285px;
   margin: 0px;
   }
.logo {
  	background-image: url(img/extension_logo.png);
  	}
 /*
 ----------------------------------------------
 FIN DE FORMATOS ESPECIFICOS DE PORTADA
 ----------------------------------------------
 */   
 
 /*
 ----------------------------------------------
 FORMATOS ESPECIFICOS DE INTERIOR
 ----------------------------------------------
  */ 
div.sumario.interior {
	top: 50px;
	}
div.cabecera {
	height: 25px;
	}
div.cabecera.acerca {
	background-color: #117496;
	}		
div.cabecera.clases {
	background-color: #669900;
	}
div.cabecera.eventos {
	background-color: #A72A00;
	}
div.cabecera.archivo {
	background-color: #FFFFFF;
	}	
div.cabecera.enlaces {
	background-color: #A7007C;
	}		
 /*		
 ----------------------------------------------
 FIN DE FORMATOS ESPECIFICOS DE INTERIOR
 ----------------------------------------------
 */

 /*		
 ----------------------------------------------
 INICIO DE LINKS
 ----------------------------------------------
 */
 	a:link {
   color: #0066FF;
   text-decoration: none;
   }
	a:visited {
   color: #3366CC;
   text-decoration: none;
   }
	a:hover {
   color: #0066FF;
   text-decoration: underline;
   }
.menu a {
		line-height: 2em;
		font-weight: bold;
		text-decoration: none;
		color: #0066FF;
		padding: 4px;
		font-size: small;
		padding-left: 16px;
		}

.menu a:visited {
		line-height: 2em;
		font-weight: bold;
		text-decoration: none;
		color: #3366CC;
		padding: 4px;
		font-size: small;
		padding-left: 16px;
		}
.menu a:hover {
		line-height: 2em;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		background-image: url("img/go.png");
		background-repeat: no-repeat;
		background-position: center left;
	}
/*		
 ----------------------------------------------
 FIN DE LINKS
 ----------------------------------------------
 */

td {
	vertical-align: baseline;
	text-align: center;	
	}

.centrado {
	align: center;
	}
.derecha {
	align: right;
	text-align: right;
	}
.azul_acerca {
	color: #117496;
	}
.rojo_eventos {
	color: #A72A00;
	}
.verde_clases {
	color: #669900;
	}
.blanco_archivo {
	color: #FFFFFF;
	}
.lila_enlaces {
	color: #990066
	}				
hr {
	  text-shade: none;
	  color: #993300;
	  }
.sumario h1 {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	}
.img {
	margin: 10px;
	border: 0px;
	}	

ul {
	list-style-type: disc;
	list-style position: inside;
	text-align: left;
	}

#nedstat {
	position: absolute;
	right: 22px;
	bottom: 22px;
	width: 18px;

}