/* $Id: style.css,v 1.1 2009/05/29 07:44:02 agileware Exp $ */

body {
    color: #808080;
    font: 0.9em/150% Arial, Helvetica, sans-serif;


    margin: 0;
    /*background-color: #3CD52E;*/
    background-color: #FFFFFF;
}

a {
    /*color: #1C406E;*/
    color: #3CD52E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    /*
            letter-spacing: -1px;
            line-height: 140%;
            margin-bottom: 10px;
            margin-top: 5px;
    */
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 140%;
}

p, ul, ol {
    margin-bottom: 1.5em;
    line-height: 170%;
}

#header {
    position: relative;
    height: 120px;
    padding-top: 45px;

    /*background: url(images/top.gif) top repeat-x;*/
}

#headercontent {
    position: absolute;
    bottom: 0em;
    padding: 0em 2.0em 1.3em 2.0em;
}

.logo
{
    padding-top: 32px;
}

h1.logo-name
{
    display: block;
    text-align: left;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
    font-size: 31px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    padding:0;
    margin:0;
    color: #FFFFFF !important;
}

.logo-text
{
    display: block;
    text-align: left;
}

.logo-text, .logo-text a
{
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    padding:0;
    margin:0;
    color: #FFFFFF !important;
}

#logo {
    float: left;
}

#logo2 {
    float: right;
    position:relative;
    top:20px;
}

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
    text-align:left;
    text-decoration:none;
    outline:none;
    letter-spacing:normal;
    word-spacing:normal;
}

.artmenu, .artmenu ul
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}

.artmenu li
{
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    background:none;
}

.artmenu li:hover
{
    z-index: 10000;
    white-space: normal;
}

.artmenu li li
{
    float: none;
}

.artmenu ul
{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background:none;
}

.artmenu li:hover>ul
{
    visibility: visible;
    top: 100%;
}

.artmenu li li:hover>ul
{
    top: 0;
    left: 100%;
}

.artmenu:after, .artmenu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.artmenu, .artmenu ul
{
    min-height: 0;
}

.artmenu ul
{
    background-image: url(images/spacer.gif);
    padding: 10px 30px 30px 30px;
    margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
    padding: 30px 30px 30px 10px;
    margin: -30px 0 0 -10px;
}




/* menu structure */

.artmenu
{
    padding: 0px 0px 0px 0px;
}

.nav
{
    position: relative;
    height: 29px;
    z-index: 100;
}

.nav .l, .nav .r
{
    position: absolute;
    z-index: -1;
    top: 0;
    height: 29px;
    /*background: url(images/menu.gif) top repeat-x;*/
}

.nav .l
{
    left: 0;
    right:0px;
}

.nav .r
{
    right: 0;
    width: 874px;
    clip: rect(auto, auto, auto, 874px);
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
    clear: both;
}

.artmenu a
{
    position:relative;
    display: block;
    overflow:hidden;
    height: 29px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 0px;
}


.artmenu a .r, .artmenu a .l
{
    position:absolute;
    display: block;
    height: 87px;
    background-image: url('images/MenuItem.png');
}

.artmenu a .l
{
    left:0;
    right:0px;
}

.artmenu a .r
{
    width:400px;
    right:0;
    clip: rect(auto, auto, auto, 400px);
}

.artmenu a .t 
{
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    padding: 0 22px;
    margin: 0 0px;
    line-height: 29px;
    text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
    top:-29px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
    top:-29px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
    top:-29px;
}
.artmenu a:hover .t
{
    color: #080808;
}

.artmenu li:hover a .t
{
    color: #080808;
}

.artmenu li:hover>a .t
{
    color: #080808;
}



/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
    display: block;
    width: 1px;
    height: 29px;
    background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
    display:block;
    text-align: center;
    white-space: nowrap;
    height: 20px;
    width: 180px;
    overflow:hidden;
    line-height: 20px;
    margin-right: auto;
    background-image: url('images/subitem-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #D8E6A3;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
    display: inline;
    float: none;
    margin: inherit;
    padding: inherit;
    background-image: none;
    text-align: inherit;
    text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
    text-align: left;
    text-indent: 12px;
    text-decoration: none;
    line-height: 20px;
    color: #4C671D;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.artmenu ul ul a
{
    margin-left: auto;
}

.artmenu ul li a:hover
{
    color: #000000;
    border-color: #C4D973;
    background-position: 0 -20px;
}

.artmenu ul li:hover>a
{
    color: #000000;
    border-color: #C4D973;
    background-position: 0 -20px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
    color: #000000;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
    color: #000000;
}


/* end MenuSubItem */

#page {
    /*background-image: url(images/bbg0.gif);*/
}

