@CHARSET "ISO-8859-1";

/*** Tags y clases generales, hacks/fixes */
body {
    font-size: 62.5%;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    color:#FFFFFF;
    background:#FFFFFF;
}
.fuenteAlternativa {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.noFloat {
    float: none;
}
.noText {
    text-indent: -9999px;
}
.hr {
    border-bottom: 1px solid #555E5C;
}
.hr hr {
    display: none;
}
.alignRight {
    text-align: right;
}
.alignLeft {
    text-align: left;
}
.alignCenter {
    text-align: center;
}
textarea {
    overflow: auto;
}

/* -- Fix para los links en firefox */
a:active { 
    outline: none;
}
a:focus {
    -moz-outline-style: none;
}
.oculto{
    display: none;
}
/* -- para mantener la altura en los containers que tienen elementos flotados */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* -- para hacer clear de floats mediante overflow */
.clearWithOverflow {
    overflow: hidden;
    zoom: 1; /* dispara 'hasLayout' en IE6 */
}

/*** Estructura y bloques generales */
#outterGeneralContainer { 
    position: relative;
    width: 955px;
    text-align: left;
    margin: 15px auto 0 auto;
    background-color: #FFF;
}
/*header */
#header {
    background: url(../images/header.jpg) no-repeat 0 0;
    height: 82px;
    position: relative;
}
#header h1 {
    width: 327px;
    padding: 29px 0 0 16px;
}
#header h1 a {
    background: url(../images/header-tit.gif) no-repeat 0 0;
    text-indent: -9999px;
    display: block;
    height:24px;
}
#header #searcher {
    position: absolute;
    right: 15px;
    top: 33px;
}
#header #searcher .input {
    height: 13px;
    width: 96px;
    padding: 1px 4px 0;
    font-size: 1em;
    color: #545454;
    border: 1px solid #64a0d5;
}
#header #searcher .boton {
    /*background:transparent url(/images/bot-buscar.gif) no-repeat scroll 0 0;*/
    border:none;
    color:white;
    overflow:hidden;
    position:relative;
    top:2px;
    width:43px;
    height:14px;
    font-size:1em;
    text-transform:uppercase;
}
#header p#logSessionTit {
    position: absolute;
    bottom: 3px;
    right: 0px;
    width: 94px;
}

#header p#logSessionTit a {
    background: url(../images/ic-bajar.gif) no-repeat right;
    text-decoration: underline;
    color: #09274d;
    padding-right: 14px;
}
#header p#logSessionTit.log {
    width: auto;
    padding-right: 14px;
}
#header p#logSessionTit.log a.nombre{
    background:transparent none repeat scroll 0 0;
    float:left;
    padding-right:4px;
}
#header p#logSessionTit.log a.logout{
    background:none;
    float:left;
    padding-right:0px;
}
#header p#logSessionTit.log a {
    background: url(../images/cross.gif) no-repeat right 1px;
    padding-right: 14px;
    display: block;
}
#header p#logSessionTit a:hover {
    text-decoration: none;
}
#header #logSessionDetail {
    background:  url(../images/caja-loginsesionpriv-fdo.gif) no-repeat;
    position: absolute;
    bottom: -82px;
    right: 8px;
    /*padding-left: 4px;*/
    width: 150px;
    height: 80px;
    z-index:4;
}
#header #logSessionDetail label {
    padding-top: 8px;
    padding-left: 4px;
    height: 7px;
    width: 50px;
    font-size: 0.9em;
    display: block;
    float: left;
}
#header #logSessionDetail .input {
    height: 12px;
    width: 62px;
    padding: 0px 4px 0;
    font-size: 0.9em;
    color: #545454;
    border: 1px solid #64a0d5;
    display: block;
    float: left;
    margin-top: 3px;
    margin-left: 12px
}
#header #logSessionDetail .boton {
    left:55px;
    margin-bottom:4px;
    margin-top:3px;
    position:relative;
    top:2px;
}

/*fin header*/
#mainContainer {
    min-height: 412px;
    height: auto !important;
    height: 412px;
    overflow: auto;
}
#innerGeneralContainer {
    height:115px;
}
#mainContainer #content {
    width: 721px;
    float: left;
    margin-left: 2px;
}
.logos {
    background: url(../images/linea-punt-abajohome.gif) no-repeat top;
    height: 20px;
    margin-top: 10px;
    padding: 4px 0;
    position: relative;
    text-align: center;
}
.logos .wc3 {
    position:absolute;
    right: 12px;
}
#footer {
    background: url(../images/footer.gif) no-repeat 0 0;
    height: 24px;
    margin-bottom: 13px;
}
#footer p.datos{
    padding: 8px 0 0 10px;
    float: left;
}
#footer p.optimizado{
    padding: 8px 20px 0 0;
    float: right;
    color: #91a9c7;
}

/* TOP NAV */
#nav {
    background: url(../images/botonera-arriba-fdo.gif) repeat-x;
    height: 23px;
    overflow: hidden;
}
#nav.log {
    background: url(../images/botonera-arriba-fdo-log.gif) repeat-x;
    height: 23px;
    overflow: hidden;
}
#nav li {
    display: inline;
}
#nav li a {
    background: url(../images/botonera-arriba.gif) repeat-x;
    float: left;
    height: 23px;
    text-indent: -9999px;
}
#nav.log li a {
    background: url(../images/botonera-arriba-log.gif) repeat-x;
}
#nav li#navHome a {
    background-position: -15px 0;
    width: 70px;
    margin-left: 15px;
}
#nav li#navHome a:hover,
#nav li#navHome a.active {
    background-position: -15px -23px;
}
#nav li#navInstitucional a {
    background-position: -85px 0;
    width: 122px;
}
#nav li#navInstitucional a:hover,
#nav li#navInstitucional a.active {
    background-position: -85px -23px;
}
#nav li#navInformacion a {
    background-position: -204px 0;
    width:146px;
}
#nav li#navInformacion a:hover,
#nav li#navInformacion a.active {
    background-position: -204px -23px;
}
#nav li#navLegislacion a {
    background-position: -353px 0;
    width: 110px;
}
#nav li#navLegislacion a:hover,
#nav li#navLegislacion a.active {
    background-position: -353px -23px;
}
#nav li#navResoluciones a {
    background-position:-463px 0;
    width:121px;
}
#nav li#navResoluciones a:hover,
#nav li#navResoluciones a.active {
    background-position: -463px -23px;
}
#nav li#navTutores a {
    background-position: -584px 0;
    width: 171px;
}
#nav li#navTutores a:hover,
#nav li#navTutores a.active {
    background-position: -584px -23px;
}

#nav li#navGuia a {
    background-position: -750px 0;
    width: 68px;
}
#nav li#navGuia a:hover,
#nav li#navGuia a.active {
    background-position: -750px -23px;
}
#nav li#navContactenos a {
    background-position: -823px 0;
    width:123px;
}
#nav li#navContactenos a:hover,
#nav li#navContactenos a.active {
    background-position: -823px -23px;
}



/* LEFT CONTENT */
#leftContent {
    float: left;
    padding-left: 14px;
    width: 197px;
}

