/* estilos comunes y basicos */
body {
   color: #000;
	background: #ebebeb;
	margin: 0;
	padding: 0;
   font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	text-align: justify;
	color: #696969;
}

h1 {
	font-size: 20px;
	line-height: 110%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-top: 2px;
}

h2 {
	font-size: 14px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #1B4B73;
}

h3 {
	font-size: 16px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
}

h4 {
	font-size: 14px;
	line-height: 110%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
}

a {
	color: #006699;
	text-decoration: none;
}

img {
	border-style: none;
}

header, footer, section {
    display: block; 
}

.clear { clear:both; }
.aligncenter { margin: 0 auto; display: block; }
.alignleft { float: left; }
.alignright { float: right; }
.block { display: block; }
.none { display: none; }
/* fin estilos comunes y basicos */


/* estilo pagina */
#page {
	width: 960px;
	height: auto;
	text-align: left;
	margin: -5px auto 0;
	background: #fff;
}
/* fin pagina */

/* comienzo wrapped-top y footer */
.wrapped {
	width:  960px;
	height: auto;
	margin: 0 auto;
}


#top {
	width:  100%;
	height: 30px;
	margin: 0;
   padding: 0;
	height: 30px; 
	background: #ebebeb;
}
#footer {
	border-top: 30px solid #fff;
	border-bottom: 50px solid #fff; /* cambio  */
	width:  100%;
	margin: 0;
    padding: 0;
	background: #fff;
}
#top div.wrapped, #footer div.wrapped {
   font-size:11px;
	color: #666666;
	width: 940px !important;
	padding: 7px 10px;
	overflow: hidden;
}

#footer .sites { 
       text-align: center; 
       display: block; 
       background-color: #F3F3F3;  
       padding: 10px 0px 10px 0px;
       border-left: 20px solid #fff;
       border-right: 20px solid #fff;
       } /* agregar  */
#footer .sites a { margin-right: 10px; padding-right: 50px;} /* agregar  */

/* fin wrapped-top y footer */

/* comienzo header */
.header {
	display: block;
	background: #fff;
	width: 960px;
	height: 127px;
	background: url('imagenes/logo_mineduc.gif') no-repeat;
}

.logo h1 {
	float: right;
	padding-top: 85px;
	padding-right: 10px;
	color: #0058a4;
	font-family: 'Times New Roman', Times, serif;
	font-size: 30px;
	letter-spacing: 0px;
}

/* fin header */

/* comienzo menu superior o principal */
#navegacion {
width:960px;
height: 30px;
background: #1B4B73 url('imagenes/bg-menu.jpg');
}

.menu {
width:960px;
height: 30px;
margin: 0px 0px 0px 0px;
}

.menu ul {
color:#fff;
padding: 0;
margin: 0;
list-style-type: none;
/*text-transform:uppercase;  cambio */
}

.menu ul li {
width: auto;
float: left;
position: relative;
z-index: 100;
height:16px;
padding: 7px 22px 7px 22px;
border-left: 1px solid #063c68;
border-right: 1px solid #326894;
}
.menu ul li:hover {
color: #1B4B73;
background-color: #fff;
border-top: 1px solid #1B4B73;
}
.menu ul li a {
color: #fff;
font-family: Verdana, Arial, sans-serif; 
font-size: 11px;
text-decoration: none;
}

.menu ul li.current_page_item a {
color: #999;
}

.menu.ul li:hover {
overflow: hidden;
}

.menu li:hover a {
color:#1B4B73;
z-index: 50;
}

.menu ul li ul {
display: none;
}


.menu ul li:hover ul.columnas {
display: block;
background: #1B4B73 url('imagenes/bg-menu.jpg');
position: absolute;
float: left;
list-style-type: none;
top: 29px;
left: 0px;
}

.menu ul li:hover ul.columnas li {
display:inline;
float: left;
border: 0px;
margin-right: 10px;
width: 190px;
}

/*.ancho170 {
width: 190px;
}*/

.menu ul li:hover ul.columnas li:hover {
background: #1B4B73 url('imagenes/bg-menu.jpg');
}
.menu ul li:hover ul.columnas li a {
color: #fff;
}

.ancho_uno {width: 450px;}
.ancho_dos {width: 250px;}
.dos_columnas li { width:50%;}
.tres_columnas li { width:33.333%; }
.cuatro_columnas li { width:25%; }
.cinco_columnas li { width:16.666%; }



.bullet { color: #ae0202;}
.volver { background: url('imagenes/volver.gif') no-repeat 0 center; }
.volver:hover { background: url('imagenes/volver.gif') no-repeat 0 center; }
/* fin menu superior o principal */

/* comienzo contenido */
#content {
	margin: 5px 20px 20px 20px;
	clear: both;
	display: block;
	width: 920px;
	height: auto;
	position: relative;
	background: #fff;
	}
	
.miga {
	width: 100%;
	height: 21px;
	font-size: 9px;
}

.contentleft {
	width: 650px !important;
	background: #fff;
	}
.contentright {
	width: 250px !important;
	margin-left: 20px;
	background: #fff;
	}
.alaizq {
	text-align: left;
	}