.column {
    /*width: 960px;*/
    width: 1024px;
    margin: 0 auto 0 auto;

}

.column-front {
    /*width: 960px;*/
    width: 1200px;
    margin: 0 auto 0 auto;

}


div#page .column {
    background-color: #fff;
    padding-top: 7px;
}

#container {

}

.content-public{
    width: 390px;
}
.content-public p {
    text-align: justify;
    line-height:1.5em;
}


.content-padding {
    /*padding: 10px;*/
}

#sidebar-left {
    width: 21%;
    float: left;
    margin-right: 1%;
}

#main {
    /*width: 99%;*/
    float: left;
}

.sidebars-1 #main {
    width: 77%;
    float: left;
}

.sidebars-2 #main {
    width: 56%;
    float: left;
}

#sidebar-right {
    width: 21%;
    float: right;
}

.node {
    /*	margin: 0 0 30px;*/
    padding: 0 10px;


}


div.block {
    /*margin: 10px;*/
}
.title{
    font-size:12px;
    color:#3CD52E;
    font-weight:bold;
    text-transform: uppercase;  

}

.title-public{
    font-size:12px;
    color:#3CD52E;
    font-weight:bold;
    margin-top:35px;
    width: 390px;	
}

div.block h2.title {
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0 7px;
    background: #3CD52E url(images/corner.gif) no-repeat top right;
    letter-spacing: normal;
}

div.block h2.title a{
    color: #FFFFFF;
    text-decoration:none;
}

input.form-submit {
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 10px;
    background: #f9f9f9;
    margin: 1px;
    text-transform: uppercase;
    /*color: #669900;*/
    color: #3CD52E;
}

.submitted {
    font-size: .9em;
    color: #999;
}

.new {
    color: #f00;
    float: right;
}

#footer {
    padding: 35px 0;
    text-align: center;
    color: #FFFFFF;
    /*background-image: url(images/bbg0.gif);*/
}

#user-login-form {
    text-align: left;
}

#user-login-form .form-item input {
    width: 95%;
}

#user-login-form input.form-submit {
    margin-bottom: 10px;
}

.form-button, .form-submit {
    margin: 2em 0.5em 1em 0;
}

h3.commentTitle {
    font-size: 1.35em;
    margin: 0;
    padding: 0;
}

.commentTitle a {
    margin: 0;
    padding: 0;
}

div.comment {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 8px;
}

.metadata {
    font-size: smaller;
    clear: both;
    margin: 2px 0 0 0;
    padding: 5px 0 0 0;
    color: #AAAAAA;
    line-height: 16px;
}

.chronodata {
    padding: 2px 0 2px 20px;
    background: url(images/calendar.png) left center no-repeat;
}

div.links ul.links a {
    background-repeat: no-repeat;
    padding-left: 18px;
    background-position: 0 50%;
}

div.links ul.links li.comment_add a {
    background-image: url(images/mini-comment.png);
}

div.links ul.links li.comment_comments a {
    background-image: url(images/mini-comment.png);
}

div.links ul.links li.comment_edit a {
    background-image: url(images/mini-edit.png);
}

div.links ul.links li.comment_delete a {
    background-image: url(images/mini-trash.png);
}

div.links ul.links li.comment_reply a {
    background-image: url(images/mini-comment.png);
}

div.links ul.links li.node_read_more a {
    background-image: url(images/arrow-single-right-green.png);
}

div.links ul.links li.blog_usernames_blog a {
    background-image: url(images/user-plain-green.png);
}

div.links ul.links li.comment_forbidden a {
    padding-left: 0px;
}

div.links ul.links li.upload_attachments a {
    background-image: url(images/photo.png);
}

.terms {
    background-repeat: no-repeat;
    padding-left: 18px;
    background-image: url(images/folder-open-green.png);
    padding-bottom: 5px;
}

.item-list ul.pager {

    margin: 0px;
    padding-top: 10px;
}

.item-list .pager li {
    margin: 0px;
    padding: 3px;
}

.item-list .pager li.pager-current {
    padding: 4px;
}

td, th {
    padding: 0em 0.3em 0em 0.3em;
}

table {
    border-collapse: inherit;
}

table tr.odd {
    background-color: #f3f3f3;
}

table tr.even {
    background-color: #ffffff;
}