#leftContent .leftNav .top {
    height: 10px;
    margin-bottom:21px;
    _margin-bottom:0;
}
#leftContent .leftNav .bottom {
    height: 10px;
}
#leftContent .leftNav ul.main {
    width: 194px;
    min-height: 128px;
    height: auto !important;
    height: 128px;
    overflow: hidden;
}

/*NUEVO MENU*/

ul.main a:hover {
    text-decoration: underline;
}
ul.main a.root:hover {
    text-decoration: none;
    background: url(../images/colizq-botonera-b.gif) bottom no-repeat;

}
ul.main a.root {
    padding: 10px 0 10px 22px;
    background: #1b4376;
    float: left;
    width: 172px;
    font-size: 1.2em;
    background: url(../images/colizq-botonera-a.gif) bottom no-repeat;
    font-weight: bold;
}
ul.main ul.root{
    background-color: #1B4376;
    font-size: 1.1em;
}
ul.main .root ul ,ou{
    padding: 0px 6px 1px 5px;
    background: #1b4376 url(../images/lienaspunteadachica.gif) bottom no-repeat;
	list-style-type:none;
}
ul.main .root li {
    color: #FFF;
    padding: 4px 0 4px 15px;
    background: #4072a6 url(../images/bullet.gif) no-repeat 6px 8px;
    min-height: 17px;
    height: auto !important;
    height: 17px;
}
/*ul.main .hijo {
background-color: #678eb9;
overflow: hidden;
text-indent: 7px;
}
ul.main .hijo li {
background-color: #678eb9;
}*/
ul.main ul.nieto {
    padding: 0px 6px 4px 10px;
    background: #668eb8 bottom no-repeat;
    position: relative;
    left: -15px;
    width: 166px;
    margin-top: 8px;
}
ul.main ul.nieto li {
    background: #668eb8 url(../images/bullet.gif) no-repeat 6px 8px;
}
ul.main ul.bisnieto {
    padding: 0px 6px 9px 20px;
    background: #85a5c6 bottom no-repeat;
    position: relative;
    left: -25px;
    width: 156px;
    margin-top: 8px;
}
ul.main ul.bisnieto li {
    background: #85a5c6 url(../images/bullet.gif) no-repeat 6px 8px;
}
ul.main a {
    color: white;
    text-decoration: none;
}
ul.main a.active {
    color: white;
    text-decoration: underline;
}
ul.main p {
    height: 32px;
}
/*#navDefensoriaGral a.root {
background-position: 0 0;
}
#navDefensoriaGral  a.root:hover, #navDefensoriaGral a.root:active{
background-position: -194px 0;
}
#navPoliticaInst a.root {
background-position: 0 -34px;
}
#navPoliticaInst a.root:hover, #navPoliticaInst a.root:active {
background-position: -194px -34px;
}
#navSuperintendencia a.root {
background-position: 0 -69px;
}
#navSuperintendencia a.root:hover, #navSuperintendencia a.root:active {
background-position: -194px -69px;
}
#navAdministracionGral a.root {
background-position: 0 -104px;
}
#navAdministracionGral a.root:hover, #navAdministracionGral a.root:active {
background-position: -194px -104px;
}*/

/*AREAS:CONTENIDO*/
#area{
    clear:both;
}
#area .contenido{
    float:left;
    height:auto !important;
    min-height:349px;
    width:489px;
    padding-top:5px;
    color:#1B4376;
    padding-left: 9px;

}

/* novedades area */
.noHayNoticias{
    margin-left:12px;
    margin-top: 5px;
    margin-right:20px;
}
.noHaySecciones{
    margin-left: 10px;
    margin-top:2px;
}

#area .noticia .linkNoticia {
    position: absolute;
    bottom: 13px;
    right: 52px;
    width:auto;
}
#area .noticia .linkNoticia a {
    background: url(../images/bot-vermas.gif) no-repeat;
    display: block;
    height: 13px;
    width: 50px;
    text-indent: -9999px;
}
#area .noticia .linkNoticia a:hover {
    background: url(../images/bot-vermas.gif) no-repeat right -13px;
    text-decoration: underline;
    color: #e16a00;
} 
/* fin*/
#area div.titulo{
    background:transparent url(/images/back-title.gif) no-repeat scroll 0 0;
    font-size:1.5em;
    font-weight:bold;
    height:39px;
    /*position:relative;*/
}
#area div.titulo p{
    /*width:420px;*/
    margin-left:10px;
    padding-top:10px;
    width:703px;
}/*
#area .titulo span{
background:transparent url(/images/back-seccion.gif) no-repeat scroll 0 0;
bottom:0;
color:#1B4376;
height:18px;
padding-left:18px;
padding-top:13px;
position:absolute;
right:3px;
width:294px;
}*/
#area span.seccion{
    font-size:1.4em;
    font-weight:bold;
    margin-left:11px;
}
/*AREA:MENU DERECHO: secciones*/
#area .menu{
    height:auto;
    overflow:hidden;
    width:214px;
    padding-bottom:15px;
    padding-top:15px;
    color:#1B4376;
    position: absolute;
    right: 25px;
}
#area .menu .top{
    background: white url(/images/colder-fdo-ultimasnoticias-top.gif) no-repeat scroll 0 50%;
    height: 21px;
    margin-bottom: -2px;
}
#area .menu .bottom{
    background: white url(/images/colder-fdo-ultimasnoticias-bottom.gif) no-repeat scroll 0 50%;
    height:23px;
    margin-bottom:10px;
}
#area .menu ul,#area .menu div.datosContacto{
    background: url(/images/colder-fdo-ultimasnoticias-fdo.gif) repeat-y scroll 0 0px;

}
#area .menu div.datosContacto{
    margin-bottom:15px;
    position: relative;
}
#area .menu ul{
}
#area .menu li{
    margin:2px 13px 0;
		overflow:visible;
		width: auto;
		display: block;
		position: relative;
		text-indent: -7px;
		padding-left: 7px;
		padding-right: 5px;
}
#area .menu li.underlineBack{
    background:transparent url(/images/colder-lineahorpunteada.gif) no-repeat top;
		position: relative;
		left: 0;
		padding-top:4px;
}
#area .menu li a {
    color:#1a68aa;
    font-size:1.1em;
    font-weight:bold;
}
#area .menu li .activo a {
    color:#E16A00;
    font-size:1.1em;
    font-weight:bold;
}
#area .menu li.titulo, #area .menu h3{
    background:transparent url(/images/colder-lineahortitulos.gif) no-repeat scroll 0 100%;
    height:17px;
    padding-left:5px;
    font-size:1.1em;
    font-weight:bold;
    margin:5px 10px 0px;
    text-transform:uppercase;
}
#area .menu a:hover, #area .menu a:hover,#area .menu li .activo a:hover{
    text-decoration: underline;
}
#area .menu a{
    text-decoration:none;
    color:#1B4376;
}/*
#area .menu .activo{
color: #E16A00;
}*/
#area .menu .activo a{
    text-decoration:none;
}
/*menu derecho - contacto*/
#area .datosContacto,
#area .contactoArea  {
  font-size: 1.1em;
  margin-bottom: 23px;
}
#area .tituloResponsableArea{
    padding-left:5px;
    font-size:1.1em;
    font-weight:bold;
    margin:5px 10px 0px;
    text-transform:uppercase;
}
#area .descripcion{
    color:#3F3D4B;
    margin-left:15px;
    font-size:1em;
    padding-top: 4px;
    margin-right:15px;
}
#area .descripcion strong{
    font-size:1.1em;
    font-weight:bold;
}
#area .datosContacto  p {
  line-height: 1.3em;
}
#area .responsableArea{
    color:#1a68aa;
    padding-left:5px;
    font-size:1.1em;
    font-weight:bold;
    margin:5px 10px 0px;
}
#area .datosContacto a{
    background:transparent url(/images/bot-enviarmsj.gif) no-repeat 0 0;
    display:block;
    text-indent:-9999px;
    height:37px;
    margin-left:45px;
    margin-top:8px;
    width:121px;
}
#area .datosContacto a:hover,
#area .datosContacto a.active{
    background:transparent url(/images/bot-enviarmsj.gif) no-repeat 0 -37px;
    display:block;
    text-indent:-9999px;
    height:37px;
    margin-left:45px;
    margin-top:8px;
}
/*menu derecho - link a la portada*/
#area .linkPortada{
    background:transparent url(/images/colder-bot-portadaarea.gif) no-repeat 0 0;
    display:block;
    text-indent:-9999px;
    height:37px;
}
#area .linkPortada:hover,
#area .linkPortadaActive{
    background:transparent url(/images/colder-bot-portadaarea.gif) no-repeat 0 -37px;
    display:block;
    text-indent:-9999px;
    height:37px;
}

