/**
/*
/* Estilos del sitio maestro
/*
/* 1 - Estilos generales
/* 2 - Contenido
/*  2.1 - Tablas
/*  2.2 - Listas
/*  2.3 - Formularios
/*  2.4 - Mensajes de advertencia
/*  2.5 - Enlaces
/*  2.6 - Imagenes
/*  2.7 - Estilos maqueta dirección
/*  2.8 - Redes sociales
/*  2.9 - Migas de pan -> página de resultados
/* 3 - Columna lateral
/*  3.1 - Menús
/*  3.2 - Enlaces
/*  3.3 - Imagenes
/* 4 - Footer
         .-"-.
       _/.-.-.\_
      ( ( o o ) )
       |/  "  \|
        \ .-. /
        /`"""`\
       /       \
 **/


 /*   Estilos generales   */


html{
  font-size:75%;
  height:100%;
}

body {
  padding: 0;
  margin: 0;
  background-repeat: repeat-x;
  font-family:Georgia, "Times New Roman", Times, serif;
  position:relative;
  min-height:100%;
}

/*-----> barra color <-----*/
 #barra-color{
  background-color: #FF8E09;
  height: 2px;
  position: relative;
  top: 31px;
 }

#contenedor {
  /*width:81.3em;*/
  width: 975px;
  overflow:hidden;
  /*padding:0px 0px 16.7em;*/
  padding:0px 0px 220px;
  margin:0 auto;
}
.toolbar-drawer {
  background-position: 0 65px;
  }


h1#page-title {}

/* Micro reset */
h1, h2, h3, h4, h5, h6,
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img,
em, dfn, del, ins {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 0.75em;
  padding: 0;
}

strong {
  font-weight: bold !important;
}

.clear{
  clear: both;
}
.front .social-share{
  display: none;
}

h1#page-title{
    color: #58585A;
    font-size: 20px;
    font-weight:normal;
    margin-top:40px;
    margin-bottom:40px;
    min-height:25px;
    width:660px;
    font-family: 'Open sans', Arial, sans-serif;
    }

#contenedor h1.titulo-node{
    color: #223d71;
    font-size: 27px;
    font-family: 'Open sans', Arial, sans-serif;
    padding-bottom: 5px;
    width: 640px;
    float: left;
    font-weight: normal;
    letter-spacing: -0.8px;
    line-height: 30px;
}

#content-inner{
    overflow: hidden;
}

#content-inner{
  background: url("/sites/all/themes/unizar/img/px_grey.png") repeat-y 661px;
  margin-top: 10px;
  min-height: 500px;
  position: relative;
  width: 975px;
 }

#contenido{
  height: 100%;
  overflow: hidden;
  float: left;
  width: 640px;
  padding-right: 19px;
 }

#contenido .search-results, #contenido .spelling-suggestions, #contenido .search-form{
  font-family: 'Open Sans', Arial, sans-serif;
}

#contenido .search-results .search-snippet-info{
  padding-left: 0px;
}

#contenido{
  font-family: 'Droid Sans', Verdana, "Bitstream Vera Sans",geneva,sans-serif;
  padding-right: 20px;
  width: 640px;
  color:#333333;
 }
#contenido h1{
    color: #223d71;
    font-size: 24px;
    font-family: Arial;
    font-weight:bold;
    margin-bottom: 10px;
  }

#contenido p + h1, #contenido div + h1, #contenido ul + h1, #contenido ol + h1, #contenido span + h1{
    margin-top: 32px;
  }
#contenido h2{
    color: #223D71;
    font-size: 20px;
    margin-bottom:10px;
    font-family: Open sans, Arial, sans-serif;
    font-weight:normal;
    line-height: 24px;
}

#contenido td > h2 {
    margin: 3px 0;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open sans', Arial, sans-serif;
}

#contenido h2.icon{
    background: url("../img/list1.png") no-repeat left center;
    padding-left: 15px;
}

#contenido p + h2, #contenido div + h2, #contenido ul + h2, #contenido ol + h2, #contenido span + h2{
  margin-top: 30px;
}

#contenido table+h2{
    margin-top:30px;
}

#contenido h2+h3{
    margin-top: 30px;
    margin-bottom:15px;
}

#contenido h3{
    color: #3A3A3A;
    font-size: 19px;
    margin-bottom:10px;
    font-family: 'open sans', arial, sans-serif;
    font-weight:bold;
}

#contenido h3.field-label {
    font-size: 14px;
}

#contenido .field-label-above h3.field-label{
    margin: 0px;
}

.node-type-grupo-investigacion #contenido .field-label-above h3.field-label{
    margin-top: 10px;
}

#contenido p + h3, #contenido div + h3, #contenido ul + h3, #contenido ol + h3, #contenido span + h3{
  margin-top: 28px;
}

#contenido h3+h4{
    margin-top:0px;
  }

#contenido h4{
    color: #223D71;
    font-size: 13px;
    margin-top:20px;
    margin-bottom:10px;
    font-family: Arial, Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:underline;
  }

#contenido p + h4, #contenido div + h4, #contenido ul + h4, #contenido ol + h4, #contenido span + h4{
  margin-top: 26px;
}

#contenido h5{
    color: #58585A;
    font-size: 12px;
    margin-top:10px;
    margin-bottom:5px;
    font-family: Arial, Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-decoration: underline;
  }
#contenido p{
  font-size:14px;
  font-family: Open Sans, Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  color:#333333;
  line-height:19px;
  margin-bottom: 10px;
  }

#contenido .field-item > h2{
  margin-top: 35px;
}

#contenido h2 > p{
  margin-top: 25px;
}

#contenido div{
  font-size:14px;
  font-family: Open Sans, Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  color:#333333;
  line-height:19px;
  }

#contenido img{
  max-width: 640px;
}

#contenido div.noticias-page{
  margin-bottom: 15px;
}

#contenido div.noticias-page ul{
   margin-bottom: 6px;
}


#contenido p.sinmargen{
  margin-top:0px;
  margin-bottom:0px;
  font-size:12px;
  font-family: 'Droid Sans', Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  color:#333333;
  line-height:17px;
  }

#contenido-lateral-nodo{
  width: 314px;
  float: right;
  height: 100%;
  padding-top: 25px;
}

.social-share{
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dotted #bebebe;
  clear: both;
}

#contenido p.basegris{
  background-color: #f4f4f4;
  padding: 15px;
  text-align: center;
}


/*  2.1 - Tablas    */

table {
  border-spacing: 0;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left; /* LTR */

}

tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
}

thead th {
  border-bottom: 0.1875em solid #C0C0C0;
  color: #494949;
  font-weight: bold;
}

td, th {
  border-bottom: 1px solid #CCC;
  margin: 0;
  padding: 0.375em 0.5em;
}

#contenido table{
  border-spacing: 0;
  margin: 1em 0;
  padding: 0;
  width: 100%;
  color: #333333;
  font-family: 'Droid Sans', Verdana, "Bitstream Vera Sans",Arial,sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 17px;
  }
#contenido th{
  background-color:#F3F3F3;
  font-weight: bold;
}
#contenido tr{
  margin: 0;
  padding: 0;
}
#contenido  tr p{
  margin:0px;
  color: #333;
}
#contenido tr:first-child{
/*background-color:#333 !important;
color:#FFF;*/
}