.messages {
    background-color: #fff;
    border: 1px solid #b8d3e5;
}

.messages, .preview {
    margin: .75em 0 .75em;
    padding: .5em 1em;
}

div.status {
    color:#3CD52E;
    border-color: #c7f2c8;
}

dl dd {
    margin: 0 0 .5em 1.5em;
}

h1.titulo-verde {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 10px;
    background: #3CD52E;
    color: #FFF;
    padding: 4px 15px;
    text-align: left;
    margin-left: -16px;
}

h2.titulo-gris {
    background:none repeat scroll 0 0 #808080;
    color:#3CD52E;
    font-size:14px;
    font-weight:bold;
    line-height:1.2;
    margin-bottom:5px;
    margin-top:10px;
    padding:2px;
    text-align:center;
    width:14px;
}

h3.titulo-verde-little {
    background:none repeat scroll 0 0 #3CD52E;
    color:#FFFFFF;
    font-weight:bold;
    line-height:1.2;
    padding:2px 4px;
    text-align:left;
    font-size:12px;
}

h4.text-bold {
    font-weight: bold;
    color:#808080;
    font-size:12px;
    text-align:justify;
}

h5.text-underline,
h6.text-underline {
    font-weight: normal;
    text-decoration: underline;
    color:#808080;
    font-size:12px;
    text-align:justify;
}

.formatted-contents a,
.node a {
    color:#3CD52E;
    text-decoration:none;
}

.formatted-contents a:hover,
.node a:hover {
    text-decoration:underline;
}

.formatted-contents ul,
.node ul {
    /*list-style-type:square;*/
    /*background:none repeat scroll 0 0 #999999;*/
    color:#000000;
    list-style-type:none;
    margin:10px 0 6px;
    padding:4px;
    text-align:left;
}
.formatted-contents ul a,
.node ul a {
    color:#000000;
}



.form-item .description {
    /*font-weight: bold;*/
    /*color: #DF5E45;*/
    /*font-style: italic;*/
    font-size:12px;
}

.tips, .tips + p a {
    display:none;
}













/* NUEVOS ESTILOS */
.caja-verde-claro, .caja-verde-oscuro, .formatted-contents p {
    padding: 10px 20px 10px 17px;
    clear: both;
    text-align: justify;
    text-decoration: none;
}

.caja-verde-claro-registro {
    padding: 10px 20px 0 17px;
    clear: both;
    text-align: justify;
    text-decoration: none;
}

.marco-verde-claro {
    border: 1px solid #8cffa9;
    padding: 0 20px 5px 17px;
}

.caja-verde-claro, .caja-verde-claro-registro {
    background: #8cffa9;
}

.caja-verde-oscuro {
    background: #3CD52E;
}

.caja-verde-claro p, .caja-verde-oscuro p  {
    padding: 0;
}

.caja-gris {
    margin-top:10px;
    padding: 2px;
    clear: both;
    text-align: justify;
    text-decoration: none;
    background:#808080;
    color:white;
}










.node-unpublished {

    background-color: #ffffff;

}





















.foto-investigador-izq {
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-bottom-width: 0pt;
    border-left-width: 0pt;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: -moz-use-text-color;
    border-bottom-color: -moz-use-text-color;
}


.resumen-fpi {
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    color:#2B0082;
}




/*  estilos del directorio de fichas */

/*  nivel 1*/

div .ficha-directorio {
    width:896px;

}
.ficha-directorio .views-exposed-form .views-exposed-widget {
    padding-left:6px;
    padding-bottom:3px;
    background-color: #3CD52E;
    display:block;
    clear:both;
    width:224px;
}


.ficha-directorio .form-submit{
    /*left:176px;*/
    position:relative;
    float:right;
}

.ficha-directorio .form-autocomplete{
    width:226px;
}
.ficha-directorio .form-item input{
    width:226px;
}
.ficha-directorio .views-exposed-widgets{
    margin-bottom:24px;
    float:left;
}
.ficha-directorio .views-exposed-form label {
    font-weight: normal;
    color:white;
}

.ficha-directorio select{
    width:226px;
}


.ficha-directorio .item-list ul{
    width:576px;
    float:right;
    top:-20px;
    position:relative;

}
.ficha-directorio .item-list ul li{
    list-style-type:none;
    margin-left:0px;

}
.ficha-directorio .becario-fpi{
    background-color: #3CD52E;
    color:white;
    text-transform: uppercase;  
    padding:2px;
    font-weight:bold;
    display:block;
}