/*Boton de agregar noticia*/
a.agregarNoticia{
    background:transparent url(/images/colder-bot-agregarnoticias.gif) no-repeat scroll 0 0;
    display: block;
    height:36px;
    text-indent: -9999px;
}
a.agregarNoticia:hover,
.agregarNoticiaActive{
    background:transparent url(/images/colder-bot-agregarnoticias.gif) no-repeat scroll 0 -37px;
    height:36px;
    text-indent: -9999px;
}
/*Boton de agregar articulo*/
a.agregarArticulo{
    background:transparent url(/images/colder-bot-agregararticulo.gif) no-repeat scroll 0 0;
    display: block;
    height:36px;
    text-indent: -9999px;
}
a.agregarArticulo:hover,
.agregarArticuloActive{
    background:transparent url(/images/colder-bot-agregararticulo.gif) no-repeat scroll 0 -37px;
    height:36px;
    text-indent: -9999px;
}
/* noticia index*/
#noticiaIndex {
    position: relative;
    color: #4d4d4d;
}
#noticiaIndex h1 {
    background:transparent url(/images/tit-defensoriagral.gif) no-repeat scroll 0 0;
    text-indent: -9999px;
    height:39px;
}
#noticiaIndex .contacto {
    background:transparent url(/images/tit-defensoriagral-contacto.gif) no-repeat scroll 0 0;
    text-indent: -9999px;
    width: 72px;
    display: block;
    height:10px;
    position:absolute;
    right:58px;
    top:19px;
}
#noticiaIndex p.seccion{
    font-size:1.4em;
    font-weight:bold;
    color: #1b4376;
    margin: 13px 0 13px 23px;
}
#noticiaIndex .solapas{
    height: 27px;
    background: url(../images/bot-contenido-fdo.gif) repeat-x;
    float: left;
    margin: 5px 0px 5px 5px;
}
#noticiaIndex .solapas .rigth {
    background: url(../images/bot-contenido-der.gif) no-repeat right;
    height:30px;
    width: 12px;
    float: left;
}
#noticiaIndex .solapas .left {
    background: url(../images/bot-contenido-izq.gif) no-repeat right;
    height: 30px;
    width: 12px;
    float: left;
}
#noticiaIndex .solapas span {
    text-decoration: none;
    margin: 14px 16px 0;
    color: #e16a00;
    font-size: 12px;
    font-weight: bold;
    float: left;
}
#noticiaIndex div.imagen {
float:left;
display:inline;
margin:14px 15px 0 30px;
}
#noticiaIndex .contenido{
    position: relative;
}	
#noticiaIndex .contenido a.volver {
    position:absolute;
    right:20px;
    top:16px;
    background: url(../images/bot-volver.gif) no-repeat;
    display: block;
    height: 13px;
    width: 43px;
    text-indent: -9999px;
}
#noticiaIndex .contenido a.volver:hover {
    background: url(../images/bot-volver.gif) no-repeat 0 -13px;
} 

/*AREA:MENU DERECHO*/
#noticiaIndex .menu{
    background: url(/images/colder-fdo-secc.gif) no-repeat scroll bottom;
    height:auto;
    overflow:hidden;
    width:214px;
    padding-bottom:15px;
    color:#1B4376;
}
#noticiaIndex .menu li{
    margin:5px 13px 0px;
}
#noticiaIndex .menu li.titulo{
    font-size:1.1em;
    font-weight:bold;
    margin:5px 10px 0px;
}
#noticiaIndex .menu a:hover, #area .menu a:active{
    text-decoration: underline;
}
#noticiaIndex .menu a{
    text-decoration:none;
    color:#1B4376;
}
#noticiaIndex .menu span.activo{
    text-decoration: underline;
}
#noticiaIndex .menu span.activo a{
    text-decoration:none;
}

#noticiaIndex .contenido p{
    font-size: 1.1em;
    margin: 14px 34px 4px;
    line-height: 16px;
    text-align: justify;
}
#noticiaIndex .descripcion {
    font-size: 1.1em;
    margin: 14px 45px 4px;
    line-height: 16px;
    text-align: justify;
}

#noticiaIndex .descripcion p{
  margin: 14px 0px 4px;
}
#noticiaIndex .descripcion ul{
  margin: 14px 0px 4px;
  padding-left: 20px;
}
#noticiaIndex .descripcion ol{
  margin: 14px 0px 4px;
  padding-left: 25px;
}
#noticiaIndex .descripcion table,
#noticiaIndex .descripcion td{
  border:1px dashed #BBBBBB;
  padding:4px;
}

/* ??? */
.bulletImage {
    border: medium none;
    margin-bottom: 1px;
    margin-right: 4px;
}
#mainContainer #leftContent .banners {
    margin-top:14px;
}
#mainContainer #leftContent .banners .missing {
    width: 202px;
    margin-bottom: 6px;
    position: relative;
    left: -4px;
}	
#mainContainer #leftContent .banners .visitas {
    width: 194px;
    margin-bottom: 6px;
}
#mainContainer #leftContent .banners .defPobres {
    width: 194px;
    margin-bottom: 6px;
}
#mainContainer #leftContent .banners .novedades {
    width: 202px;
    margin-bottom: 6px;
    position: relative;
    left: -4px;
}
/*home - index*/
#home .imagenTop {
    margin-bottom: 0px;
}
#home .notDestacada {
    min-height: 342px;
    height: auto!important;
    height: 330px;
    width: 360px;
    padding: 0 20px 22px 17px;
    position: relative;
    background: url(../images/fdo-cajanoticiashome.gif) no-repeat bottom left;
    margin-bottom: 17px;
    float: left;

}
#home .notDestacada h2 {
    text-indent: -9999px;
	  background: url(../images/tit_home_destacado.gif) no-repeat;
    padding-top: 14px;
    margin-top: 0;
		height: 16px;
		width: 356px;
} 