#contenido tr:nth-child(even){
/*background-color:#FFF;*/
}
#contenido td, #contenido th{
   border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
  margin: 0;
  padding: 5px 0;
  }

#contenido table.table2{
  border-collapse: collapse;
}

#contenido table.table2 td, #contenido table.table2 th{
 border:1px solid #ccc;
}

#contenido table.tabla3, #contenido table.tabla4, #contenido table.tabla5 {
  background:#E8EBF0 !important;
  border-top:1px solid gray;
  border-bottom:1px solid gray;
  border-left: hidden;
  border-right: hidden;
  border-collapse:collapse;
  color:#fff;
  font-size:13px;
  line-height: 13px;
  width: 100%;
}

#contenido table.tabla3 caption, #contenido table.tabla4 caption , #contenido table.tabla5 caption {
  border-top: 1px solid gray;
  border-bottom: none;
  color:#223d71;
  font-weight:bold;
  padding:6px 4px 8px 0px;
  text-align:center;
  text-transform:uppercase;
}

#contenido table.tabla3 td, #contenido table.tabla4 td , #contenido table.tabla5 td {
 color:#363636;
 padding:.4em;
 border:none;
 background:none !important;
}
#contenido table.tabla3 td, #contenido table.tabla4 td , #contenido table.tabla5 td {

}
#contenido table.tabla3 th, #contenido table.tabla4 th , #contenido table.tabla5 th {
 color:white;

 border-bottom:1px solid gray;
 background:none !important;
}

#contenido table.tabla3 tr, #contenido table.tabla4 tr, #contenido table.tabla5 tr{
  border-bottom:1px dotted gray;
  border-top:1px dotted gray;
}

#contenido table.tabla3 tr:nth-child(odd), #contenido table.tabla4 tr:nth-child(odd), #contenido table.tabla5 tr:nth-child(odd){
background:rgb(232, 235, 240);
color: #FFFFFF;
}

#contenido table.tabla3 tr:nth-child(even), #contenido table.tabla4  tr:nth-child(even), #contenido table.tabla5  tr:nth-child(even){
background: #FFFFFF;
color: #000000;
}
#contenido table.tabla3 thead th, tfoot th, #contenido table.tabla4 thead th, tfoot th, #contenido table.tabla5 thead th, tfoot th{
 background:#4D6AA2 !important;
 color:#FFFFFF;
 padding:7px 10px 7px 10px;
 text-align:left;
 text-transform:uppercase;
}
#contenido table.tabla4 td:first-child{
 color:#223d71;
 font-weight: bold;
}
#contenido table.tabla5 td:first-child{
 color:#ff9829;
 font-weight: bold;
}
#contenido table.tabla3 tbody td a, #contenido table.tabla4 tbody td a, #contenido table.tabla5 tbody td a{
 color:#363636;
 text-decoration:none;
}
#contenido table.tabla3 tbody td a:visited, #contenido table.tabla4 tbody td a:visited, #contenido table.tabla5 tbody td a:visited {
color:gray;
text-decoration:line-through;
}
#contenido table.tabla3 tbody td a:hover , #contenido table.tabla4 tbody td a:hover, #contenido table.tabla5 tbody td a:hover {
  text-decoration:none;
}
#contenido table.tabla3 tbody td a, #contenido table.tabla4 tbody td a, #contenido table.tabla5 tbody td a{
 color:#363636;
 text-decoration:none;
}
#contenido table.tabla3 thead th a, #contenido table.tabla4 thead th a, #contenido table.tabla5 thead th a {
color:white;
text-decoration:none;
}
#contenido table.tabla3 thead th a:hover, #contenido table.tabla4 thead th a:hover, #contenido table.tabla5 thead th a:hover {
color:white;
text-decoration:underline;
}
#contenido table.tabla3 thead tr, #contenido table.tabla4 thead tr, #contenido table.tabla5 thead tr {
background:#4D6AA2 !important;
font-weight: bold;
border-top:1px solid #03476F;
border-bottom:1px solid #03476F;
border-left: none;
border-right: none;
color:white;
}
#contenido table.tabla3 thead td, #contenido table.tabla4 thead td, #contenido table.tabla5 thead td{
padding: 7px 7px;
}
#contenido table.tabla3 thead td, #contenido table.tabla4 thead td a, #contenido table.tabla5 thead td a{
color:white;
font-weight: bold;
border:none;
}
#contenido table.tabla3 thead td, #contenido table.tabla4 thead td a:hover, #contenido table.tabla5 thead td a:hover {
text-decoration:underline;
}
#contenido table.tabla3 tbody td+td+td+td a, #contenido table.tabla4 tbody td+td+td+td a, #contenido table.tabla5 tbody td+td+td+td a{
 color:#03476F;
 padding-left:15px;
}
#contenido table.tabla3 tbody td+td+td+td a:visited,  #contenido table.tabla4 tbody td+td+td+td a:visited,  #contenido table.tabla5 tbody td+td+td+td a:visited {
}
#contenido table.tabla3  thead th, tbody td, #contenido table.tabla4 thead th, tbody td, #contenido table.tabla5 thead th, tbody td {
text-align:left;
vertical-align:top;
}
#contenido table.tabla3  tfoot td, #contenido table.tabla4 tfoot td, #contenido table.tabla5 tfoot td  {
background:#5C443A !important;
 color:#FFFFFF;
 padding-top:3px;
}
#contenido table.tabla3 tbody tr:hover, #contenido table.tabla4 tbody tr:hover, #contenido table.tabla5 tbody tr:hover {
background:#C4D2EB;
border-top:1px solid #03476F;
border-bottom:1px solid #03476F;
color:#000000;
border-collapse: collapse;
}

#contenido iframe.imce-frame{
  width: 640px !important;
}

/* Tabla Parrilla principal */
table#parrilla{
  width: 640px;
}
table#parrilla td{
  width: 50%;
  padding-top: 15px !important;
  padding-bottom: 20px !important;
  padding-left: 0px !important;
  border-bottom: 1px dotted #cccccc !important;
  border-top: none !important;
}

table#parrilla td img{

  float: left;
  margin-right: 15px;
  width: 95px;
  height: 95px;
  border-right: 5px solid #EAEAEA;
  padding-right: 0;
}

/* Tabla Parrilla */
table.parrilla{
  width: 660px;
  border: none !important;
}
table.parrilla td:nth-child(odd) {
  width: 105px !important;
}
table.parrilla td:nth-child(even) {
  width: 210px !important;
  padding-right: 5px !important;
}

table.parrilla  td img{
  float: left;
  margin: 0 15px 0 0;
  width: 95px;
  height: 95px;
  border-right: 5px solid #EAEAEA;
  padding-right: 0;
}

table.parrilla td h2, table.parrilla td h3, table.parrilla td h4, table.parrilla td h5  {
  color: #223D71 !important;
  font-family: arial !important;
  font-size: 16px !important;
  font-weight: normal !important;
  margin-bottom: 10px !important;
  padding-left: 0px;
  padding-right: 10px;
  margin-top: 0px !important;
  text-align: left !important;
}

table.parrilla  td{
  padding-top: 15px !important;
  padding-bottom: 20px !important;
  padding-left: 0px !important;
  border: none !important;
}
table.parrilla  tr:first-child{
  border-top: none !important;
}
table.parrilla  tr{
  border-bottom: 1px dotted #cccccc !important;
}
table.parrilla  tr:last-child{
  border-bottom: none !important;
}
table.parrilla  p{
 text-align: left !important;
 font-size: 13px !important;
 margin-right: 5px !important;
}