.ficha-directorio .becario{
    background-color: #3CD52E;
    color:white;
    text-transform: uppercase;  
    padding:2px;
    font-weight:bold;
    display:block;
}

.ficha-directorio .resaltado{
    background-color: #3CD52E;
    color:white;
    text-transform: uppercase;  
    padding:2px;
    font-weight:bold;
    display:block;
}


.ficha-directorio .view-header{
    width:242px;
}



/* nivel 2 */

div .ficha-detalle{
    width:896px;
}
.ficha-detalle .titulo{
    width:576px;
    float:right;
    text-align:justify;
    background-color: #3CD52E;
    color:white;
    padding:2px;
    text-transform: uppercase;  
    font-weight:bold;
}
.ficha-detalle .resumen{
    width:576px;
    float:right;
    text-align:justify;
}
.ficha-detalle label{
    font-weight:bold;
    display:block;
}
.ficha-detalle .ampliar{
    width:576px;
    float:right;
    text-align:right;
}
.ficha-detalle .foto-perfil{
    max-width:192px;
}
.ficha-detalle .direccion{
    max-width:192px;
}
.ficha-detalle .email{
    color:#3CD52E;
}
.ficha-detalle #footer{
    width:896px;
    float:right;
    padding:2px;
    text-align:left;
}

.ficha-detalle .personal label{
    border: 1px solid #808080;
}









/* nivel 3 */

div .ficha{
    width:896px;

}
.ficha .derecha{
    width:576px;
    float:right;
    text-align:justify;

}

.ficha label{
    font-weight: bold;
    display:block;

}
.ficha span.field-content{
    display: block;
    padding-bottom:1em;
}
.ficha [class*='views-field-field'], [class*='views-field-nothing'], .views-field-title {
    width:576px;
    float:right;
    text-align:justify;
}

.ficha .views-field-field-foto-perfil-fid{
    display: block;
    clear:both;
    width:auto;
    float:left;
}

.ficha .views-field-phpcode-2{
    display: block;
    clear:both;
    width:auto;
    float:left;
}



.ficha .titulo{
    width:576px;
    float:right;
    text-align:justify;
    background-color: #3CD52E;
    color:white;
    padding:2px;
    text-transform: uppercase;  
    font-weight:bold;

}
.ficha .apartado{
    font-weight:bold;
    display:block;
}
.ficha .encabezado{
    font-weight:bold;
}
.ficha .foto-perfil{
    max-width:192px;

}
.ficha  #galeria{
    max-width:192px;
}

.ficha .resumen{
    width:576px;
    float:right;
    text-align:justify;
}



.ficha .ampliar{
    width:576px;
    float:right;
    text-align:right;
}




.view-filters select{
    width:226px;
}









.view-resultado-detalle .views-field-field-apellidos-nombre-value-1,
.view-resultado-detalle .views-field-phpcode-1,
.view-resultado-detalle .views-field-field-grupo-inv-proyecto-value,
.view-resultado-detalle .views-field-field-organismo-solicitante-value,
.view-resultado-detalle .views-field-field-centro-solicitante-value,
.view-resultado-detalle .views-field-field-departamento-solicitante-value,
.view-resultado-detalle .views-field-field-direccion-profesional-value
{
    width:170px;
}










.buscador-inicio .views-exposed-form .views-exposed-widget {
    padding:5px;
    background-color: #3CD52E;
    width:500px;
    position:relative;
    margin:0px 150px 0px 150px;

}


.buscador-inicio .form-submit{
    position:relative;
    float:right;
}

.buscador-inicio .form-autocomplete, .buscador-inicio .form-item input, .buscador-inicio select{
    width:490px;
}

.buscador-inicio .views-exposed-form label {
    font-weight: normal;
    color:white;
}









optgroup{
    color:#808080;
    font-style:normal;
    font-weight:bold;
}











/* pagina presentacion directorios */
.bloque-centrado{
    margin: 0px auto 0px auto; 
}
.cajas{
    border-width:0px;
    border-collapse:separate;
}
.cajas tr{
    border-width:0px;
    padding:0px;
    margin:0px;
    overflow:hidden;
}


.cajas td,th{
    border-width:0px;
    padding:0px;
    margin:0px;
    vertical-align:top;
    overflow:hidden;
}




.fondo-verde{
    background-color:#3CD52E;
}

.fondo-gris{
    background-color:#999999;
}

.bloque-en-linea{
    display:inline-block;
}

.en-linea{
    display:inline;
}



.bloque{
    display:block;
}