.alcent {
	text-align: center;
	}
.alader {
	text-align: right;
	}
.width100 {
	width: 100px;
	}
.width400 {
	width: 400px;
	}
.width250 {
	width: 230px;
	}
.width300 {
	width: 300px;
	}
.margen10r {
	margin-right: 10px;
	}
.margen10l {
	margin-left: 10px;
	}

/* cajas interiores */
.busqueda {
	border: 2px solid #A7A7A7;
	height: 220px;
	}
.busqueda h3 {
 background: #a7a7a7;
 color: #fff;
 font: 12px bold verdana, arial, helvetica;
 margin-top: -2px;
 height: 20px;
 text-indent: 10px;
 padding-top: 5px;
}
.busqueda p {
	display: block;
	}
.busqueda label {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #696969;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	}
.busqueda label span {
	display: block;
	color:#696969;
	font-size:12px;
	float:left;
	width:120px;
	text-align:right;
	padding:5px 20px 0 0;
	}
.busqueda input {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #696969;
	width: 135px;
	}
.busqueda input.boton {
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #696969;
	background: #1B4B73;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	width: 50px;
}


.novedad {
	border: 2px solid #A7A7A7;
	height: 220px;
	}
.novedad h3 {
 background: #a7a7a7;
 color: #fff;
 font: 12px bold verdana, arial, helvetica;
 margin-top: -2px;
 height: 20px;
 text-indent: 10px;
 padding-top: 5px;
}

.novedad ul {
	list-style: none;
	list-style-position: outside;
}
.novedad li {
	padding-bottom: 5px;
	}
.novedad a {
	font-size: 12px;
	}
.novedad p {
 padding: 5px;
	}

/* comienzo acordion */
#accordion {
	width: 250px !important;
	}
.accordion h3 {
 background: #1B4B73;
 color: #fff;
 font: 12px bold verdana, arial, helvetica;
 border-bottom: none;
 height: 20px;
 text-indent: 10px;
 padding-top: 5px;
}
.accordion h3:hover {
 background: #1B4B73;
 cursor: pointer;
}
.accordion h3.active {
 background: #1B4B73;
}
.accordion p {
 background: #fff;
 font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #000000;
 padding-left: 5px;
 text-align: left;
 line-height: 15px;
 /*border-bottom: solid 2px #6f2f0b;*/
}

#contenedor {
 background: #fff;
 display: none;
 font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #000000;
 /*border-bottom: solid 2px #6f2f0b;*/
}
/* fin acordion */



#taskbar {
	height:50px;
	width:960px;
	margin:auto;
	position: fixed;
	bottom: 0;
	z-index: 50000;
	background: url('imagenes/footer960x50.png');
}
#taskbar #container{
	display:block;
	margin-left:65px;
	margin-right:15px;
	margin-top:15px; 
	height:50px;
}
#taskbar a{
	text-decoration:none;
	color:#fff;
}

#taskbar img{
	border-right:0px;
}

/*------- blocks btns --------*/
#taskbar #container .block-left{
	position:relative;
	float: left;
	width:30%;
	height:25px;
}
#taskbar #container .block-center {
   position: relative;
   float: left;
   width: 40%;
	height:25px;
	margin-top: 0px;
}
#taskbar #container .block-center form {
   background: white;
   width: 210px;
   text-align: left;
}
#taskbar #container .block-center input {
	background-color: white;
	border: 0px;
	height: 22px;
	}
#taskbar #container .block-center img {
   position: relative;
   float: left;
   left: 175px;
   top: 3px;
   cursor: pointer;
}
#taskbar #container .block-right{
   position: relative;
  	float: left;
   width: 30%;
	height:25px;
	text-align: right;
	right: 20px;
}
/*-------  btns --------*/

#taskbar #container .btns{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	display:inline-block;
	vertical-align:middle;
	line-height:14px;
	color: #fff;
}

#taskbar #container .btns:hover{
	cursor:pointer;
}
	
/* ---- align image -------*/
#taskbar img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#taskbar img.alignright {
    margin: 0 0 2px 2px;
    display: inline;
}

#taskbar img.alignleft {
    margin: 0 2px 2px 0;
    display: inline;
}

#taskbar .alignright {
    float: right;
}

#taskbar .alignleft {
    float: left;
}


.linea_div {
	border-bottom: 1px dotted #696969;
}

.busqueda2 {
	border: 2px solid #A7A7A7;
	height: 120px;
	display: table;
	margin-bottom: 20px;
	width: 600px;
	margin-right: 10px;
}

.busqueda2 h3 {
 background: #a7a7a7;
 color: #fff;
 font: 12px bold verdana, arial, helvetica;
 margin-top: -2px;
 height: 20px;
 text-indent: 10px;
 padding-top: 5px;
}

.busqueda2 label {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #696969;
	width: 300px;
	display: table-cell;
	float: left;
	padding-bottom: 5px;
}
.busqueda2 label span {
	color:#696969;
	font-size:12px;
	float:left;
	width:120px;
	text-align:right;
	padding:5px 20px 0 0;

	}
.busqueda2 input {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #696969;
	width: 130px;
	}
.busqueda2 input.