table.parrilla  .texto-parrila{
  float: left;
}
table.parrilla .titulo-parrilla{
    color: #223D71;
    font-family: arial !important;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 123px;
    padding-right: 10px;
}

table.parrilla .enlaces-parrilla a{
  display: block;
  text-decoration: none;
  color: #484848;
}




/*  2.2 - Listas  */


#node-admin-filter ul {
  padding: 0.375em 0;
}

ul.primary{
  width: 625px;
  float: left;
}


#contenido h3+ul, #contenido h2+ul{
  margin-top:15px;
}

#contenido ul ul{
  font-size:14px;
  margin-bottom:10px;
  margin-top:10px;
  margin-left:15px;
}

#contenido .field-name-body ul, #contenido ul{
  font-size:14px;
  margin-bottom:10px;
  margin-top:10px;
  margin-left:35px;
  list-style: disc;
}

#contenido .field-name-body blockquote{
  margin-left: 15px;
  margin-top: 5px;
}


.lista li, .lista2 li, .lista3 li, .lista4 li, .lista5 li , .lista6 li  {
  margin: 0 0 3px;
}

 ul.lista2 ul li,  ul.lista3 ul li,  ul.lista4 ul li,  ul.lista5 ul li{
  /*list-style-image: none !important;*/
}

.lista2 li, .lista5 li{
  list-style-image: url("../img/list1.png");
}

.lista3 li{
  list-style-image: url("../img/list3.png");
}

.lista4 li{
  list-style-image: url("../img/list4.png");
}

.lista5 li{
  line-height:22px !important;
}
.lista5 li a{
  border-bottom: 1px dotted #BEBEBE;
  line-height:22px !important;
}

ul.lista6{
  list-style:none !important;
  margin-left:0px;

}


#contenido ol{
  font-size:14px;
  margin-bottom:15px;
  margin-top:10px;
  padding: 0 0 0 30px;
  list-style: decimal;
}

ol.lista7 {
  list-style: decimal;
  margin: 0 0 30px 10px !important;
  font-size: 14px !important;
}
ol.lista7 li{
  line-height: 17px;
  margin: 0 0 3px;
}


ul.menu1 {
height: 26px;
padding: 0px !important;
margin-top: 0px !important;
clear: both;
border-bottom: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;
}

ul.menu1 li {
display:inline;
margin:0 0 0 0px !important;
background: url("../img/barra-lateral-menu.png") no-repeat scroll 0 7px transparent;
padding: 5px 12px 6px 12px !important;
font-size: 13px;
float: left;
height: 100%;
color: gray;
}

ul.menu1 li a{
color: gray !important;
}

ul.menu1 li:hover{
color: #223D71 !important;
}

ul.menu1 li:hover a{
border-bottom: none !important;
color: #223D71 !important;
}

ul.menu1 ul {
display: none !important;
}

ul.menu2 {
background-color: #eeeeee;
height: 26px;
/*background-image: url("../img/fondo-lista-menu.png");*/
padding: 0px !important;
margin-top: 0px !important;
clear: both;
}

ul.menu2 li {
display:inline;
/*background-color:#eee;
border-color:#f3f3f3 #bbb #bbb #f3f3f3;*/
margin:0 0 0 0px !important;
padding: 5px 12px 6px 12px !important;
font-size: 13px;
background: url("../img/barra-lateral-menu.png") no-repeat scroll 0 7px transparent;
float: left;
height: 100%;
}

ul.menu2 li:hover {
background-color: white;
}

ul.menu2 li:first-child {
background: none;
}

ul.menu2 li:first-child:hover {
background-color: white;
}

ul.menu2 li a{
color: #333 !important;
}

ul.menu2 li a:hover{
border-bottom: none !important;
}

ul.menu2 ul {
display: none !important;
}

ul.menu3 {
background-color: #223D71;
height: 26px;
padding: 0px !important;
margin-top: 0px !important;
clear: both;
}

ul.menu3 li {
display:inline;
margin:0 0 0 0px !important;
padding: 5px 12px 6px 12px !important;
font-size: 13px;
float: left;
height: 100%;
color: white;
border-right: 1px solid white;
}

ul.menu3 li:hover {
background-color: white;
color: #223D71;
}

ul.menu3 li:first-child {
background: none;
}

ul.menu3 li:first-child:hover {
background-color: white;
}

ul.menu3 li a{
color: white !important;
}

ul.menu3 li:hover a{
border-bottom: none !important;
color: #223D71 !important;
}

ul.menu3 ul {
display: none !important;
}


.noticias-page .date-display-single{
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: normal;
}

.listado-noticias-page{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  padding: 0px !important;
}

.listado-noticias-page ul{
  margin: 0px 18px;
  border-bottom: 1px solid rgb(219, 219, 219);
  border-top: 2px solid rgb(219, 219, 219);

}
#contenido .listado-noticias-page li{
  margin: 0 !important;
  list-style-type: none;
  padding: 0;
}

#contenido .noticias-page .listado-noticias-page{
  margin: 0;
}

#contenido .noticias-page h3{
  margin: 0;
}

.listado-noticias-page li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}
.listado-noticias-page li p{
  margin: 0px;
}
.listado-noticias-page .titulo-noticia{
  margin: 2px 0 0 0;
}

/*  2.3 - Formularios    */


form {
  margin: 0 0 1.5em 0;
  padding: 0;
}

input {
}

input.text,
input.title,
textarea,
select {
  margin:0.375em 0;
  border: 1px solid #C0C0C0;
}

input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: 1px solid #666;
}

input.text,
input.title {
  padding: 0.375em;
}

input.title {
  font-size: 1.5em;
}

input.form-text,
textarea {
  border: 1px solid #CCC;
  height: auto;
  padding: 0.1875em 0;
}

input.form-checkbox,
input.form-radio {
  vertical-align: top;
}

div.form-item {
  margin-bottom: 1em;
  margin-top: 1em;
}

.form-item strong.error {
  display: block;
}

.form-item textarea.error {
  padding: 0.1875em;
}

.form-item .description {
  font-size: 0.9em;
  line-height: 1.667em;
}

span.form-required,
span.marker {
  color: #8A1F11;
}

div.form-item div.description img {
  margin: 0;
}


#contenido-nodo form {
  font-size: 14px;
  padding: 1.4em;
  margin-top: 0.4em;
  background-color: #f4f4f4;
}

#contenido-nodo fieldset {
  border: 1px solid rgb(226, 226, 226);
  padding: 1.4em;
  margin-top: 0.4em;
}

#contenido-nodo label {
  margin: 10px 0 0px 0;
}

#contenido-nodo .form-actions {
  margin: 10px 0 0;
}

#contenido-nodo label.option {
}

#contenido-nodo .form-item{
  margin-top: 5px;
  margin-bottom: 5px !important;
}

#contenido-nodo .form-item:first-child{
  border-top: none;
}


#contenido-nodo form .description {
  margin-top: 7px;
  line-height: 15px;
  font-size: 12px;
}