.bloque-nueva-linea{
    width:100%;
    display:block;
}




.cuadro-160{
    width:160px;
    height:160px;
    margin:1px;	
    overflow:hidden;
}


.cuadro-fill{
    width:100%;
    height:100%;
    margin:1px;
    overflow:hidden;
    display:block;
}
.cuadro-80{
    width:80px;
    height:80px;
    margin:1px;	
    overflow:hidden;
}




.rectangulo-320-160-horizontal{
    width:320px;
    height:160px;
    margin:1px;	
    overflow:hidden;
}  

.rectangulo-160-240-vertical{
    width:160px;
    height:240px;
    margin:1px;	
    padding-bottom:4px; 
    overflow:hidden;
}  

.rectangulo-480-240-horizontal{
    width:484px;
    height:240px;
    margin:1px;	
    padding-bottom:4px; 
    overflow:hidden;

}

.banda-160-26-horizontal{
    width:160px;
    height:26px;
    margin:1px;
}

.banda-480-26-horizontal{
    width:480px;
    height:26px;
    margin:1px;
    padding-right:4px;
}


.left0{
    position:relative;
} 

.left80{
    position:relative;
    left:80px;
}

.down0{
    position:relative;
    top:2px;
}
.down80{
    position:relative;
    top:80px;

}

.down160{
    position:relative;
    top:164px;
}




.up80{
    position:relative;	
    top:-80px;
}
.up160{
    position:relative;	
    top:-162px;
}

.right80{
    position:relative;	
    left:-80px;
}

.right160{
    position:relative;	
    left:-165px;

}

p.txt-grande{
    font-family: Arial,Helvetica;
    font-size: 36px;
    font-weight: bold;
    line-height: 0.8em;
    margin: 0;
    margin-top:0.5em;
    margin-left:0.5em;
    position:relative;

}

p.txt-medio{
    font-family: Arial,Helvetica;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    margin-top:1em;
    margin-left:1em;

    line-height: 1em;
}

p.txt-blanco{
    color:#FFFFFF;
}

p.txt-verde{
    color:#3CD52E;
}

.lista-seneca{
    /*width:160px;*/
    overflow:hidden;
    /*padding-top:10px;*/
    height:100%;
}


.lista-seneca li
{
    background-image: url(/cms/themes/seneca/images/cross.png);
    background-repeat: no-repeat;
    background-position: 15px 4px;
    padding-left: 30px; 
    padding-top:5px;
    color:white;
    font-weight:bold;
    text-transform: uppercase;  
    float:left;
    width: 100px;
    height: 70px;	

}

.lista-seneca li a{
    color:white;
} 

.lista-seneca a:hover{
    color:#3CD52E;
    text-decoration:none;
} 


td.active {
    background-color: #f8f8f8;
}




.float-left{
    float:left;
}

.float-right{
    float:right;
}


.area-items{
    font-family: Arial;
    background-color: #999999;
    color: #ffffff;
    width: 292px;
    height: 124px;
    font-weight: bold;

    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    border-left:2px solid white;	
    border-right:3px solid white;

}

/* barra de scroll de los items del area */

.area-items .navegador{
    width:10px;
    height: 119px;
    display:block;
    float:left;


}

.area-items ul{

    padding: 14px 0px 0px 20px;
}
.area-items li{

    font-size: 11px;
    width: 120px;
    padding-right:10px;
    vertical-align:top;
    line-height: 1.2em;
    display:inline-block;


}

.area-items .img-item-area{
    display:block;
}

.area-items .text-item-area{
    position:relative;
    left:14px;
    top:-11px;

}

.area-items a{
    color:#FFFFFF;
    text-decoration:none;

}
.area-items a:hover{
    color:#3CD52E;
    text-decoration:none;
}


.area-titulo {
    font-family: Arial;
    background-color: #3CD52E;
    color: #ffffff;
    width: 104px;
    height: 110px;
    font-weight: bold;
    padding-top: 14px;
    padding-left: 13px;
    padding-right: 5px;
    font-size: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    border-left:2px solid white;
    border-right:2px solid white;

}

.area-titulo p{

    line-height: 0.8;
    position:relative;

}

.area-subtitulo {
    font-family: Arial;
    background-color: #999999;
    color: #ffffff;
    width: 104px;
    height: 110px;
    font-weight: bold;
    padding-top: 14px;
    padding-left: 13px;
    padding-right: 5px;
    font-size: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    border-left:2px solid white;
    border-right:2px solid white;
}

