BODY {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; /*    margin: 10 0 10 0px;*/
	margin: 5 5 5 5px; /* TODOS LOS MARGENES FIJOS */
	text-align: center;
	background-color: #ebebeb; /*	color : #666666;		*/
/*	padding: 1em 1em 1em 1em;			/*RELLENO DEL CONTORNO*/
}
#contenedor{
   text-align: left;
   width: 760px; 		/*DEJA ANCHO FIJO*/
   height: 500px; 
/*   height: auto;*/
   background-color : #D1DBE5;
   margin: auto;
/*	margin-left: 39%;
   margin-right: 42%;	*/
/*	border: 1px solid #68729E 	#006699;			borde q cubre todo*/
}

#contenedor_ini{
   text-align: left;
   width: 760px;                /*DEJA ANCHO FIJO*/
   height: 375px;
/*   height: auto;*/
/*   background-color : #D1DBE5;*/
   margin: auto;
/*      margin-left: 39%;
   margin-right: 42%;   */
/*      border: 1px solid #68729E       #006699;                        borde q cubre todo*/
}

#cabecera{
   background-color: #C5DEA7;	/*	#D2E4FA		CELESTE;		*/
   color: #333300;			/* CELESTE */
   font-size:12pt;
   font-weight: bold;
   padding: 0 0 0 10px;
/*	height : 106px;*				PARA AGREGAR IMAGEN O LOGO*/
/*	width: 760px;*/
/*	width: 100%;*/
	width:89px 78px;				/*TRUCO PARA MOZILLA*/
}

#titulo{
	background-color: #68729E;
	color: #ffffff;				/*BLANCO*/
	font-size:8pt;
	font-family : arial,helvetica;
	/*text-transform : uppercase;*/
	padding: 3px 3px 3px 3px;			/*MARGENES INTERNOS*/
	font-weight : normal;
	letter-spacing : 2px;			/*SEPARA LETRAS*/
	margin: 0px 0px 3px 0px;		/*SOLO MARGEN INFERIOR*/
	text-align: left;
/*	width: 100%;*/
	width:89px 78px;			/*TRUCO PARA MOZILLA*/
/*width: expression('100px');*/
}

#menu_superior{
	background-color: #FDE4AE; /*#FFFFCC; 					/*ANTES #F5F4C3 ;*/
	padding: 3px 10px 5px 10px; 
/*	border-top : 1px solid #68729E;		/*#cccccc;			BORDES PENDIENTES*/
/*	width: 100%;*/
	width: 89px 78px;			/*TRUCO PARA MOZILLA*/
}

#menu_superior table{
color: gray; 	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu_superior a{
	color: #0066C8;
   	text-decoration: none;			/* SIN SUBRAYAR EL LINK*/
/*   font-weight: bold o none;*/
/*   border: 1px solid #999999;*/
/*   margin:3 0 3 0px;*/
/*   padding: 2px;*/
}
#menu_superior a:VISITED {
/*	color: #494E6B;	*/
}
#menu_superior a:HOVER {
	color: #36414E;		/*#693532;*/
	text-decoration: underline;			/* SUBRAYAR EL LINK*/
}

#menu_superior_activo {
	color: #36414E;		/*#693532;*/
}

#cuerpo{
	margin: 10 10 0 0px; /*	width:800px; */
/* float:left;*/
	width: 500px;
}

#lateral{
	width: 150px;
	background-color: #999999;
	border-bottom: 1px solid #cccccc; /* bordes de color gris claro en la parte lateral izquierda y abajo */
	border-left: 1px solid #cccccc; /*los otros dos lados no tendrán borde por estar en contacto con los bordes de otros elementos. */
	float: left;
}
#lateral ul{
   margin : 0 0 0 0px;
   padding: 0 0 0 0px;
   list-style: none;
}
#lateral li{
   background-color: #FFFFCC ;
   margin: 2 2 2 2px;
   padding: 2 2 2 2px;
   font-weight: bold;
}
#lateral a{
	color: #3333cc; 	/*AZUL	#693532;  CAFE*/
	text-decoration: none; /* SIN SUBRAYAR EL LINK*/
	font-weight: bold;
	display: block; /* SE COMPORTA COMO UN BLOQUE*/
	width: 100%;	/*ancho enlaces 100%, ocupa todo el espacio del contenedor donde está situados*/
}