label, legend {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Targets IE 7. */
*:first-child+html fieldset {
  background-color: transparent;
  background-position: 0 .75em;
  padding: 0 1em 0.75em;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1.5em;
}

/* Fix legend in Firefox */
fieldset legend {
  display: block;
  font-weight: bold;
  padding: 0 1em 0 0;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-bottom: .75em;
  padding-top: 0;
}


/*  2.4 - Mensajes de advertencia  */


.msg-destacado, .msg-advertencia, .msg-right, .msg-wrong{
    margin: 20px 0 30px !important;
    padding: 15px 20px 20px 85px;;
    border-radius: 5px 5px 5px 5px;
    min-height: 50px;
    font-size: 14px;
    line-height: 19px;
}
.msg-destacado {
    background: url("../img/msg-info.png") no-repeat scroll 20px center #FFFFFF;
    border: 2px solid #36559e;
}
.msg-advertencia {
    background: url("../img/msg-warning.png") no-repeat scroll 20px center #fdf4dd;
    border: 2px solid #9a6819;
}
.msg-right {
    background: url("../img/msg-right.png") no-repeat scroll 20px center #FFFFFF;
    border: 2px solid #689630;
}
.msg-wrong {
    background: url("../img/msg-wrong.png") no-repeat scroll 20px center #FFE2E1;
    border: 2px solid #e05032;
}

.msg-destacado h1, .msg-wrong h1, .msg-advertencia h1, .msg-right h1,
.msg-destacado h2, .msg-wrong h2, .msg-advertencia h2, .msg-right h2,
.msg-destacado h3, .msg-wrong h3, .msg-advertencia h3, .msg-right h3,
.msg-destacado h4, .msg-wrong h4, .msg-advertencia h4, .msg-right h4,
.msg-destacado h5, .msg-wrong h5, .msg-advertencia h5, .msg-right h5{
    color: #58585A !important;
    border-bottom: 1px dotted #58585A !important;
    margin: 5px 0 5px 0 !important;
    font-size: 16px !important;
    padding-bottom: 5px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}






/*  2.5 - Enlaces  */

a {
  margin: 0;
  padding: 0;
  text-decoration:none;
  color: #12429C;
}

a:link,
a:visited {
  color: #12429C;
}

a:hover,
a:focus,
a:active  {
  text-decoration:underline;
}

a img {
  border: none;
}

#contenido a{
  color:#12429C;
  }
#contenido a:hover{
  color:#12429C;
  text-decoration: none;
  }

#contenido a:link,a:visited {
  color:#12429C;
  }

a.enlaceflecha{
  background-image: url("../img/flechas_menu_lateral.png");
  background-repeat: no-repeat;
  -moz-transition: background-position 0.3s ease 0s;
  -webkit-transition: background-position 0.3s ease 0s;
  -o-transition: background-position 0.3s ease 0s;
  background-position:0px 2px;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  font-weight:normal;
  padding-left:25px;
}

a.enlaceflecha:visited{
  color:#333333;
}

a.enlaceflecha:hover{
  color:#12429C;
  background-position:5px 2px;
}

a.enlaceAzul {
  padding: 2px 3px;
  background: #12429C;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}

a.enlaceAzul:hover, a.enlaceAzul:visited, a.enlaceAzul:active {
  color: #fff;
}

a.enlaceAzul:hover {
  text-decoration: underline !important;
  border-bottom: none !important;
}

a.boton1, a.boton2, a.boton3, a.boton1c, a.boton2c, a.boton3c{
    background: url("../img/volver-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5 !important;
    border-radius: 3px 3px 3px 3px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 1px 1px #FFFFFF;
    display: inline-block;
    margin: 5px 10px 5px 0;
    font-family: 'Droid Sans', Verdana, "Bitstream Vera Sans",Geneva, sans-serif;
}

a.boton1, a.boton2, a.boton3{
    background: url("../img/volver-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5 !important;
    color: #555555 !important;
    text-shadow: 1px 1px #FFFFFF;
    box-shadow: 0 1px 0 0 rgba(18, 18, 18, 0.2) inset;
}

a.boton1c, a.boton2c, a.boton3c{
    border: 1px solid #03476F !important;
    color: white !important;
    text-shadow: 1px 1px #03476F;
    background-color: #4D6AA2;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    background-image: linear-gradient(#223D71, #4D6AA2);
}

a.boton1, a.boton1c{
    font-size: 11px;
    padding: 5px 10px;
}
a.boton2, a.boton2c{
    font-size: 12px;
    padding: 6px 12px;
}
a.boton3, a.boton3c{
    font-size: 14px;
    padding: 7px 14px;
}
a.boton1:hover, a.boton2:hover, a.boton3:hover{
    text-decoration: underline !important;
    background-color: #E5E5E5;
}
a.boton4c{
    background-color: #223D71;
    background: linear-gradient(#223D71, #4D6AA2) repeat scroll 0 0 #4D6AA2;
    border: 1px solid #03476F !important;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: white !important;
    display: inline-block;
    font-family: 'Droid Sans',Verdana,"Bitstream Vera Sans",Geneva,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 8px 10px 10px 0;
    padding: 14px 27px;
    text-decoration: none;
    text-shadow: 1px 1px #03476F;
}
a.boton1c:hover, a.boton2c:hover, a.boton3c:hover, a:hover.boton4c{
    color: #E5E5E5 !important;
}



/*   2.6 - Imágenes   */

#contenido img{
}

#imagen-nodo{
    width: 140px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
#imagen-nodo img{
  border-bottom: 4px solid #223d71;
}

#contenido-nodo.nodo-imagen{
  width: 455px;
  float: left;
}

#contenido img.basegris{
  background-color: #f4f4f4;
  padding: 15px;
}
#contenido img.izquierda{
    margin-right: 15px;
    float: left;
  }
#contenido img.derecha{
    margin: 5px 0 5px 15px;
    float: right;
  }

 #contenido div > p > img{
    margin-top:0px;
  }
#contenido div > p + p > img{
    margin-top:7px;
  }


/*  2.7 - Estilos maqueta dirección  */

  .dir_tfno{
  background: url("/sites/all/themes/unizar/img/telefono.png") no-repeat scroll 0px 2px transparent;
  padding-left:40px;
  border-left:2px solid #d2d2d2;
  margin:0px !important;
  background-position: 20px;
}
  .dir_email{
  padding-left:20px;
  border-left:2px solid #d2d2d2;
  margin:0px !important;
}
  .dir_direccion{
  padding-left:20px;
  border-left:2px solid #d2d2d2;
  margin:0px !important;
}
  .dir_nombre_servicio{
  padding-left:20px;
  border-left:2px solid #d2d2d2;
  margin:0px !important;
  font-weight: bold;
  margin-top: 20px;
  line-height: 20px !important;
}


/*  2.8 - Redes sociales  */

.social-share span{
  display: block;
  font-size: 12px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.social-share a{
  display: block;
  float: left;
  width: 22px;
  height: 21px;
  text-indent: -9999px;
  text-decoration: none;
  margin-right: 10px;
}

.social-share a:hover{
  border-bottom: none !important;
}

.social-share-facebook{
  background: url('../img/icon-facebook.png');
}
.social-share-twitter{
  background: url('../img/icon-twitter.png');
}
.social-share-delicious{
  background: url('../img/icon-delicious.png');
}
.social-share-googleplus{
  background: url('../img/icon-google.png');
}


/* 2.9 Migas de pan -> página de resultados */

#contenido .item-list.migas-pan {
  font-family: 'Droid Sans', Verdana, sans-serif;
}