.area-subtitulo p{
    line-height: 0.8;
    position:relative;
}

.area-subtitulo .subtitulo2{
    font-size: 13px;
    line-height: 0.8;
}


.area-destacado {
    font-family: Arial;
    background-color: #3CD52E;
    color: #ffffff;
    width: 104px;
    height: 105px;
    font-weight: bold;
    padding-top: 19px;
    padding-left: 13px;
    padding-right: 5px;
    font-size: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;

    border-left:2px solid white;	
    border-right:2px solid white;
    border-bottom:3px solid white;	
}

.area-destacado .subtitulo{
    font-size: 12px;
    line-height: 0.9em;
}

.area-cuadro {
    font-family: Arial;
    background-color: #3CD52E;
    color: #ffffff;
    width: 60px;
    height: 60px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-left:2px solid white;	
    border-right:2px solid white;


}

.area-destacado-contenedor{
    width:190px;
    height:200px;
    overflow:hidden;
    position:relative;
}  

.main-links{
    font-size:9px;
    color:#808080;
    font-family:Arial;
    padding-top:8px;
    display:block;

}

.main-links a:hover {
    color:#808080;
    text-decoration: underline;
}
.main-links a:link {
    color:#808080;
    text-decoration: none;
}
.main-links a:visited {
    color:#808080;
    text-decoration: none;
}








.buscador-directorio{
    padding-left: 1em;
    padding-right: 1em;
}

.buscador-directorio .titulo{
    color: #FFFFFF;
    font-weight: bold;
}
.buscador-directorio label{
    color:#FFFFFF;
}

.buscador-directorio input{
    width: 200px;
    color: #808080;
}
.buscador-directorio select{
    width: 220px;
    color: #808080;
}


.buscador-directorio input.boton{
    width: auto;
    color: #FFFFFF;
    background-color: #3CD52E;
    border: 1px solid  #3CD52E;
}
.buscador-directorio #resultados-submit{
    position:relative;
    float:right;
    top: -1.5em;
}


.lista-seneca2 li
{
    padding-left:0.5em;
    color:white;
    line-height:2.8em;
}

.lista-seneca2 li a{
    color:white;
    font-weight:bold;
} 

.lista-seneca2 li a:hover{
    color:#3CD52E;
    text-decoration:none;
} 






.seccion-items {
    width: 400px;
    margin:0px;
}


.seccion-items .content {
    width: 400px;
    margin-left:10px;
    margin-right:10px;

}

.seccion-items ul{
    margin:0px;
    padding:10px;

}
.seccion-items li{
    font-size: 12px;
    vertical-align:top;
    line-height: 1.3em;
    text-align:justify;	
    list-style-type: none;	

}

.seccion-items .img-item-seccion{
    display:block;
}

.seccion-items .text-item-seccion{
    position:relative;
    left:17px;
    top:-13px;
    font-weight:bold;	
    text-align:justify;	
}

.seccion-items a{
    text-decoration:none;
}
.seccion-items a:hover{
    text-decoration:underline;
}
.gris{
    color:#808080;
}

.verde{
    color:#3CD52E;
}

.negrita {
    font-weight:bold;	
}

.gmap-popup{
    min-height: 150px;
}



/* listas en portal de transparencia */

#node-7764 ul,#node-7765 ul,#node-7768 ul,#node-7769 ul,#node-7770 ul {
    list-style-type:square;
    background:none repeat scroll 0 0 #FFFFFF;
    color:#808080;
    padding-left: 2em;
    text-align:left;
}




/*


#reticula2{
    margin-top: 28px;
    float: right;
    width: 256px;
    padding: 2px;
    
    

}

#reticula2 .celda{
    float: left;
    display: inline-block;
    border: 0px;
    margin: 2px;
    padding: 0px;
    width:124px;
    height: 124px;
    overflow: hidden;
    color: #FFF;

}

#reticula2 div.celda .titulo{
    font-size: 24px;
    font-weight: bold;
    padding: 7% 0 0 5%;
    overflow: hidden;
    height: 66%;
}

#reticula2 div.celda .subtitulo{
    font-size: 12px;
    font-weight: bold;
    float: right;
    padding: 6%;
    line-height: 1em;
    text-align: right;
    
        

}


#reticula2 div.celda a{
    color:white;
    text-decoration: none;
}

#reticula2 div.fondo-verde a:hover{
    color:#808080;
    
}

#reticula2 div.fondo-gris a:hover{
    color:#3CD52E;
    
}




*/