#lateral a:HOVER {
	letter-spacing: 1px;
/*	color: #D81690;*/
/*	background-color: #F6D79C; /*como se comporta como bloque pone fondo de color al pasar el mouse	*/
}

/*#lateral a:ACTIVE {			
	letter-spacing: 1px;
	color: #D81690;		/*FUCSIA*/
/*	text-transform : uppercase;*/
}*/

#noticias_tabla{
   border: 1px solid #1E679A;
   width: 159px;
}
#noticias_encab{
   background-color: #165480;		/*	OTRO AZUL: #1E679A;*/
   font-weight: bold;
   color: #ffffff;
   padding: 2 2 2 2px;
   font-size: 8pt;
}
#noticias_cuerpo{
	padding: 4 4 4 4px;
	background-color: #FFFFCC; /*#ffffcc;		#C0D9D9; */
	color: #9C2828;
}
#noticias_fecha{
	padding: 0 0 0 0px;
	background-color: #DDDDDD;
	color: #9C2828;
	font-weight: bold;
}

#derecha{
	margin: 0 0 10 0px; 
	background-color: #F3F3F3;
	padding: 8 4 8 8px; 			/* espacio alrededor del contenido*/
   	width: 580px;
	border-style:dotted;
	border-width:1px;
	border-color: #68729E;
	float: right;
}

#derecha_cuerpo{
/*        background-color: #E8F0F0;*/
        color: #6F380E;		/*#7D3F11;		#8E5924;		#304E76; */
        font-size:8pt;
/*        font-family : arial,helvetica;*/
	/*text-transform : uppercase;*/
        padding: 3px 3px 3px 3px;                       /*MARGENES INTERNOS*/
        font-weight : normal;
        letter-spacing : 1px;                   /*SEPARA LETRAS*/
        margin: 0px 0px 3px 0px;                /*SOLO MARGEN INFERIOR*/
        text-align: left;
/*      width: 100%;*/
/*        width:89px 78px;*/                        /*TRUCO PARA MOZILLA*/
/*	width: expression('100px');*/
}
#derecha_tabla {
        color: #333300;         /*#681E43; */
        font-size:8pt;
        height: 25;
        background-color: #FDE4AE;
	border: 1px solid #681E1E;
}
#derecha_tabla td {
        font-size:8pt;
        height: 20;
/*	color: #FDE4AE;
        background-color: #ddeeff;*/
}

#derecha_tabla a{
        color: #3333cc;         /*AZUL  #693532;  CAFE*/
        text-decoration: none; /* SIN SUBRAYAR EL LINK*/
        font-weight: bold;
        display: block; /* SE COMPORTA COMO UN BLOQUE*/
        width: 100%;    /*ancho enlaces 100%, ocupa todo el espacio del contenedor donde está situados*/
}

#tabla_alumnos {
	color: #000000; /*font-family : verdana,arial;*/
	background-color: transparent; /*#D3DCE3;*/
	border: 1px solid #681E1E;
}
/*#tabla_alumnos.titulo { font-size:8pt; color: #000000; background-color: #2684BF ; }*/

#tabla_alumnos td {
	font-size:8pt; 
	height: 30;
/*	color: #000000; 
	background-color: #ddeeff;*/
}

#tabla_alumnos tr:HOVER {
	color: #000000; 
	background-color: #ddeeff;
}