#home .notDestacada p {
    color:#000000;
    margin:10px 0;
    word-spacing:4px;
} 
#home .notDestacada a {
    background: url(../images/bot-vermas.gif) no-repeat right 0px;
    display: block;
    padding-right: 51px;
    width: 310px;
    height: 13px;
    text-decoration: none;
    color: #4d4d4d;
    font-size: 1.1em;
} 
#home .notDestacada a:hover {
    background: url(../images/bot-vermas.gif) no-repeat right -13px;
    text-decoration: underline;
    color: #e16a00;
} 
#home .notDestacada a.titulo {
    color: #4d4d4d;
    font-size: 1.1em;
    line-height: 13px;
    text-align: justify;
    min-height:166px;
    height:auto !important;
    height:166px;
		text-decoration: none;
		background: none;
		text-indent: 0;
		position: static;
		display: inline;
}

#home .notDestacada a.titulo:hover {
		text-decoration: underline;
		background: none;
}
#home .ultimosArticulos {
    min-height: 10px;
    height: auto!important;
		height: 10px;
		overflow: auto;
    width: 307px;
    background: url(../images/colder-fdo-ultimasnoticias.gif) no-repeat bottom left;
    padding-left: 17px;
    padding-bottom: 10px;
}
#home .ultimosArticulos h2 {
    margin-bottom: 16px;
    margin-top: 5px;
    background: url(../images/colder-tit-ultimasnoticias.gif) no-repeat bottom left;
    height: 20px;
    width: 296px;
    text-indent: -9999px;
} 
#home .ultimosArticulos p {
    margin: 10px 0;
    color: #000;
    word-spacing: 4px;
}
#home .ultimosArticulos a {
    background: url(../images/bot-vermas.gif) no-repeat right 0px;
    display: block;
    padding-right: 51px;
    width: 246px;
    height: 13px;
    text-decoration: none;
    color: #4d4d4d;
    font-size: 1.1em;
} 
#home .ultimosArticulos a:hover {
    background: url(../images/bot-vermas.gif) no-repeat right -13px;
    text-decoration: underline;
    color: #e16a00;
} 
#home .boxContainer {
    width: 323px;
    overflow: auto;
} 
#home .boxContainer a{
    width: 157px;
    height: 59px;
    float: left;
    text-indent: -9999px;
} 
#home .boxContainer a#concursos{
	background: url(../images/caja-home-concursos.gif) no-repeat;
	
} 
#home .boxContainer a#congreso{
	background: url(../images/caja-home-congresos.gif) no-repeat;
	
} 
#home .boxContainer a#contrataciones{
    background: url(../images/caja-home-contrataciones.gif) no-repeat;
} 
#home .boxContainer a#formularios{
    background: url(../images/caja-home-formularios.gif) no-repeat;
}
/* aca arrancan los nuevos botones MM*/
#home .boxContainer a#Becas{
	background: url(../images/caja-home-becas.gif) no-repeat;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 1px;
} 
#home .boxContainer a#Publicaciones{
    background: url(../images/caja-home-publicaciones.GIF) no-repeat;
    margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 1px;
} 
#home .boxContainer a#Doctrina{
	background: url(../images/caja-home-djyl.GIF) no-repeat;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 1px;
} 
#home .boxContainer a#Declaraciones{
    background: url(../images/caja-home-djj.gif) no-repeat;
	margin-left: 8px;
}
/* aca terminan los nuevos botones*/
/*  SECCI�N: CONT�CTENOS */

/* FORMULARIO PARA ENVIAR LA CONSULTA POR EMAIL */
#emailForm{	
    font-size: 12px;
    background: url(../images/fdo-contacto.gif) no-repeat;
    color:#000;
    float:right;
    padding: 30px;
    margin-top: 15px;
    margin-bottom:-14px;
    margin-right: 0px;
    width: 420px;
    height: 268px;
}

#emailForm label, #emailForm input, #emailForm textarea {
    display: block;
    width: 258px;
    float: left;
    margin-bottom: 8px;
}

#emailForm label {
    text-align: right;
    width: 100px;
    padding-right: 10px;
    padding-top: 5px;
}

#emailForm input, #emailForm textarea {
    border: 1px solid #609bd0;
}

#emailForm p input{
    border:none
}
#emailForm .boton {
    display: inherit;
    width: 98px;
    height: 38px;
    float: left;
    margin-bottom: 8px;
    border: 0;
    max-width: 98px;
    margin-left: 107px;
    padding-left: 0;
}

#emailForm br {
    clear:left;
}
#contactenos {
    height: 382px;
}

.errores {
    width: 208px;
    position: absolute;
    top: 366px;
    left: 244px;
    background-color: #e2e2e2;
    color: #000000;
    font-size: 1.1em;
}
.errores#errorLogin {
    top: 83px;
    left: 767px;
		color: #FFFFFF;
		font-size: 1em;
		background: none;
}

.errores h2 {
    text-indent: -9999px;
    background: url(../images/tit-cajaerror.gif) no-repeat;
    height: 30px;
    width: 207px;
}
.errores div{
    margin: 5px 11px;
}
.errores#errorLogin div{
  text-align: center;
}
.erroresArea {
    width: 190px;
    position: absolute;
    right:248px;
    top:203px;
    background-color: #e2e2e2;
    color: #000000;
    font-size: 1.1em;
}

.erroresArea h1 {
    text-indent: -9999px;
    background: url(../images/tit-cajaerror.gif) no-repeat;
    height: 30px;
    width: 190px;
    width: 190px;
}
.erroresArea div{
    margin: 5px 11px;
}
/* PANTALLA DE ENVIO CORRECTO DE EMAIL */
#emailExito {
    width: 420px;
    height: 277px;
    float: right;
    font-size: 12px;
    padding: 20px;
    background: url(../images/fdo-contacto.gif) no-repeat;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 8px;
}	 

#emailExito h2 {
    display: block;
    color: #214573;
    font-size: 17px;
    text-align: center;
    padding-right:9px;
    padding-top:110px;
}

#emailExito p {
    display: block;
    color: #999999;
    font-size: 12px;
    text-align: center;
}


#mainContainer #content {
    /*background: url(../images/fdo-contenido.gif) no-repeat;*/
    list-style-type:square;
    background-position: bottom;
    min-height: 380px;
    height:auto !important;
    height: 380px;
    padding-bottom: 15px;
    margin-left: 14px;
}


#mainContainer #content.home {
    background: none;
    padding: 0;
}

p > input {	
    max-width: 80px;
    margin-top: 10px;
    padding-left: 110px;
}

#logoContacto {
    float: left;
    margin: 60px 25px 0;
    font-size: 1.1em;
    color: #737373;
}
#logoContacto img{
    margin:0 0 10px;
}
#logoContacto p{
    margin:0 0 2px 10px;
}
#linkEmail {
    color: #999999;
}