#contenido .item-list.migas-pan h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#contenido .item-list.migas-pan ul{
  margin: 0;
  list-style: none;
}

#contenido .item-list.migas-pan li{
  font-size: 13px;
  line-height: 20px;
  margin: 0px;
}



/* 3 - Columna lateral*/

#contenido-lateral-nodo #block-search-form.block {
overflow: hidden;
width: 100%;
height: 42px;
border: none;
background: none;
margin-bottom: 25px;
}

/* Search Form */

#contenido-lateral-nodo #search-block-form {
  float: right;
  position: relative;
  margin: 7px 14px 5px 20px;
  font-size: 13px;
  font-family: 'Open sans', Arial, sans-serif;
}

/* Initial */

#contenido-lateral-nodo .block-search #search-block-form .form-type-textfield input {
  position: absolute;
  top: 0;
  right: 50px;
  width: 166px;
  height: 16px;
  padding: 6px 36px 6px 10px;
  border: none;
  background-color: white;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  }

#contenido-lateral-nodo #search-block-form .form-type-textfield .small-search {
    width: 200px;
    padding-right: 10px;
    top: 38px;
    z-index: 10;
}

#contenido-lateral-nodo #search-block-form .form-type-textfield::-webkit-input-placeholder { /* Chrome, Safari */
  color: #888;
}

#contenido-lateral-nodo #search-block-form .form-type-textfield:-moz-placeholder { /* Firefox */
   color: #888;
}

#contenido-lateral-nodo .block-search #search-block-form #edit-submit {
  position: absolute;
  top: 1px;
  right: 17px;
  width: 36px;
  height: 28px;
  background: url(../img/buscar-white.png) no-repeat center center;
  border: none;
  text-indent: -10000em;
  background-color: #305192;
  cursor: pointer;
  border: 1px solid #213C71;
  border-radius: 0 3px 3px 0;
}


/*  3.1 - Menús   */


/*  Menú columna lateral  */


#menu-nodos{

  margin-bottom:50px;
  padding-top:12px;
  padding-bottom:0px;
  background:url("/sites/all/themes/unizar_servicio/img/fondo-lateral.png");
  background-repeat:no-repeat;
  background-position:top center;
  background-color: white;

  }
#menu-nodos p{
  border-bottom: 1px dotted #bebebe;
  color: #223D71;
  font-weight:bold;
  font-family: Verdana, "Bitstream Vera Sans",Geneva,sans-serif;
  font-size: 11px;
  padding-left:33px;
  padding-right:15px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*min-height: 20px;
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;*/
  margin:0;
  }
#menu-nodos p:first-child{
  border-top:1px dotted #bebebe;
  }
#menu-nodos p:hover{
  background-color:#f9f9f9;
  }
#menu-nodos a{
  background-repeat: no-repeat;
  background-position: 0 -3px;
  color: #333333;
  display: block;
  font-family: Droid Sans, arial;
  font-size: 13px;
  font-weight: normal;
  padding-left: 18px;
  position: relative;
  left:-30px;
  text-decoration: none;
  /*text-transform: uppercase;*/
  /*----------------------Guillermo, esto no se quita----------------------------*/
  background-image: url("/sites/all/themes/unizar/img/icon.png");
 /* -moz-transition: background-position 0.3s ease 0s;
  -webkit-transition: background-position 0.3s ease 0s;
  -o-transition: background-position 0.3s ease 0s;
  background-position:-15px 0px;*/
    }
#menu-nodos a:visited{
  color:#333333;
    }
#menu-nodos a:hover{
  color:#223D71;
  background-position: 0 -3px;
    }

/*---------------------------------------------------------menu nodos lista----------------------------------*/
#menu-nodos ul{
  margin:0 0px;
  padding: 0;
  background-color: white;
}
#menu-nodos > ul{
  /*border-top: 3px solid #dbdbdb;*/
  padding-bottom:12px;
  background:url("/sites/all/themes/unizar_servicio/img/fondo-lateral-bottom.png");
  background-repeat:no-repeat;
  background-position:bottom center;
}
#menu-nodos > ul > li:first-child{
  /*border-top:1px solid #dbdbdb;*/
    padding-top: 13px;
}
#menu-nodos > ul > li:last-child{
  border-bottom: none;
  padding-bottom: 13px;
}
#menu-nodos ul li{
  list-style:none;
  border-bottom: 1px dotted #dbdbdb;
  color: #223D71;
  font-weight:bold;
  font-family: 'Droid Sans', Verdana, "Bitstream Vera Sans",Geneva,sans-serif;
  font-size: 12px;
  padding-left:33px;
  padding-right:15px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin:0 18px;
  cursor: pointer;
  /*text-transform: uppercase;*/
}
#menu-nodos ul li a{
}
#menu-nodos ul li ul{
}
#menu-nodos ul li:hover{

}
#menu-nodos ul ul{
/*  background-color: #F3F3F3;*/
  margin-left: -45px;
  padding-left: 35px;
  width: 245px;
  margin-top: 5px;
/*  border-top:1px dotted #ccc;
  margin-bottom: -5px;
  margin-top: 5px;*/
}

#menu-nodos ul ul li{
  padding-left:0px;
  border:none;
}
#menu-nodos ul ul li{
  padding-left:15px;
  border:none;
  border-bottom:1px dotted #dddddd;
  margin-right: 20px;
}
#menu-nodos ul ul li:first-child{
  border-top:1px dotted #dddddd;
}
#menu-nodos ul ul li:last-child{
  border-bottom:none;
  margin-bottom: 5px;
}
#menu-nodos ul ul li:hover{
  background-color:transparent !important;
}
#menu-nodos ul ul li a{
  text-transform: none;
  font-size:13px;
}
#menu-nodos .expanded{
  padding-bottom:0 !important;
}
#menu-nodos li.expanded a{
  padding-bottom:5px;
}
#menu-nodos li.expanded ul a{
  padding-bottom:0px;
}
#menu-nodos span{
  background-repeat: no-repeat;
  background-position: 0 -3px;
  color: #333333;
  display: block;
  font-family: Droid Sans, arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding-left: 18px;
  position: relative;
  left:-30px;
  text-decoration: none;
  /*text-transform: uppercase;*/
  background-image: url("/sites/all/themes/unizar/img/icon.png");
  /*-moz-transition: background-position 0.3s ease 0s;
  -webkit-transition: background-position 0.3s ease 0s;
  -o-transition: background-position 0.3s ease 0s;
  background-position:-10px 0px;*/
  cursor:pointer;
}
#menu-nodos span:hover{
  background-position: 0 -3px;
}
#menu-nodos ul .active-trail a.active{
  color:#223D71;
  background-position:0px 0px;
    }




#block-system-main-menu{

/*  margin-left: 15px;*/
/*  margin-right: 15px;*/
  margin-bottom:50px;
  padding-top:12px;
  padding-bottom:0px;
  background:url("/sites/all/themes/unizar_servicio/img/fondo-lateral.png");
  background-repeat:no-repeat;
  background-position:top center;
  background-color: white;