.celdano {}
.celdasi {color: #000000; background-color:#ddeeff; padding:50px;}

/*#tabla_alumnos.th {color: #000000; background-color: #D3DCE3;     font-weight:normal;}*/
.tabla_encab {
	color: #681E43;
	font-weight: bold;
	height: 25;
	text-align: center;
	background-color: #D1DBE5;
}

.par {color: #681E43;
	height: 30; 
	background-color: #DDDDDD;
}
.impar { color: #681E43; height: 10; background-color: #E8F0F0; }

.tabla_docente {
	color: #333300; 	/*#681E43; */
	font-size:8pt;
  	height: 25;
   	background-color: #FDE4AE; 
}

#pie{
	background-color: #68729E; /*#8094B5;*/
	padding: 5 10 5 10px;
	color: #ffffff; /*BLANCO*/
	text-align: center; /*	margin: 10px 10px 10px 10px; /*queda pie sobre el fondo*/
	float: bottom; /*	height: 50px;			NO*/
/*	width: 720px; /*	width:89px 78px;*/
/*	margin-left: 10px;
/*	margin-right: 10px;*/
/*	margin: auto;*/
	/*width:89px 78px;*/				/*TRUCO PARA MOZILLA*/
/*	width: 760px; */
}

/*
.menu { font-size: 8pt; color: #41492E; font-family: 'Verdana'; line-height: 10pt }
.menu a { color: #693532; text-decoration: none; font-weight: none; }
.menu a:link { text-decoration: inherit; font-weight: inherit; }
.menu a:visited { color: #465032; text-decoration: inherit; font-weight: inherit; }
.menu a:hover { color: #693532; text-decoration: none; font-weight: bold; }
.menu a:active { color: #465032; text-decoration: none; font-weight: none; } */

#principal{							/* ---NO USADO---*/
	/*   margin-left: 170px; */
	margin-right: 170px;
	background-color: #F3F3F3; /* float:left;*/
	padding: 8 8 8 8px; 			/* espacio alrededor del contenido*/
/*   width: 640px;*/
	float: left;
}

#cajafija {
/*				position: fixed;*/
	width:150px;
	height: 300px;
	background-color: #FFFFCC;
	top: 50px;
	right: 0px; 
	float:right;
        padding-top: 5pt; padding-bottom: 5pt;
	padding-right: 5pt; padding-left: 5pt;
}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK {
	/*color: #494E6B;*/
	/*color: #0066C8;*/	
}
A.enlacenav:HOVER {
	/*color: #3F7DE3;*/
	/*font-weight: bold;*/
} 

#navabajo{
	/*MENU DE NAVEGACION INFERIOR*/
/*	color: #E8700D;
	font-weight: bold;*/
/*	width: 760px; */
}

#navabajo a{
	/*MENU DE NAVEGACION INFERIOR*/
	color: #D81690;		/*#E8700D;*/
	font-weight: bold;
}

#navabajo a:HOVER {
	color: #693532;
}

/*h1{				/*NO USADO*/
font-size: 12pt;
font-family : verdana,arial;
color: purple;
}*/

/*p {
	color: #0002B7;
} */

h5{
	color: #004486; /*font-size: 8pt;*/
	font-weight: bold;	
	font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
} 				

.picturebox{
	padding:60px;
	padding: 10px 10px 10px 10px;		/**/
	border-style:dotted;
	border-width:1px;
	border-color:#FF0000; 
}


/*NO USADO*/
/*td {
    font-family:verdana,arial;
    font-size:8pt;
}
.estilotabla{
    background-color:ffffff;
    border-style:solid;
    border-color:666666;
    border-width:1px;
}
.estilocelda{
    background-color:ddeeff;
    color:333333;
    font-weight:bold;
    font-size:10pt;
}*/
/*NO USADO*/
/*.ejemplo {width: 100%; background-color: red}
.opaco {filter: alpha(opacity=50); opacity: .5}*/


/* NO USADO
INPUT {
font-size : 8pt;
} 
#fbuscar form{
margin-bottom : 0px;
margin-top : 0px;
}

#campotexto{
float: left;
}

#campotexto input{
width:100px;
}

#botonbuscar {
padding-top : 3px;
padding-left: 106px;
} 
	
#botonbuscar input{
border : 0px none;
}
.radio{
clear:both;
} 
*/