#linkEmail a {
    display: inline;
    clear: right;
    color: #999999;
    text-decoration: none;

}
#linkEmail a:hover {
    color: #333333;
}

ul #linkEmail {
    text-align: right;
    margin-right: 23px;
    margin-bottom: 6px;
}
/* INSTITUCIONAL */
#lineaContenido {
    padding-top: 3px;
    padding-left: 7px;
}

#listaInst ul li a:hover {
    color: #E76908;
    font-weight: bold;
}

#contenidoInst {
    color: #666666;
    font-family: arial;
    padding: 1.3em;
}
#contenidoInst h2 {
    font-size: 12px;
    font-weight: bold;
    color: #184584;
    padding: 12px;
    text-transform:uppercase;
}

#contenidoInst p {
    font-size: 1.2em;
    margin-left: 12px;
    text-align: justify;
    padding-right: 10px;
    line-height: 13px;
}
#contenidoInst ul{
    margin-left:35px;
    font-size:1.2em;
    
}
#contenidoInst li{
    margin-top:8px;
    line-height:16px;
    }

#lista1Center{
    background: url(../images/bot-contenido-fdo.gif) repeat ;
    width:100px;
    height: 20px;
}
#lista1Left {
    background: url(../images/bot-contenido-izq.gif) no-repeat left;
}
#lista1Right{
    background: url(../images/bot-contenido-der.gif) no-repeat right;
    width: 20px;
    color:red;
    font-size:24px;
    width:100px;
    padding: 4px;
}
#lista1Right p{
}

/* INFORMACION UTIL */
#contenidoInfoUtil {
    color: #666666;
    font-family: arial;
    padding: 12px;
}
#contenidoInfoUtil h1 {
    font-size: 1.2em;
    weight: bold;
    color: #184584;
    padding: 12px;
}
#contenidoInfoUtil h2 {
    color: #E76908;
    font-size: 1.1em;
    font-weight: bold;
    padding: 12px 12px 2px;
}

#contenidoInfoUtil h2 a {
    color: #E76908;
}

#contenidoInfoUtil p {
    font-size: 1.1em;
    margin-left: 12px;
    padding-right: 10px;
    text-align: justify;
    line-height:13px;
}

/* LEGISLACION, RESOLUCIONES, TUTORES */
#legislacionId #lineaContenido{
    margin-bottom: 10px;
}
.legislacion {
    background: url(../images/caja-listadoleyes-fdo.gif) repeat-y center;
    position: relative;
    min-height: 80px;
    height: auto!important;
    height: 80px;
}
.legislacion .top {
    background: url(../images/caja-listadoleyes-arriba.gif) no-repeat top;
    min-height: 15px;
    height: auto!important;
    height: 15px;
}
.legislacion .bottom{
    color: #666666;
    padding: 20px 34px 31px;
    background: url(../images/caja-listadoleyes-abajo.gif) no-repeat bottom;
}
.legislacion h2 {
    color: #e16a00;
    font-size: 1.1em;
    margin-bottom: 5px;
}
.legislacion p{
    color: #4d4d4d;
    font-size: 1.1em;
    text-align: justify;
    line-height:13px;
}

.legislacion p#masinfo1, 
.legislacion p#masinfo2, 
.legislacion p#masinfo3 {
    display: none;
}

.legislacion a {
    position: relative;
    top: 18px;
    left: 571px;
    background: url(../images/bot-vermas.gif) no-repeat;
    display: block;
    height: 13px;
    width: 50px;
    text-indent: -9999px;
}
.legislacion a:hover {
    background: url(../images/bot-vermas.gif) no-repeat right -13px;
    text-decoration: underline;
    color: #e16a00;
} 

/* RESOLUCIONES */

.resoluciones {
    text-align: justify;
    font-size: 1.1em;
    color: #666666;
    padding: 16px 23px 10px 26px;
    line-height:13px;
}

/* GUIA */
#guiaId{
    min-height:440px;
    height:auto !important;
    height:440px;
}
#guiaId #cargando{
    position:absolute;
    top:373px;
    left:432px;
    width:145px;
    height:40px;
}
#guiaId .guia p.mensaje {
    color:#1A68AA;
    font-size:18px;
    padding:90px;
    font-weight:bold;
}
#guiaId #mapContainerGeneral {
    position:absolute;
    right:43px;
    top:255px;
    height: 320px;
    width: 149px;
}
#guiaId #mapContainerGeneral #mapContainer{
    background-image: url(../images/mapa.gif);
}
#guiaId #mapContainerGeneral #mapContainer2{
    background-image: url(../images/mapanuevo.gif);
}
.guia {
    padding: 10px 23px 23px 23px;
}

.guia h1 {
    color:#1b4376;
    font-size: 1.5em;
    padding-left: 13px;
    margin: 5px 0 0;
}
.guia li {
    margin: 12px 0 0 15px;
}
.guia h2 {
    color:#184173;
    font-size: 1.2em;
    color: #1b4376;
}

.guia p {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #4d4d4d;
    line-height:13px;
}
.guia #ul.defensorias p {
    margin-bottom: 15px;
    margin-top: 8px;
    font-size: 1.2em;
    color: #4d4d4d;
    line-height: 1.3em;
}

#guiaPunteada {
    padding-top: 5px;
    padding-left: 5px;
}
/* GUIA BUSCAR POR PROVINCIAS */
#buscarPorProvincias{
    min-height:440px;
    height:auto !important;
    height:440px;
}
#provinciasContainer label{
    color:#1B4376;
    font-size:1.2em;
    font-weight:bold;
    padding-bottom:5px;
}

#buscarPorProvincias #provinciasContainerGeneral {
    margin-left: 20px;
}
#provinciasContainer{
}

#provinciasContainer label{
    color:#1B4376;
    font-size:1.2em;
    font-weight:bold;
    padding-bottom:5px;
}


#buscarPorProvincias .guia {
    padding: 1px 6px 23px;
}
#buscarPorProvincias #cargando{
    position:absolute;
    margin:50px 0 0 170px;
    width:145px;
    height:40px;
}
#buscarPorProvincias .guia h1 {
    color:#1b4376;
    font-size: 1.5em;
    padding-left: 13px;
    margin: 5px 0 0;
}
#buscarPorProvincias .guia li {
    margin: 12px 0 0 15px;
}
#buscarPorProvincias .guia h2 {
    color:#184173;
    font-size: 1.2em;
    color: #1b4376;
}
#buscarPorProvincias .guia p.mensaje {
    color:#1A68AA;
    font-size:18px;
    padding:90px;
    font-weight:bold;
}
#buscarPorProvincias .guia p {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #4d4d4d;
    line-height:13px;
}


#guiaPunteada {
    padding-top: 5px;
    padding-left: 5px;
}

#buscarPorProvincias select,#buscarPorProvincias input.buscar {
    background-color:#F5F3F4;
    border:1px solid #659DD8;
    color:#403E4C;
    font-size:11px;
    padding:2px;
    text-decoration:none;
    width:150px;
    margin:10px;
}
#buscarPorProvincias input.input{
    background-color:#F5F3F4;
    border:1px solid #659DD8;
    color:#403E4C;
    font-size:11px;
    margin:10px;
    padding:2px;
    text-decoration:none;
    width:120px;
    }