/* border-bottom:2px solid #dfe3e9;
  border-top:2px solid #dfe3e9;
  border-left:1px solid #dfe3e9;
  border-right:1px solid #dfe3e9;
  border-radius:10px;
  box-shadow: #d2d2d2 2px 2px 10px;
  border-top: 2px solid #DBDBDB;*/
  }
#block-system-main-menu p{
  border-bottom: 1px dotted #bebebe;
  color: #223D71;
  font-weight:bold;
  font-family: Verdana, "Bitstream Vera Sans",Geneva,sans-serif;
  font-size: 11px;
  padding-left:33px;
  padding-right:15px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*min-height: 20px;
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;*/
  margin:0;
  }
#block-system-main-menu p:first-child{
  border-top:1px dotted #bebebe;
  }
#block-system-main-menu p:hover{
  background-color:#f9f9f9;
  }
#block-system-main-menu a{
  background-repeat: no-repeat;
  background-position: 0 -3px;
  color: #333333;
  display: block;
  font-family: Droid Sans, arial;
  font-size: 13px;
  font-weight: normal;
  padding-left: 18px;
  position: relative;
  left:-30px;
  text-decoration: none;
  /*text-transform: uppercase;*/
  /*----------------------Guillermo, esto no se quita----------------------------*/
  background-image: url("/sites/all/themes/unizar/img/icon.png");
 /* -moz-transition: background-position 0.3s ease 0s;
  -webkit-transition: background-position 0.3s ease 0s;
  -o-transition: background-position 0.3s ease 0s;
  background-position:-15px 0px;*/
    }
#block-system-main-menu a:visited{
  color:#333333;
    }
#block-system-main-menu a:hover{
  color:#223D71;
  background-position: 0 -3px;
    }

/*---------------------------------------------------------menu nodos lista----------------------------------*/


#block-system-main-menu ul{
  margin:0 0px;
  padding: 0;
  background-color: white;
}
#block-system-main-menu > ul{
  /*border-top: 3px solid #dbdbdb;*/
  padding-bottom:12px;
  background:url("/sites/all/themes/unizar_servicio/img/fondo-lateral-bottom.png");
  background-repeat:no-repeat;
  background-position:bottom center;
}
#block-system-main-menu > ul > li:first-child{
  /*border-top:1px solid #dbdbdb;*/
    padding-top: 13px;
}
#block-system-main-menu > ul > li:last-child{
  border-bottom: none;
  padding-bottom: 13px;
}
#block-system-main-menu ul li{
  list-style:none;
  border-bottom: 1px dotted #dbdbdb;
  color: #223D71;
  font-weight:bold;
  font-family: 'Droid Sans', Verdana, "Bitstream Vera Sans",Geneva,sans-serif;
  font-size: 12px;
  padding-left:33px;
  padding-right:15px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin:0 18px;
  cursor: pointer;
  /*text-transform: uppercase;*/
}
#block-system-main-menu ul li a{
}
#block-system-main-menu ul li ul{
}
#block-system-main-menu ul li:hover{

}
#block-system-main-menu ul ul{
/*  background-color: #F3F3F3;*/
  margin-left: -45px;
  padding-left: 35px;
  width: 245px;
  margin-top: 5px;
/*  border-top:1px dotted #ccc;
  margin-bottom: -5px;
  margin-top: 5px;*/
}

#block-system-main-menu ul ul li{
  padding-left:0px;
  border:none;
}
#block-system-main-menu ul ul li{
  padding-left:15px;
  border:none;
  border-bottom:1px dotted #dddddd;
  margin-right: 20px;
}
#block-system-main-menu ul ul li:first-child{
  border-top:1px dotted #dddddd;
}
#block-system-main-menu ul ul li:last-child{
  border-bottom:none;
}
#block-system-main-menu ul ul li:hover{
  background-color:transparent !important;
}
#block-system-main-menu ul ul li a{
  text-transform: none;
  font-size:11px;
}
#block-system-main-menu .expanded{
  padding-bottom:0 !important;
}
#block-system-main-menu li.expanded a{
  padding-bottom:5px;
}
#block-system-main-menu li.expanded ul a{
  padding-bottom:0px;
}
#block-system-main-menu span{
  background-repeat: no-repeat;
  background-position: 0 -3px;
  color: #333333;
  display: block;
  font-family: Droid Sans, arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding-left: 18px;
  position: relative;
  left:-30px;
  text-decoration: none;
  /*text-transform: uppercase;*/
  background-image: url("/sites/all/themes/unizar/img/icon.png");
  /*-moz-transition: background-position 0.3s ease 0s;
  -webkit-transition: background-position 0.3s ease 0s;
  -o-transition: background-position 0.3s ease 0s;
  background-position:-10px 0px;*/
  cursor:pointer;
}
#block-system-main-menu span:hover{
  background-position: 0 -3px;
}
#block-system-main-menu ul .active-trail a.active{
  color:#223D71;
  background-position:0px 0px;
    }

/* Calendario */

.view .date-nav-wrapper {
  margin-top: 0px;
}

.view .date-nav-wrapper .date-nav {
  margin-bottom: 0px;
  height: 28px;
}

.date-nav, .calendar-calendar table.mini{
  margin-left:auto;
    margin-right:auto;
    width: 220px;
  font-family: Droid Sans, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.date-nav{
  padding-bottom: 0px;
}



.view .date-nav-wrapper .date-heading h3{
  font-size: 14px;
  text-align: left;
}

.view .date-nav-wrapper .date-heading a{
  color: white;
  text-decoration: none;
  color: grey;
  text-transform: uppercase;
  font-weight: lighter;
}

.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
  -moz-border-radius: 0px;
  border-radius: 0;
  margin: 0px;
  bottom: 0px;
  color: white;
  font-size: 15px;
  text-indent: -5000px;
  background: none;
  padding: 0;
}

.page-calendario-dia .view.view-dom-id-9d1109148d514c48b262ab6171f98d1d .date-nav-wrapper .date-prev {
  left: -185px;
}
.page-calendario-dia .view.view-dom-id-9d1109148d514c48b262ab6171f98d1d .date-nav-wrapper .date-next {
  right: -200px;
}

#contenido-lateral-nodo .view .date-nav-wrapper .date-prev {
  right: 32px;
}

.view .date-nav-wrapper .date-next {
  right: 9px;
}

.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a{
  display: inline-block;
    height: 24px;
    right: 40px;
    width: 15px;
    margin: 0px;
    text-align: left;
    text-indent: -5000px;
}

.view .date-nav-wrapper .date-prev a{
  background: url("../img/arrow-calendar.png") no-repeat center 3px;
}

.view .date-nav-wrapper .date-next a{
  background: url("../img/arrow-calendar.png") no-repeat center -28px;
}

.calendar-calendar th.days{
  border-bottom: 1px solid #ccc;
  line-height: 18px;
  font-weight: normal;
}

.calendar-calendar table.mini{
  text-align:center;
  font-size: 11px;
  border-collapse: separate;
  border-spacing: 2px;
}

.calendar-calendar table.mini tr{
  background: none;
}

.calendar-calendar table.mini td{
  /*background-image: url("img/bg-calendar.png");*/
  background-repeat: repeat-x;
  /*border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;*/
  line-height: 17px;
  text-align:center;
    vertical-align:middle;
}

.calendar-calendar table.mini td.empty{
  background: none;
}

.calendar-calendar table.mini td .calendar-empty{
  display: none;
}

