body {
	margin: 0;
	padding: 0;
	background: #F1F1F1 url(img/fondo2.jpg) repeat-x left top;/*Recuadro negro del Fondo*/
	font-family: Lucida Calligraphy;/*Tipo de Letra o Fuente*/
	font-size: 14px;/*Tamaņo de Toda la Letra*/
	color: #787878;/*Sombra arriba del texto, tipo de letra del texto y color*/
}

/*div.header {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}*/
/*div.header {
  display: block;
  max-width: none !important;
}*/
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color:  #000000;/*Tipo de letra y color de los Titulos*/
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.4em;/*Cambia el Tamaņo del h2 (Bienvenidos al Centro Militar)*/
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;/*Cambia el Ancho del Contenedor o Recuadro del Menu*/
}

ul, ol {
}
a {
	text-decoration: none;
	color: #000000;
}

a:hover {
}
/*WRAPPER*/
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 980px;
	height: 280px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img06.gif) no-repeat left top;
}

/* Logo */

/*#logo {
	float: right;
	margin: 0;
	padding: 0;
	color: #000000;
}*/

/*#logo h1, #logo p {
	margin: 0;
	padding: 0;
}*/

/*#logo h1 {
	float: left;
	padding-top: 223px;
	letter-spacing: -1px;
	text-align: right;
	text-transform: lowercase;
	font-size: 3.9em;
	border-color: #33CCFF;
}*/

#logo p {
	float: left;
	margin: 0;
	padding: 250px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #00CC99;
}

/* Search */
/*Recuadro Gris de Busqueda de Inf.*/
#search {
	float: left;
	width: 280px;
	height: 60px;
	padding: 10px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 0px solid #FFFFFF;/*Distancia del GO hasta el texto que le sigue abajo*/
}
/*Recuadro de Busqueda de Informacion*/
#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	width: 1000px;/*Ancho del Menu*/
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 130px;
	height: 30px;
	margin-right: 1px;
	padding: 9px 0px 0px 0px;
	background: url(img/img02.gif) no-repeat left top;/*Menu Principal*/
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	padding-left: 0;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 40px;
	background: url(img/img03.gif) repeat-y left top;/*Recuadro del Fondo de la pagina Blanco*/
}



#Page-total{
    width: 1280px;
}

#page-bgtop {
	padding: 20px 0px;/*Distancia del Texto desde el Margen Superior de la Pagina*/
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 580px;/*Ancho del texto principal del lado izquierdo*/
	padding: 30px 0px 0px 0px;
}

.post {
	background: url(img/img07.gif) no-repeat left 50px;/*Recuadro del texto dentro de la pagina*/
	margin-bottom: 15px;
}

/*.post-bgtop {
}

.post-bgbtm {
}*/

.post .title {
	height: 38px;/*Distancia del texto al margen superior*/
	margin-bottom: 10px;/*Distancia del texto al margen superior*/
	padding: 2px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

/*.post .title a {
	color: #023848;
	border: none;
}*/

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(img/img08.gif) no-repeat left top;
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

/*.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}*/

/* Sidebar Menu e Imagenes del lado Derecho*/
#sidebar {
	float: right;/*Ubicacion del Menu de la Derecha "Directivos y Mapa"*/
	width: 370px;/*Ubicacion del Manu de la Derecha "Directivos y Mapa"*/
	margin: auto;
	padding: 0px 0px 0px 0px;
	color: #787878;/*Color de la Letra del Menu de la Derecha "Nombre de Directivos"*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Calendar */

/*#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}*/

/* Footer */

/*#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: black;
}

#footer a {
	color:black;
}*/
/****************************ENCABEZADO DE BAJO DEL MENU PRINCIPAL*************************************************/

div#BoxEncabezado {
    position: absolute;
    top: 300px;/*Posicion hasia abajo*/
    left: 350px;/*Derecha*/
    width: 740px;/*Largo*/
    height: 800px;/*Ancho*/
    background-color: Gray;/*Color de Fondo de la Imagen*/
    color: black;
    font-family: calibri;
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;
}
/**************************** DE BAJO DEL MENU ENCABEZADO*************************************************/
/* SECCION BOX SUPERIOR DERECHA */
div#BoxPrincipal1Text {
    position: absolute;
    top: 1200px;/*Posicion hasia abajo*/
    left: 10px;/*Derecha*/
    width: 640px;/*Largo*/
    height: 80px;/*Ancho*/
    /*background-color: Gray;/*Color de Fondo de la Imagen
    color: black;
    font-family: calibri;
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;*/
}
/* SECCION BOX SUPERIOR DERECHA */
div#BoxPrincipal1 {
    position: absolute;
    top: 1300px;/*Posicion hasia abajo*/
    left: 10px;/*Derecha*/
    width: 640px;/*Largo*/
    height: 680px;/*Ancho*/
    background-color: Gray;/*Color de Fondo de la Imagen*/
    color: black;
    font-family: calibri;
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;
}