#buscarPorProvincias .submitButton{
    text-align:center;
}
#buscarPorProvincias .submit{
    background-color:#1B4376;
    border:1px solid #64A0D6;
    color:white;
    font-size:1em;
    font-weight:bold;
    height:21px;
    text-transform:uppercase;
}
/* GUIA - CONTACTENOS*/
#contactenosGuia{
 height:382px;
}
#contactenosGuia #logoContacto {
    clear:both;
}

/*PAGINADOR DE NOTICIAS*/
.txtlink{
    text-decoration:none;
    color:#E16A00;
    font-weight:bold;
}
.Paginador_select{

}
#paginadorNoticias{
    text-align:center;
    margin-top: 10px;
}
#paginadorNoticias table{
    width:100%;
}

/* solapas titulos*/
.solapas{
    height: 33px;
}
.solapas ul {
    list-style: none;
}
.solapas ul li {
    background: none;
    float: left;
    height: 15px;
    margin: 5px 0px 5px 5px;
}
.solapas ul li.active {
    background: url(../images/bot-contenido-fdo.gif) repeat-x;
}
.solapas li .rigth {
    background: none;
    height:30px;
    width: 12px;
    float: left;
}
.solapas li.active .rigth {
    background: url(../images/bot-contenido-der.gif) no-repeat right;
}
.solapas li .left {
    background: none;
    height: 30px;
    width: 12px;
    float: left;
}
.solapas li.active .left {
    background: url(../images/bot-contenido-izq.gif) no-repeat right;
}
.solapas ul li a,
.solapas ul li span {
    text-decoration: none;
    margin: 14px 17px 0;
    color: #184173;
    font-size: 12px;
    font-weight: bold;
    float: left;
}	
.solapas ul li a:hover,
.solapas ul li.active a,
.solapas ul li span{
    color: #E77500;
}
/* solapas GUIA titulos*/
.solapasGuia{
    height: 50px;
}
.solapasGuia ul {
    list-style: none;
}
.solapasGuia ul li {
    background: none;
    float: left;
    height: 15px;
    margin:5px 0px 20px 0px;
    text-align:center;
}
.solapasGuia ul li.active {
    background: url(../images/bot-contenido-fdo.gif) repeat-x;
}
.solapasGuia li .rigth {
    background: none;
    height:30px;
    width: 12px;
    float: left;
}
.solapasGuia li.active .rigth {
    background: url(../images/bot-contenido-der.gif) no-repeat right;
}
.solapasGuia li .left {
    background: none;
    height: 30px;
    width: 12px;
    float: left;
}
.solapasGuia li.active .left {
    background: url(../images/bot-contenido-izq.gif) no-repeat right;
}
.solapasGuia ul li a,
.solapasGuia ul li span {
    text-decoration: none;
    margin: 14px 0 0;
    color: #184173;
    font-size: 12px;
    font-weight: bold;
    float: left;
}
.solapasGuia ul li a:hover,
.solapasGuia ul li.active a,
.solapasGuia ul li span{
    color: #E77500;
}
#lineaContenidoGuia {
padding-left:7px;
padding-top:13px;
_margin-top:-20px;
*margin-top:-12px;
}
#paginaError{
    padding-top:170px;
    text-align:center;
}
#paginaError h1{
    color:#1C457B;
    font-size:1.7em;
    margin-bottom:3px;
}
#paginaError p{
    color:#4C4C4C;
    font-size:1.2em;
}
/*buscador*/
#searchResults{
    color:blue;
    padding: 10px 10px 0px;
    font-size:1.1em;
}
.search-results{
    padding: 12px 12px 0px;
}
.noticiaResult{
    color:black;
    margin-bottom:5px;
    line-height: 1.5em;
}
.noticiaResult a{
    color:#1B4376;
    text-decoration:underline;
    font-weight:bold;
}
#searchResults .controles{
    background:transparent url(/images/fdo-buscador.jpg) no-repeat scroll 0 0;
    height:73px;
    text-align:center;
    padding-top:26px;
    width:720px;
}
#searchResults .submit{
    background-color:#1B4376;
    border:1px solid #64A0D6;
    color:white;
    font-size:1em;
    font-weight:bold;
    height:21px;
    text-transform:uppercase;
}
#searchResults #query{
    border: 1px solid #64A0D6;
    width: 210px;
}
.noResults{
    color:#1B4376;
    margin-left:10px;
    margin-top:5px;
    line-height: 1.5em;
    padding: 12px 12px 0px;

}
/* AGREGAR NOTICIAS */
.noticiaAgregar {
    color: #000000;
}
.noticiaAgregar div.titulo{
    background:transparent url(/images/back-title.gif) no-repeat scroll 0 0;
    font-size:1.5em;
    font-weight:bold;
    height:39px;
    color: #FFFFFF;
    /*position:relative;*/
}
.noticiaAgregar div.titulo p{
    /*width:420px;*/
    margin-left:10px;
    padding-top:10px;
    width:703px;
}
.noticiaAgregar .titulo span{
    background:transparent url(/images/back-seccion.gif) no-repeat scroll 0 0;
    bottom:0;
    color:#1B4376;
    height:18px;
    padding-left:18px;
    padding-top:13px;
    position:absolute;
    right:3px;
    width:294px;
}
.noticiaAgregar span.seccion{
    font-size:1.4em;
    font-weight:bold;
    margin-left:11px;
}
.noticiaAgregar form{
    font-size:1.1em;
    margin-top: 20px;
}
.noticiaAgregar label, .noticiaAgregar input, .noticiaAgregar textarea {
    width: 258px;
    float: left;
    margin-bottom: 8px;
}

.noticiaAgregar label {
    text-align: right;
    width: 100px;
    padding-right: 10px;
    padding-top: 5px;
}

.noticiaAgregar input,
.noticiaAgregarailForm textarea {
    border: 1px solid #609bd0;
}

.noticiaAgregar .check {
    border: 0;
    width: auto;
    position: relative;
    top:2px;
    left: -4px;
}

.noticiaAgregar p input{
    border:none
}
.noticiaAgregar .boton {
    display: inherit;
    width: 98px;
    height: 38px;
    float: left;
    margin-bottom: 8px;
    border: 0;
    max-width: 98px;
    margin-left: 107px;
    padding-left: 0;
}

.noticiaAgregar br {
    clear:left;
}

.noticiaAgregar h1 {
    color:#1A68AA;
    font-size:18px;
    padding:20px;
}
.noticiaAgregar .contenido .volver a:hover {
    background:transparent url(../images/bot-volver.gif) no-repeat scroll 0 -13px;
}
.noticiaAgregar .contenido .volver a {
    background:transparent url(../images/bot-volver.gif) no-repeat scroll 0 0;
    display:block;
    height:13px;
    right:20px;
    text-indent:-9999px;
    top:16px;
    width:43px;
    position:absolute;
    right:10px;
}
.noticiaAgregar .contenido div.volver{
    position:relative;
}

.noticiaAgregar .adjuntos{
  margin:0 0 5px 112px;
}