.calendar-calendar table.mini td:hover, .calendar-calendar table.mini td.sun, .calendar-calendar table.mini td.sat{
  background-image:none;
}

.calendar-calendar table.mini td.sun ,.calendar-calendar table.mini td.sat{
  color: white;
}

.calendar-calendar table.mini td.sun{
  background-color: grey;
  border-radius: 2px;
}

.calendar-calendar table.mini td.sat{
  background-color: #c3c3c3;
}


.calendar-calendar table.mini a{
  text-decoration: none;
  display: block;
}

.calendar-calendar table.mini .has-events a{
  font-weight: bold;
}

.calendar-calendar table.mini td.today{
  background-image: none;
  border-radius: 2px;
}

.calendar-calendar table.mini td.empty {
  /*  border: 1px solid #bbbbbb; */
  border-radius: 2px;
}

.calendar-calendar table.mini .calendar-empty {
  height: 2px;
}

.calendar-calendar .month-view{
    width:98%;
    margin: 1px 1% 1%;
}

.view-display-id-block_1 .ajax-progress{
  display: none;
}

.view-calendario.view-id-calendario{
    margin: 0 20px;
    padding-top: 20px;
  border-top: 1px solid #BCBCBC;
}

/*  Menú enlaces de interés  */

#enlaces-nodos {
  margin-left: 35px;
  margin-right: 5px;
  margin-top: 0px;
  border-left:2px solid #223d71;
  margin-bottom: 50px;
}


#enlaces-nodos a{
  background-image: url("/sites/all/themes/unizar/img/flechas_menu_lateral.png");
  background-repeat: no-repeat;
  -moz-transition: background-position 0.3s ease 0s;
  -webkit-transition: background-position 0.3s ease 0s;
  -o-transition: background-position 0.3s ease 0s;
  background-position:0px 2px;
  color: #333333;
  display: block;
  font-size: 11px;
  text-decoration: none;
  font-weight:normal;
  font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
  padding-left:25px;
    }

#enlaces-nodos a:visited{
  color:#333333;
    }

#enlaces-nodos a:hover{
  color:#223D71;
  background-position:5px 2px;
    }

#enlaces-nodos h2{
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 30px;
    }

#enlaces-nodos p{
  font-size: 11px;
  font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
  margin-right: 20px;
  margin-left: 15px;
  margin-bottom:0px;
  }

#enlaces-nodos ul li{
  margin-top: 5px;
  margin-right: 5px;
  }

#titular-lateral{
  height: 20px;
  color:#333333;
  font-size:12px;
  line-height:10px;
  font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
  font-weight: bold;
  margin-right: 20px;
  margin-left: 15px;
  }


/*  3.2 - Listado noticias columna lateral   */


.listado-noticias{
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 13px;
}

.listado-noticias ul{
  margin: 0px 18px;
  border-bottom: 1px solid rgb(219, 219, 219);
  border-top: 2px solid rgb(219, 219, 219);
}

.tplservicios .listado-noticias ul{
  border-top: 0px;
}

.listado-noticias li{
  margin: 0px;
  border-bottom: 1px dotted #CCCCCC;
  list-style-type: none;
  padding: 8px 2px;
}
.listado-noticias li:hover{
  background-color: rgb(246, 246, 246);
}
.listado-noticias li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}
.listado-noticias li p{
  margin: 0px;
}
.listado-noticias .titulo-noticia{
  margin: 2px 0 0 0;
}

.date-display-single{
  display: block;
  font-size: 11px;
  color: gray;
}
#contenido-lateral-nodo li.nolink span{
  font-weight: bold;
  cursor: auto;
}
#contenido-lateral-nodo h2{
    font-family: 'Open sans',Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 18px 4px;
    border-bottom: 4px solid #213C71;
    display: inline-block;
    line-height: 30px;
}

.tplservicios #contenido-lateral-nodo h2{
    margin: 15px 18px 4px;
    border-bottom: 4px solid #213C71;
    display: inline-block;
    line-height: 30px;
    position: relative;
}

.tplservicios #contenido-lateral-nodo h2:before {
  content: '';
  border-bottom: 1px solid #dadada;
  width: 274px;
  position: absolute;
  bottom: -4px;
}

#contenido-lateral-nodo p.ver-mas{
    font-family: 'Open sans',Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 7px 0 4px 20px;
    width:110px;
    float: left;
}
#contenido-lateral-nodo p.rss{
    font-family: 'Open sans',Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0 18px 15px 250px;
    padding: 7px 0 0 24px;
    background: url("/sites/default/files/front/rss_icon.png") no-repeat 1px;
    height: 20px;
}

/* Sin columna */

#content-inner.sin-columna{
  background: none;
}

.sin-columna #contenido{
  padding-right: 0;
  width: 100%;
}

.sin-columna #contenido{
  width: 100%;
}

.sin-columna h1.titulo-node{
  width: 100% !important;
}


/*  3.3 - Imagenes   */

#banner-nodo{
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  overflow: hidden;
}

#banner-nodo img{
  border:1px solid white;
}

/* 4 - Footer */
#footer{height:185px;padding-top:15px;font-family:Droid Sans,Verdana, Geneva, sans-serif;width:100%;position:absolute;bottom:0;color:#fff;background-color:#333;border-top:10px solid #fff;background-image:url(/sites/default/themes/genesis_INSTITUCIONAL/img/background_botton.jpg);background-repeat:repeat-x;background-position:top;}
#footer-inner{width:975px;padding-left:10px;padding-right:10px;padding-top:10px;margin:0 auto;position: relative;}

#menus_footer{float:left;width:100%;font-size:13px; line-height: 16px;}
#menus_footer ul{margin:0;}
#menus_footer p{margin-bottom: 10px;padding-bottom: 1px; font-size: 16px;}
#menu_footer_oferta{float:left;padding-left:10px;width:150px;font-size: 13px;font-weight: bold;line-height: 18px;}
#menu_footer_oferta li, #menu_footer_navigation li, #menu_footer_perfiles li{margin-bottom:2px;}
.lista_footer_izda{list-style:none;padding:0;}
#menu_footer_navigation{float:left;border-left:1px dotted #666666;border-right:1px dotted #666666;margin-left:30px;padding-left:30px;height:120px;margin-right:30px;padding-right:30px;}
#menu_footer_navigation .lista_footer_izda a:link{font-weight:400;}
#menu_footer_perfiles{float:left;margin-right:30px;}
#datos_uni_footer{position: absolute;right: 10px;}
#direccion_footer{float:left;}
#direccion_footer ul{list-style:none;font-size:11px;text-align:right;border-right:1px solid #666666;padding-right:10px;margin:0 10px 0 0;}
#direccion_footer li{height:14px;line-height:14px;}
#direccion_footer a#rss{display:block;padding-top:10px;}
#logo_footer{float:right;width:120px;}
#logo_footer img{width:120px;margin-top:-7px;}
#menu_footer_inferior{
    border-top: 1px dotted grey;
    float: right;
    font-size: 12px;
    margin-top: 12px;
    overflow: hidden;
    padding-top: 7px;
    position: relative;
    top: 12px;
    width: 99%;
    height: 15px;}