/* SECCION BOX SUPERIOR DERECHA */
div#BoxPrincipal2 {
    position: absolute;
    top: 1300px;/*Posicion hasia abajo*/
    left: 680px;/*Derecha*/
    width: 640px;/*Largo*/
    height: 680px;/*Ancho*/
    background-color: Gray;/*Color de Fondo de la Imagen*/
    color: black;
    font-family: calibri;
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;
}

/****************************GALERIA DE FOTOS NOVEDADES*************************************************/



/****************************GALERIA DE FOTOS 1RA FILA*************************************************/


div#BoxEnsayoLiterario {
    position: absolute;
    top: 2020px;/*Posicion hasia abajo*/
    left: 220px;/*Derecha*/
    width: 350px;/*Largo*/
    height: 440px;/*Ancho*/
    background-color: white;/*Color de Fondo de la Imagen*/
    color: black;
    font-family: calibri;
    font-size: 12px;
    color : black;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;
}





/* SECCION BOX SUPERIOR IZQUIERDA */

div#BoxSupTteLibro {
    position: absolute;
    top: 2020px;/*Posicion hasia abajo*/
    left: 620px;/*Derecha*/
    width: 350px;/*Largo*/
    height: 440px;/*Ancho*/
    background-color: white;/*Color de Fondo de la Imagen*/
    color: black;
    font-family: calibri;
    font-size: 12px;
    color : black;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;
}
/****************************GALERIA DE FOTOS Y VIDEOS*************************************************/

/* SECCION BOX SUPERIOR IZQUIERDA */
div#BoxSup1 {
    position: absolute;
    top: 2500px;/*Posicion hasia abajo*/
    left: 170px;/*Derecha*/
    width: 240px;/*Largo*/
    height: 190px;/*Ancho*/
    background-color: Gray;/*Color de Fondo de la Imagen*/
    color: black;
    font-family: calibri;
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;
}

/* SECCION BOX SUPERIOR CENTRO */
div#BoxSupDer2 {
    position: absolute;
    top: 2500px;/*Posicion hasia abajo*/
    left: 800px;/*Derecha*/
    width: 240px;/*Largo*/
    height: 190px;/*Ancho*/
    background-color: Gray;/*Color de Fondo de la Imagen*/
    color: black;
    font-family: calibri;
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;
}



/****************************GALERIA DE FOTOS Y VIDEOS*************************************************/

/* SECCION BOX SUPERIOR DERECHA */
div#BoxSegundaFila1 {
    position: absolute;
    top: 2500px;/*Posicion hasia abajo*/
    left: 490px;/*Derecha*/
    width: 240px;/*Largo*/
    height: 190px;/*Ancho*/
    background-color: Gray;/*Color de Fondo de la Imagen*/
    color: black;
    font-family: calibri;
    font-size: 12px;
    text-align: justify;
    font-weight: normal;
    border-style: solid;
    border-width: 2px;
    border-color: blue;
    overflow: hidden;
    padding:  10px;
}




/*********************MENU Y SUB MENUES*************************************/
* { padding: 0; margin: auto; text-align: center  }
#cabecera { background-color: #fff0f0; }  
h1 { font: bold 1.5em arial; padding: 0.5em; }
#navegador { background-color: #00008B; padding: 0.5em; }/*Recuadro de Atras del Manu*/
#navegador li { margin: 0px 5px; padding: 0.1em 2em 0.5em 1em; /*Tamaņo del Recuadro del Menu*/
           background-color: #6495ED; width: 12%;float: left;
           list-style-type: none; position: relative; }/*Forma Horizontal al Menu, Sub Menues y Recauadros de Cada Menu*/
#subseccion1, #subseccion2, #subseccion3, #subseccion4, #subseccion5, #subseccion6 /*Menues Principales*/ 
             { position: absolute; top: 100%; left: 0px;  
             background-color: #6495ED; font:normal 0.8em arial;  
             padding: 0.2em 0.5em ; display: none; }/*Oculta los Sub Menues*/				 
#navegador li:hover { background-color: #6495ED/*#990033*/; }
#navegador li a:link, #navegador li a:visited { 
           color: #feffe4; text-decoration: none; }/*Color de los Sub Menues y de la letra de los Menues*/
#navegador li a:hover, #navegador li a:active { 
           color:#ffd7a9 ; text-decoration: none; }
.borrar { clear: both; }	

#principal h2 { font: bold 1.5em arial; padding: 0.5em }
#principal p { font: normal 0.9em arial; text-align: justify;
           text-indent: 3em; padding: 0.5em 2em; }
/****************************************************************************/
p {
	margin: 0;
	padding: 0;
	font: bolder;
	color: black/*Tipo de letra y color de los Parrafos*/
    }