/* AGREGAR ARTICULO */
.articuloAgregar {
    color: #000000;
}
.articuloAgregar  .error{
    margin: 12px;
    font-size: 1.2em;
    line-height: 1.3em;
}
.articuloAgregar div.titulo{
    background:transparent url(/images/back-title.gif) no-repeat scroll 0 0;
    font-size:1.5em;
    font-weight:bold;
    height:39px;
    color: #FFFFFF;
    /*position:relative;*/
}
.articuloAgregar div.titulo p{
    /*width:420px;*/
    margin-left:10px;
    padding-top:10px;
    width:703px;
}
.articuloAgregar .titulo span{
    background:transparent url(/images/back-seccion.gif) no-repeat scroll 0 0;
    bottom:0;
    color:#1B4376;
    height:18px;
    padding-left:18px;
    padding-top:13px;
    position:absolute;
    right:3px;
    width:294px;
}
.articuloAgregar span.seccion{
    font-size:1.4em;
    font-weight:bold;
    margin-left:11px;
}
.articuloAgregar form{
    font-size:1.1em;
    margin-top: 20px;
}
.articuloAgregar label, .articuloAgregar input, .articuloAgregar textarea {
    width: 258px;
    float: left;
    margin-bottom: 8px;
}

.articuloAgregar label {
    text-align: right;
    width: 100px;
    padding-right: 10px;
    padding-top: 5px;
}

.articuloAgregar input,
.articuloAgregarailForm textarea {
    border: 1px solid #609bd0;
}

.articuloAgregar .check {
    border: 0;
    width: auto;
    position: relative;
    top: 2px;
    left: -4px;
}

.articuloAgregar p input{
    border:none
}
.articuloAgregar .boton {
    display: inherit;
    width: 98px;
    height: 38px;
    float: left;
    margin-bottom: 8px;
    border: 0;
    max-width: 98px;
    margin-left: 107px;
    padding-left: 0;
}

.articuloAgregar br {
    clear:left;
}

.articuloAgregar h1 {
    color:#1A68AA;
    font-size:18px;
    padding:20px;
}
.articuloAgregar .contenido .volver a:hover {
    background:transparent url(../images/bot-volver.gif) no-repeat scroll 0 -13px;
}
.articuloAgregar .contenido .volver a {
    background:transparent url(../images/bot-volver.gif) no-repeat scroll 0 0;
    display:block;
    height:13px;
    right:20px;
    text-indent:-9999px;
    top:16px;
    width:43px;
    position:absolute;
    right:10px;
}
.articuloAgregar .contenido div.volver{
    position:relative;
}
.articuloAgregar .adjuntos{
margin:0 0 5px 112px;
}


#rssIcon {	float:right;	margin-top: 5px;	margin-right: 6px;	}
#rssIcon span { position: relative; top: -4px; left: -8px; }
#rssIcon a {color: #FFFFFF; text-decoration: none; }
#rssIcon a:hover {text-decoration: underline; }


.contenido form{
    margin-left:11px;
}
/*Formulario de contacto de area*/
#area .float{
    float:left;
}
.input{
    border: 1px solid #609bd0;
    margin-bottom:2px;
}
.contactoArea{
    margin-top:10px;
    padding-right:136px;
    text-align:right;
}
.contactoArea input{
    margin-left:20px;
    margin-right:76px;
    padding:0px;
}
.contactoArea textarea{
    margin-left:20px;
    width:218px;
}
/*template de area*/
.descripcionArea{
    margin:5px 20px 10px 12px;
    min-height:100px;
    height:auto !important;
    height:100px;
    font-size: 1.2em;
    line-height: 1.3em;

}
/*Box de noticias y de contenidos*/
#noticias, #contenidos{
    background:transparent url(/images/fdo-notareas.gif) repeat-y scroll 0 0;
    float:left;
    width:238px;
}
#noticias{
    margin-right:5px;
}
#noticias h3,#contenidos h3{
    background:white url(/images/fdo-tit-notareas.gif) no-repeat scroll 0 0;
    color:#1A68AA;
    font-size:1.3em;
    height:22px;
    margin-bottom:5px;
    padding-left:15px;
    padding-top:14px;
    text-transform:uppercase;
}
#contenidos h3{
    padding-left:9px;
}
#noticias a, #contenidos a{
    color:#E16A00;
    font-size: 1.1em;
    margin-bottom: 5px;
}
#noticias .noticia,#contenidos .articulo{
    margin:5px 13px 10px 17px;
}
#noticias .bottom,#contenidos .bottom{
    background:white url(/images/fdo-abajo-notareas.gif) no-repeat scroll 0 0;
    height:20px;
}/*
#contenidos{
width:232px;
height:100px;
float:left;
}*/
#noticiasSecciones, #contenidosSecciones{
    background: transparent url(/images/caja-notareas-fdo.gif) repeat-y 0 0;
    min-height:50px;
		height:auto!important;
		height: 50px;
}
#noticiasSecciones .tituloSeccion{
    background:transparent url(/images/caja-notareas-botonera.gif) no-repeat scroll 0 -29px;
    color:#1A68AA;
    font-size:1.1em;
    font-weight:bold;
    height:29px;
    text-transform:uppercase;
}
#contenidosSecciones .tituloSeccion{
    background:white url(/images/caja-notareas-botonera.gif) no-repeat scroll -2px -29px;
    color:#1A68AA;
    font-size:1.1em;
    font-weight:bold;
    height:29px;
    text-transform:uppercase;
}
#noticiasSecciones .tituloSeccion a,
#contenidosSecciones .tituloSeccion a{
    color:#1A68AA;
    text-decoration:none;
}
#noticiasSecciones p.noticias{
    background:transparent url(/images/caja-notareas-botonera.gif) no-repeat scroll 0 0;
    float:left;
    height:16px;
    padding-left:46px;
    padding-top:13px;
    width:102px;
}
#noticiasSecciones p.contenidos{
    background:white url(/images/caja-notareas-botonera.gif) no-repeat scroll -151px -29px;
    float:left;
    height:17px;
    padding-left:39px;
    padding-top:13px;
    width:115px;
}
#contenidosSecciones p.noticias{
    background:transparent url(/images/caja-notareas-botonera.gif) no-repeat scroll 0 -29px;
    float:left;
    height:16px;
    padding-left:46px;
    padding-top:13px;
    width:103px;
}
#contenidosSecciones p.contenidos{
    background:transparent url(/images/caja-notareas-botonera.gif) no-repeat scroll -151px 0;
    float:left;
    height:17px;
    padding-left:39px;
    padding-top:13px;
    width:111px;
}
#noticiasSecciones .separadorTitulo,
#contenidosSecciones .separadorTitulo{
    background: white url(/images/caja-notareas-abajobot.gif) no-repeat scroll 0 0;
    height: 10px;
}
#noticiasSecciones .noticia,
#contenidosSecciones .articulo{
    font-size:1.1em;
    margin-bottom:10px;
    padding-left:15px;
    margin-right:20px;
}
#noticiasSecciones .noticia p,
#contenidosSecciones .articulo p{
    color:#3F3D4B;
    font-size:1em;
    margin-left:15px;
    margin-top:3px;
}
#noticiasSecciones .noticia a,
#contenidosSecciones .articulo a{
    color:#E16A00;
    text-decoration:underline;
    font-weight:bold;
}
#noticiasSecciones .pager table,
#contenidosSecciones .pager table{
    margin: 0 auto;
}
#noticiasSecciones .bottom,
#contenidosSecciones .bottom{
    background: white url(/images/caja-notareas-abajo.gif) no-repeat scroll 0 0;
    height:50px;
}
#noticiaIndex div.titulo{
    background:transparent url(/images/back-title.gif) no-repeat scroll 0 0;
    font-size:1.5em;
    font-weight:bold;
    height:39px;
    color:white;
    /*position:relative;*/
}
#noticiaIndex div.titulo p{
    /*width:420px;*/
    margin-left:10px;
    padding-top:10px;
    width:703px;
}
.calendar{
    z-index:20;
}