#menu_footer_inferior ul{list-style:none;float:right;}
#menu_footer_inferior li{margin-left:5px;margin-right:5px;float:left;}
#menu_footer_inferior .centro{border-left:1px solid #999;border-right:1px solid #999;padding-left:10px;padding-right:10px;}
#menu_footer_inferior a:link{text-decoration:none;color:#ccc;font-weight:400;}
#footer a:hover {color:grey !important;}
#footer a:link,#footer a:visited{color:#ccc;text-decoration:none;}

.field-name-field-foto-galeria .even, .field-name-field-foto-galeria .odd {
  float: left;
  margin-right: 4px;
}

.field-name-field-foto-galeria .even a:hover, .field-name-field-foto-galeria .odd a:hover{
  border: none;
}

/* Galeria */

#contenido ul.view-listado-galerias {
  list-style: none;
  font-family: 'Open Sans', Arial, sans-serif;
}

#contenido ul.view-listado-galerias li{
  float: left;
  margin: 0;
  width: 206px;
  padding: 0;
  /*text-align: center;*/
  margin-right: 7px !important;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#contenido ul.view-listado-galerias li:nth-child(3n){
  margin-right: 0px !important;
}

#contenido ul.view-listado-galerias li:nth-child(3n+1){
  clear: both;
}

#contenido .view-listado-galerias li{
  min-height: 270px;
  font-size: 13px;
}



#contenido .view-listado-galerias .views-field-field-foto-portada .field-content{
  display: inline-block;
  width: 206px;
  height: 210px;
  position: relative;
}

#contenido .view-listado-galerias .galeria-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition:.3s opacity ease-in;
}

#contenido .view-listado-galerias .galeria-overlay:hover{
  opacity: 0.7;
}
#contenido .view-listado-galerias .enlace-ver{
  top: 50%;
  left: 50%;
  margin-left: -35%;
  height: 90px;
  margin-top: -45px;
  width: 70%;
  position: absolute;
}

#contenido .view-listado-galerias .enlace-ver a{
  display: block;
  line-height: 90px;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.2);
  color: rgb(69, 69, 69)!important;
  text-align: center
}

#contenido .view-listado-galerias .views-field-title {
  text-align: center;
  margin: 10px 8px;
}

#contenido .view-listado-galerias .views-field-title a{
  color: grey!important;
  text-transform: uppercase;
}

.tplservicios #contenido-lateral-nodo .block {

}

.tplservicios #contenido-lateral-nodo .block h2{

}

.tplservicios #contenido-lateral-nodo .block.block-gmaps-block {
  padding-top: 5px;
  padding-bottom: 10px;
}

.tplservicios #contenido-lateral-nodo .block.block-gmaps-block h2{
  font-family: 'Open sans',Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  background-color: gray;
  display: inline-block;
  padding: 4px 8px 3px;
  margin: 0;
  position: relative;
  line-height: 1;
  border: 0;
}

.tplservicios #contenido-lateral-nodo .block.block-gmaps-block h2:after{
  border-left-color: gray;
  border-bottom: 20px solid gray;
  border-left-width: 6px;
  border-left-style: solid;
  border-right: 8px solid rgba(255, 255, 255, 0);
  border-top: 0 solid rgba(255, 255, 255, 0);
  right: -9px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
}

.tplservicios #contenido-lateral-nodo .block.block-gmaps-block #map_canvas_1{
    border-top: 1px solid gray;
    width: 100% !important;
    height: 300px;
}

a[href$=".pdf"].tipoformato {
  background-image: url(../img/iconos-tipo-pdf.png);
}

a[href$=".xls"].tipoformato,a[href$=".xlsx"].tipoformato {
  background-image: url(../img/iconos-tipo-xls.png);
}

a[href$=".doc"].tipoformato {
  background-image: url(../img/iconos-tipo-doc.png);
}

a.tipoformato {
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position-y: 2px;
}

.dib{
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}

 /*   Boton clonar   */

.action-links{
  width: auto;
  height: auto;
  display: inline-block;
  padding: 5px 8px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  background: #223d71;
  font-family: Open sans, arial, sans-serif;
}

.action-links a{
  color: white;
}

.front .action-links{
  display: none;
}


/* bloque menu contenido lateral */

.not-front #contenido-lateral-nodo .block.block-menu{
    padding: 0;
}

#contenido-lateral-nodo .block.block-menu .content ul:first-child{
  margin-bottom: 50px;
  padding-top: 12px;
  padding-bottom: 0px;
  background: url(/sites/all/themes/unizar_servicio/img/fondo-lateral.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: white;
  position: relative;
}

#contenido-lateral-nodo .block.block-menu .content ul:before{
  content:"";
  position: absolute;
  background: url(/sites/all/themes/unizar_servicio/img/fondo-lateral-bottom.png);
  width: 100%;
  height: 8px;
  bottom: -8px;
}

#contenido-lateral-nodo .block.block-menu .content ul li {
  list-style: none;
  border-bottom: 1px dotted #dbdbdb;
  color: #223D71;
  font-weight: bold;
  font-family: 'Droid Sans', Verdana, "Bitstream Vera Sans",Geneva,sans-serif;
  font-size: 12px;
  padding-left: 33px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 18px;
  cursor: pointer;
}

#contenido-lateral-nodo .block.block-menu .content ul > li:first-child {
  padding-top: 13px;
}

#contenido-lateral-nodo .block.block-menu .content li a {
  background-repeat: no-repeat;
  background-position: 0 -3px;
  color: #333333;
  display: block;
  font-family: Droid Sans, arial;
  font-size: 13px;
  font-weight: normal;
  padding-left: 18px;
  position: relative;
  left: -30px;
  text-decoration: none;
  background-image: url("/sites/all/themes/unizar/img/icon.png");
}

#contenido-lateral-nodo .block.block-menu .content ul > li:last-child {
  border-bottom: none;
  padding-bottom: 13px;
}

/*  page calendar  */



.not-front.page-calendario #contenido .calendar div.dayview .views-field.views-field-title a{
font-size: 15px;;
}

.not-front.page-calendario .calendar-calendar td .inner div, .calendar-calendar td .inner div a {
  background: none;
}


/* bloque pestaÃ±as vgeconomica*/

#contenido .quicktabs-wrapper ul.quicktabs-tabs{
  padding: 0px;
  font-size: 0;
  margin: 0;
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li{
  padding: 0;
  display: inline-block;
    border: 1px solid #e5e5e5;
  border-radius: 2px 2px 0px 0px;
  box-shadow: inset 0px -4px 10px -5px #d3d3d3;
  font-size: 0;
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li:hover{
  background: rgba(229, 229, 229, 0.4);
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li.active:hover{
  background: none;
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li.active{
    border-bottom: 1px solid white;
    border-radius: 2px 2px 0px 0px;
    box-shadow: none;
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li:first-child{
  margin-left: 0px;
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li a{
  display: block;
  color: grey;
  font-family: 'Open Sans', Arial, sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 0 20px;
  border-left: 1px solid white;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 39px;
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li.active a{
  font-weight: 600;
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li a:hover{
  color: #313538;
}

#contenido .quicktabs-wrapper ul.quicktabs-tabs li.active a:hover{
  box-shadow: none;
}

[id^="quicktabs-container-"]{
  border: 1px solid #e5e5e5;
  z-index: -2;
  margin-top: -1px;
  overflow: hidden;
  padding: 20px;
}


/* end bloque pestaÃ±as */