/* CHECKBOX DE NOTICIA DESTACADA DEL FRONT */
.destacada {
	position: relative;
}
.destacada #destacada {
	margin-left:0;
	position:absolute;
	top:-5px;
	width:auto;
}
.centered {margin-top: 31px; width: 40px;}

.defensoriaResult{
    color: black;
}
.defensoriaResult h2{
    color: #1B4376;
}
#defensorias li.flotante{
    clear:none;
}
#defensorias li{
    margin-bottom:20px;
    margin-right:20px;
    float:left;
    clear:left;
    width:245px;
}
#noticiaIndex .contenido .adjuntos{
    margin-left:32px;
    margin-top:20px;
    list-style-type: none;
}
#noticiaIndex .contenido ul.adjuntos li{
    margin-top:12px;
}

#noticiaIndex .contenido .acciones{
    text-align: right;
    padding-right:10px;
    margin-top:30px;
}
#noticiaIndex .contenido .adjuntos a,
#noticiaIndex .contenido .acciones a{
    position: static;
    background:none;
    width:auto;
    height:auto;
    margin:0px;
    padding:0px;
    display:inline;
    text-decoration:underline;
    color:#4D4D4D;
}
#searchResults .solapas{
    clear:left;
}

/*ESTILOS DEL SITEMAP*/
.siteMap{
    background:transparent url("/images/ic-mapasitio.gif") no-repeat  0 0;
    position:absolute;
    left:17px;
    padding-left:15px;
    margin-top:4px;
    color:#4D4D4D;
    text-decoration:none;
}
#loading{
    background-color:#85A5C6;
    border:1px solid #1B4376;
    font-size:1.2em;
    height:40px;
    left:14px;
    line-height:1.2em;
    position:absolute;
    text-align:left;
    top:-41px;
    width:144px;
}
/*#mapaDelSitio{
    background-color:#e7eff7;
    border:1px solid #1B4376;
    min-height:446px;
    height:auto !important;
    height:446px;
    width: auto;
    left:14px;
    position:absolute;
    bottom:51px;
    padding:10px;
    line-height:1.4em;
    font-size:1.2em;
    text-align:left;
    color:#4D4D4D;
    z-index:999;
    clear:both;
}*/
#mapaDelSitio{ 
    margin: 20px;
    font-size: 1.3em;
}
#mapaDelSitio h2 {
    text-transform:uppercase;
    font-weight:bold;
    color:#E16A00;
}
#mapaDelSitio h3{
    font-weight:bold;
    /*color:#1B4376;*/
	background-color: #c2e0fc;
	color: #000;
	margin: 4px 0;
	padding: 3px;
}
#mapaDelSitio li{
    margin-left: 3px;
	line-height: 1.5em;
}
#mapaDelSitio li.padre{
    margin: 5px 0;
}
#mapaDelSitio li.padre a{
    color:#1B4376;
	font-weight: bold;
}
#mapaDelSitio .otrosLinks{
    float:left;
}
#mapaDelSitio .linksAreas{
    float:left;
}
#mapaDelSitio .linksAreas ul{
    width:422px;
}
#mapaDelSitio a{
    text-decoration:underline;
    color:#4D4D4D;
}
#mapaDelSitio .otrosLinks{
    width:250px;
}
#mapaDelSitio .linksInstitucional,
#mapaDelSitio .linksLegislacion,
#mapaDelSitio .linksInformacionUtil{
    margin-bottom:20px;
}
#mapaDelSitio img.lvl2{
    margin-left:5px;
}
#mapaDelSitio img.lvl3{
    margin-left:10px;
}
.archivo{
    margin-left:110px;
}

/* FORMULARIO DE RECUPERACI�N DE CONTRASE�A */
.recuperarClave {
    background:transparent url(../images/fdo-contacto.gif) no-repeat scroll 0 0;
    color:#000000;
    float:right;
    font-size:12px;
    height:268px;
    margin-bottom:-14px;
    margin-right:114px;
    margin-top:29px;
    padding:23px;
    width:420px;
}

.recuperarClave h2 {
	  color: #214573;
	  font-size: 17px;
    margin-bottom: 10px;
}

.recuperarClave p {
  margin-bottom: 20px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.recuperarClave p input {
	max-width: 100%;
  margin: 0px;
  padding: 0px;
}
.recuperarClave p.texto {
  text-align: left;
}

.recuperarClave p a {
  color: #3F3D4B;
  text-decoration: underline;
}

.recuperarClave p a:hover {
  color: #333333;
  text-decoration: none;
}

#recuperarClaveLink {
  text-align: center;
}
#recuperarClaveLink a {
  color: #FFF;
}
#recuperarClaveLink a:hover {
  text-decoration: none;
}
	
.recuperarClave ul {
	color: #FF0000;
	margin-bottom: 20px;
}
#recuperarContraseniaLink a:hover {
        color:#333;
}
table.alta{
    color:#4D4D4D;
    margin:0 auto;
    width:500px;
}
/* ERROR */
ul.error {
    border: 1px solid #DF3C33;
    margin: 10px 30px;
    padding: 10px;
}
ul.error li {
    font-weight: bold;
    color: #DF3C33;
    padding: 3px 0;
    }
		
/* perfil de miembro */ 
.perfil {
  font-size: 1.1em;
}
.perfil form{
  margin: 30px 0 0 30px;
}
.perfil label {
  float: left;
  display: inline;
  width: 90px;
	line-height: 1.6em;
  text-align: right;
	color:#333333;
	margin-right: 20px;
}
.perfil .input {
    border: 1px solid #609bd0;
}
.perfil .boton {
    margin: 15px 0 0 110px;
}
.otraInformacion{
    padding:10px 20px 0;
    color:#403E4C;
}
.otraInformacion select.input{
    background-color:#F5F3F4;
    border:1px solid #659DD8;
    color:#403E4C;
    font-size:11px;
    margin:10px;
    padding:2px;
    text-decoration:none;
    width:300px;
}
.otraInformacion label{
    color:#1B4376;
    font-size:1.2em;
    font-weight:bold;
    padding-bottom:5px;
}
.otraInformacion h2{
    color:#1B4376;
}
.otraInformacion h2,
.otraInformacion ul{
    font-size:1.2em;
}
.otraInformacion ul li{
    margin-top:3px;
}

