@charset "utf-8";
@import url("reset.css");

.clearL {clear:left;}

body {
	background: url(../images/header-bg-repeat2.jpg) repeat-x center top;
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #666666;
}

#headercont {
	height:437px;
	display:block;
	background: url(../images/header-bg.jpg) no-repeat center top;
}

#header {
	width:910px;
	height:437px;
	position:relative;
	margin:0 auto;
}

#header h1 {
	display:none;
}

.nav {
	width:165px;
	position:absolute;
	bottom:-146px;
	left:0;
}

.nav a {
	display:block;
	min-height:20px;
	line-height:20px;
	margin-bottom:2px;
	font-size:14px;
	text-transform:uppercase;
	padding:5px 0 5px 15px;
	color:#FFF;
	background: url(../images/brown1.png) repeat;
}


.nav .bajo {background: url(../images/brown3.png) repeat;}

.nav .btn_contacto {background:#812428 none;}

.nav a:hover, .nav a.activo {
	font-weight:bold;
	background: url(../images/brown2.png) repeat;
}

.nav .bajo:hover, .nav .bajo.activo, .nav .btn_contacto.activo {background: url(../images/brown4.png) repeat;}

/**** SECOND LEVEL MENU ****/
.nav li ul{
    position:absolute;
    display:none;
}

.nav li:hover ul{
    left:165px;
    top:64px;
    display:block;
}

/* We style the color of level 2 links */
.nav li ul li a{
    color:#FFF;
    display:inline-block;
    width:230px;
	background-color:#69111A;
}
.nav li ul li a:hover{
	background-color:#581012;
}

#contenido {
	width:910px;
	margin:0 auto;
}

#sidebar1 {
	float:left;	
	width:160px;
	padding-right:32px;
	padding-top:170px;
}

#search {
	width:190px;
	height:32px;
	padding-top:18px;
	margin-bottom:18px;
	background: url(../images/search.jpg) no-repeat;
}

#search #busqueda {
	display:block;
	border:0 none;
	width:110px;
	float:left;
	color:#666;
	background:transparent;
	height:25px;
	line-height:25px;
	padding:0 10px;
}

#search .button {
	display:block;
	border:0 none;
	float:left;
	width:30px;
	height:25px;
	cursor:pointer;
	background: url(../images/lupa.png) no-repeat center top;	
}

#search .button:hover {
	background: url(../images/lupa.png) no-repeat center bottom;	
}

.banner-nehcpr {
	display:block;
	width:203px;
	height:354px;
	margin-bottom:20px;
	background: url(../images/banner-nehcpr2.png) no-repeat center top;
}

.banner-biblioteca {
	display:block;
	width:145px;
	height:303px;
	margin-bottom:20px;
	background: url(../images/banner-biblioteca.png) no-repeat center top;
}

.banner-biblioteca:hover {
	background-position: center bottom;
}
.banner-blog{
	display:block;
	width:158px;
	height:267px;
	margin-bottom:20px;
	background: url(../images/banner-gerep.png) no-repeat center top;
}
.banner-blog:hover {
	background-position: center bottom;
}
.banner-contacto {
	width:157px;
	padding-top:50px;
	background: url(../images/banner-contacto.jpg) no-repeat left top;
	letter-spacing:-0.01em;
}

.banner-contacto strong {
	display:block;
	font: 24px  "Times New Roman", Georgia, Times, serif;
	color: #9A9277;
	margin-bottom:10px;
}

.banner-contacto a {
	color:#812428;
	font-weight:bold;
}

.banner-contacto a:hover {
	text-decoration:underline;
}

#main {
	float:left;
	width:440px;
	border-top:1px dotted #BCB180;
	padding:25px 35px 0 0;
	min-height:450px;
	*min-height:900px;
	*width:430px;
}

#main h1 {
	display:none;
}

#main h2 {
	font: 22px "Times New Roman", Times, serif;
	color: #812428;
	padding-bottom:16px;	
}

#main h3 {
	color:#a0882d;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#main p {
	padding-bottom:10px;
}

#main p a {
	color:#a0882d;
	font-weight:bold;
}

#main ul {
	padding-bottom:10px;
	list-style:inside square;
	margin-left:5px;	
}

#main p a:hover {
	text-decoration:underline;
}

#main form label {
	display:block;
	font-size:14px;
	color:#9A9277;
	margin-bottom:10px;
}

#main form label.error {
	color:#900;
}

#main form input {
	border:1px dotted #91802D;
	width:414px;
	height:28px;
	display:block;
	margin-bottom:10px;	
	padding:0 5px;
	color:#666;
	background-color: #FFF;
}

#main form textarea {
	border:1px dotted #91802D;
	width:414px;
	height:170px;
	display:block;
	margin-bottom:10px;
	padding:5px;
	color:#666;
	background-color: #FFF;
	resize:none;
}

#main form #button {
	border:1px solid #BCB180;
	width:55px;
	height:21px;
	color:#FFF;
	margin-left:370px;	
	cursor:pointer;	
	background-color: #BCB180;
	background-image: -webkit-linear-gradient(top, #BCB180, #746626); 
	background-image:    -moz-linear-gradient(top, #BCB180, #746626); 
	background-image:     -ms-linear-gradient(top, #BCB180, #746626); 
	background-image:         linear-gradient(top, #BCB180, #746626);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#BCB180', EndColorStr='#746626'); 
	font-size:11px;	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

#main form #button:hover {
	color:#666;
	background-color: #EEEEEE;
	background-image: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF); 
	background-image:    -moz-linear-gradient(top, #EEEEEE, #FFFFFF); 
	background-image:     -ms-linear-gradient(top, #EEEEEE, #FFFFFF); 
	background-image:         linear-gradient(top, #EEEEEE, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#FFFFFF'); 
}

#sidebar2 {
	border-top:1px dotted #BCB180;
	width:243px;
	float:left;
	padding-top:25px;
}

#sidebar2 .widgetactividades, #sidebar2 .bloqueinvestigacion {
	padding-bottom:20px;
}
#sidebar2 .widgetactividades{
	margin-top: 20px;
}
#sidebar2 .banner-nodos {
	width:243px;
	height:192px;
	background: url(../images/banner-nodos2.png) no-repeat center top;
}

#sidebar2 .banner-nodos:hover {
	background-position: center bottom;
}

.widgetactividades {
	background: url("../images/banner-publicaciones-bg.jpg") repeat-x scroll 0 0 transparent;
    color: #666666;
    display: block;
    padding: 24px;
    width: 195px;
	position:relative;
	border-bottom:3px solid #CFC8A6;
}

.detalletop {
	position:absolute;
	top:-9px;
	left:0;
	height:9px;
	width:243px;
	background:url(../images/detalletop.png) no-repeat;
}

.widgetactividades img {
	position:absolute;
	top:-35px;
	right:-35px;
}

.widgetactividades .item {
	border-bottom:1px solid #666666;
	padding-bottom:5px;
	margin-bottom:5px;	
}

.widgetactividades h2 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #802427;	
	padding-bottom:10px;
}

.widgetactividades h3 {
	font-weight:normal;
	font-size:12px;
	padding-left:13px;
	background: url(../images/item-rojo.png) no-repeat left 5px;
	margin-left:-13px
}

.widgetactividades h3 a {
	color:#746626;
	display:block;
}

.widgetactividades h3 a:hover {
	color:#1A2E43;
}

.widgetactividades .fecha {
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;
	padding-bottom:5px;
	font-size:12px;
	display:block;
}

.bloquenodos {
	background: url("../images/banner-publicaciones-bg-circ.jpg") repeat-x scroll right top transparent;
    color: #666666;
    display: block;
    padding: 24px;
    width: 195px;
	position:relative;
	border-bottom:3px solid #CFC8A6;
}

.bloquenodos h2 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #802427;	
	padding-bottom:10px;
}

.bloquenodos .item {
	border-bottom:1px solid #666666;
	padding-bottom:8px;
	margin-left:-12px;
	margin-bottom:8px;
	padding-left:12px;
	background: url(../images/item-rojo.png) no-repeat left 7px;
	letter-spacing:-0.01em;
}

.bloquenodos .emailto {
	display:block;
	color:#812428;
	font-weight:bold;
	font-size:10px;
}

.bloquerevista {
	background: url("../images/banner-publicaciones-bg.jpg") repeat-x scroll 0 0 transparent;
    color: #666666;
    display: block;
    padding: 24px;
    width: 195px;
	position:relative;
	border-bottom:3px solid #CFC8A6;
}

.bloquerevista h2 {
	color: #812428;
	font: italic normal 22px Georgia, "Times New Roman", Times, serif;
	line-height:90%;
	padding-bottom:16px;
}

.bloquerevista h2 span {
	font: normal 14px Arial, Helvetica, sans-serif;
}

.bloquerevista a {
	color: #666;
	display:block;
}

.bloquerevista a:hover {
	color: #444;
}

.bloquerevista a span {
	margin-top:3px;
}

.bloquerevista a:hover span {
	color: #812428;
}

.bloquerevista .link {
	display:block;
	color:#87802D;
	font-weight:bold;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
}

.bloquerevista img {
	position:absolute;
	right:-35px;
	top:-50px;
}

.bloquegaleria {
	background: url("../images/banner-publicaciones-bg.jpg") repeat-x scroll 0 0 transparent;
    color: #666666;
    display: block;
    padding: 24px;
    width: 195px;
	position:relative;
	height:260px;
}

.bloquegaleria h3 {
	font: italic normal 20px Georgia, "Times New Roman", Times, serif;
	color:#812428;
}

.bloquegaleria a {
	display:none;
	color:#812428;
}

.bloquegaleria .position1 {
	display:block;
}

.bloquegaleria img {
	position:absolute;
	top:85px;
	left:-20px;
}

.banner-col {
	display:block;
	width:205px;
	color:#666;
	padding:15px 14px 15px 24px;
	position:relative;
	border-bottom:3px solid #CFC8A6;
	background: url(../images/rayado.jpg) repeat;
}

.banner-col .title {
	color:#812428;
	display:block;
	font: italic 22px  "Times New Roman", Georgia, Times, serif;
	margin-bottom:10px;
	line-height:90%;
}

.banner-col .title strong {
	font-style:normal;
	font-weight:normal;
	font-size:14px;
}

.banner-col .link {
	color:#9F872C;
	display:block;
	margin-top:5px;
	font: italic bold 12px "Times New Roman", Georgia, Times, serif;
}

.banner-col img {
	position:absolute;
}

.banner-col:hover {
	color:#444;
	border-bottom:3px solid #9A9277;
}

.banner-col:hover .link {
	color:#9A9277;
}

/*----banners especificos---*/

.ban-miembros .title {
	color:#5C6A48;
}

.ban-miembros img {
	top:-22px;
	right:0;
}

.ban-publicaciones {
	border-bottom:0;
}

.ban-publicaciones:hover {
	border-bottom:0;
}

.ban-publicaciones img {
	top:0;
	right:-22px;
}

.ban-convenios {
	border-bottom:0 none;
	padding-top:33px;
	background: url(../images/detalletop.png) no-repeat;
}

.ban-convenios:hover {
	border-bottom:0 none;
}

.ban-convenios .title strong {
	color:#958D77;
	font-size:20px;
}

.ban-convenios img {
	top:-30px;
	right:-22px;
}

.ban-convenios .link {
	color:#9F282D;
}



#footercont {
	background: url(../images/footer-bg.jpg) repeat-x center top;
	height:250px;
	margin-top:-110px;
}

#footer {
	height:250px;
	padding-right: 85px;
    width: 675px;
	margin:0 auto;
	margin-bottom:40px;
	background: url(../images/logo-footer.png) no-repeat left 134px;
}

p.label {
	text-align:right;
	font-size:12px;	
	color:#FFF;
	padding-top:182px;
}

p.copy {
	margin-top:33px;
	margin-left:90px;
	color:#666;
	font-size:10px;
}

p.copy a {
	color:#666;
}

p.copy a:hover {
	text-decoration:underline;
}


/*-----INSTITUCIONAL-----*/

#main .intro {
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:14px;
	color:#908877;
	line-height:160%;
	background: url(../images/punteado.jpg) repeat-x left bottom;
}

#main .home-bloquerevista {
	display:block;
	color:#666;
	background: url(../images/home-bloquerevista.jpg) no-repeat;
	width:322px;
	height:124px;
	padding:45px 130px 0 20px;
	margin:20px 0 40px -20px;
}

#main .home-bloquerevista span {
	color: #9F872C;
    font: italic bold 12px "Times New Roman",Georgia,Times,serif;
}

#main .home-bloquerevista:hover {
	color:#333;
}

#main .home-bloquerevista:hover span {
	color: #812428;
}

#main .bloqueidehesi {
	background: url("../images/punteado.jpg") repeat-x scroll left bottom transparent;	
	padding-bottom:10px;
}

#main .bloqueidehesi h2 {
	font-size:22px;
	color:#9A9277;
	padding-bottom:10px;
	background: url(../images/bannerhidehesi.jpg) no-repeat 190px top;
}


/*---HISTORIA---*/

#historia #sidebar2 .ban-miembros {
	border-bottom:0 none;
}

#historia #main img {
	margin-left:-8px;
}

#main .general-pdf {
	display:block;
	width:135px;
	height:44px;
	background: url(../images/descargar-pdf.jpg) no-repeat center top;
}

#main .general-pdf:hover {
	background: url(../images/descargar-pdf.jpg) no-repeat center bottom;
}


/*-------NODOS---------*/

.nodo {
	padding-bottom:10px;
	margin-bottom:14px;
	background: url(../images/punteado.png) repeat-x left bottom;	
}

#main .nodo h3 {
	text-transform:uppercase;
}

#nodos .nodolink a {
	border-radius:6px;
	color:#9A9277;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	padding:0 12px;
	display:block;
	margin-left:-6px;
	background: url(../images/nodolink-bg.jpg) repeat-x left center;
}

#nodos .nodolink a:hover {
	color:#6E91CC;
}

/*-----INVESTIGACION---*/

#investigacion #sidebar2 .bloquenodos {
	border-bottom:0 none;
}

#investigacion #main h2 span {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
	display:block;
}

#main .investigacion h3 {
	padding-bottom:0px;
	color:#BCB180;
}

#main .investigacion h3 img {
	margin-right:5px;
}

#main .investigacion p {
	padding-bottom:0;
}

#main .investigacion_intro {	
	border-bottom:3px solid ECE9D9;
}

#main .datos-coordinadoras {
	width:414px;
	color:#9A9277;
	margin-left:-20px;
	padding:20px 20px 10px 20px;
	background: url(../images/rayado2.jpg) repeat;
}

#main .datos-coordinadoras a {
	color:#9A9277;
	font-weight:normal;
}

#investigacion #main p.all a {
    width: 200px;
}

.investigacion {
	padding-bottom:10px;
	margin-bottom:14px;
	background: url(../images/punteado.jpg) repeat-x left bottom;	
}

.investigacion strong {
	color:#9A9277;
}

#main a.pdf {
	width:72px;
	display:block;
	color:#A0882D;
	padding:3px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#main a.pdf:hover {
	background-color:#EEE;
}


.paginacion td {
	padding:2px;
	font-weight:bold;
	color:#A0882D;
}

.paginacion td a {
	font-weight:bold;
	color:#A0882D;
	text-decoration:underline;
}

/*----MIEMBROS----*/


#miembros #main h2, #miembross #main h2 {
	background: url(../images/punteado.jpg) repeat-x left bottom;
	padding-bottom:15px;
	width:400px;
}

#miembros #main h2 span, #miembross #main h2 span {
	color:#666;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#miembros #main .categorias, #miembross #main .categorias {
	list-style:inside none;
	margin:0;	
	width:400px;
}

#miembros .categorias li, #miembross .categorias li {
	color:#A0882D;	
	font-weight:bold;
	background: url(../images/punteado.jpg) repeat-x left bottom;
	padding-bottom:15px;
	margin-top:10px;
}

#miembros #main .tocv, #miembross #main .tocv {
	list-style:inside none;
	margin:3px 0 0 0;
	padding-bottom:0;
}

#miembros .tocv li, #miembross .tocv li {
	margin:0;
	background:none;
	padding-bottom:0;
}

#miembros .tocv li a, #miembross .tocv li a {
	display:block;
	color:#666;	
	font-weight:normal;
}

#miembros .tocv li a:hover, #miembross .tocv li a:hover {
	color:#812428;
	text-decoration:underline;
}

.miembro .imagenprincipal {
	float:left;
}

.miembro .resumen {
	margin-left:127px;
	padding-bottom:20px;
}

.miembro .punteado {
	background: url(../images/punteado.jpg) repeat-x left bottom;
	margin-bottom:15px;
	height:3px;
}

#miembros #main .miembro h2, #miembross #main .miembro h2 {
	background:none;
	padding-bottom:15px;
	font-size:18px;
	font-style:normal;
	width:313px;
}

.miembro .areas {
	background: url(../images/punteado.jpg) repeat-x left bottom;	
	margin-bottom:15px;
}

.miembro .areas strong {
	color:#812428;
}

#main .miembro .descripcion h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
}

/*------PUBLICACIONES----*/

.publicacion {
	padding-bottom:10px;
	margin-bottom:5px;
	margin-left:-15px;
	padding-left:15px;
	background: url(../images/pdf-item.png) no-repeat left 5px;
}

#main .publicacion p {
	padding-bottom:0;	
}

#main .publicacion h3 {
	background: url(../images/punteado.jpg) repeat-x left bottom;
	font-size:14px;
	color:#BCB180;
}

.consultar-fondo {
	display:block;
	width:255px;
	margin-top:30px;
	height:79px;
	background: url(../images/consultar-fondo2014.png) no-repeat center top;
}

.consultar-fondo:hover {
	background: url(../images/consultar-fondo2014.png) no-repeat center bottom;
}

/*---PUBLICACIONES HISTORICAS----*/

.publicacion-historica {	
	padding-bottom:15px;
	margin-left:-15px;
	padding-left:15px;
	background: url(../images/pdf-item.png) no-repeat left 5px;
}

#publicaciones_historico #main h3 {
	text-transform:uppercase;
	font-size:15px;
	padding-bottom:20px;
}

#main .publicacion-historica p {
	padding-bottom:0px;	
}

#main .publicacion-historica strong {
	font-size:14px;
	color:#BCB180;
}

#publicaciones_historico .punteado {
	height:3px;
	width:100%;
	background: url(../images/punteado.jpg) repeat-x left bottom;
	margin-bottom:15px;	
}

/*---CONVENIOS---*/

.convenio {
	background: url(../images/punteado.jpg) repeat-x left bottom;
	margin-bottom:10px;
}

#main .convenio h3 {
	font-size:14px;
	color:9A9277;
	padding-bottom:10px;
}

/*---ACTIVIDADES---*/

#actividades #sidebar2 .ban-miembros {
	border-bottom:0 none;
}

.bloqueactividad {
	padding-left:15px;
	margin-left:-15px;
	margin-bottom:5px;
	background: url(../images/pdf-item.png) no-repeat left 5px;
}

.bloqueactividad .fecha, .actividad .fecha {
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;
	padding-bottom:5px;
}

#contenido .bloqueactividad h3 a {
	display:block;
	font-weight:normal;
	padding-bottom:10px;
	margin:0;
	color:#666;
	background: url(../images/punteado.jpg) repeat-x left bottom;
}

#contenido .bloqueactividad h3 a:hover {
	color:#A0882D;
}

.bloqueactividad .morelink {
	color:#746626;
	font-size:11px;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contenido .bloqueactividad p {
	background: url(../images/punteado.png) repeat-x left bottom;
	padding-bottom:20px;
}


#main p.all a {
	display:block;
	text-align:center;
	line-height:21px;
	width:140px;
	height:21px;
	color:#FFF;		
	background-color: #C5BAA3;
	background-image: -webkit-linear-gradient(top, #C5BAA3, #9A8E6D); 
	background-image:    -moz-linear-gradient(top, #C5BAA3, #9A8E6D); 
	background-image:     -ms-linear-gradient(top, #C5BAA3, #9A8E6D); 
	background-image:         linear-gradient(top, #C5BAA3, #9A8E6D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C5BAA3', EndColorStr='#9A8E6D'); 
	font-size:11px;	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

#main p.all a:hover {
	text-decoration:none;
	color:#FFF;
	background-color: #AE4D52;
	background-image: -webkit-linear-gradient(top, #AE4D52, #A60A19); 
	background-image:    -moz-linear-gradient(top, #AE4D52, #A60A19); 
	background-image:     -ms-linear-gradient(top, #AE4D52, #A60A19); 
	background-image:         linear-gradient(top, #AE4D52, #A60A19);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AE4D52', EndColorStr='#A60A19'); 
}

#main .actividad p.all a {
	width:70px;	
}
.tablapaginacion tr{
	float: right;
	margin-right: 15px;
}
.paginacion, .paginacion a{
	color: #B7AC80;
	font-size: 16px;
}
.first, .previous, .next, .last{
	color: #802428;
	margin-right: 5px;
}
.bordeSeparador{
	height: 3px;
	background-color: #CAC3A1;
	margin: 30px 0 20px;
}

/*------FONDOS---DOCUMENTALES---*/

#fondos_documentales #sidebar2 .bloquenodos {
	border-bottom:0 none;
}

/*-----BIBIOTECA----*/

#biblioteca #sidebar2 .ban-convenios {
	border-bottom: 3px solid #CFC8A6;
}

#biblioteca #main img {
	margin-left:-8px;	
}

.biblio-central {
	display:block;
	color:#FFF;
	width:214px;
	height:51px;
	position:relative;
	line-height:51px;
	padding-left:75px;
	background: url(../images/biblio-central.jpg) no-repeat center top;
}

.biblio-central:hover {	
	background: url(../images/biblio-central.jpg) no-repeat center bottom;
}

.biblio-mail {
	display:block;
	margin-left:80px;
	margin-top:-10px;
	font-weight:bold;
	color:#802428;
	position:relative;
}

.biblio-mail:hover {
	color:#808067;
}


/*----LINKS-----*/

#links .link {
	margin-bottom:20px;
	padding-left:15px;
	margin-left:-15px;
	background: url(../images/pdf-item.png) no-repeat left 5px;
}

#main .link h3, #main .link p {
	display:inline;
}

#main .link a {
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#812428;
	padding-bottom:10px;
	background: url(../images/punteado.png) repeat-x left bottom;
}

#main .link a:hover {
	color:#746626;
}


/*----CONTACTO-----*/

#contacto #sidebar2 .bloquenodos {
	border-bottom:0 none;
}

#contacto .obliga {
	float:left;
	color:#9A9277;
	font-style:italic;
}

/*---BUSQUEDAS---*/

#busquedas #main h3 a {
	color:#a0882d;
}

#busquedas #main ul {
	margin-left:0;
	list-style:inside none;
}

/*------REVISTA----*/

#revista_intro .revistalista {
	background: url(../images/revistalista.jpg) no-repeat right top;	
	height:319px;
	width:480px;
}

#revista .revistalista {
	float:right;
}

#main .revistalista h2 {
	padding-bottom:5px;	
	line-height:120%;
}


#main .revistalista h2 span {
	font-weight:bold;	
	font-style:italic;
	font-size:28px;
}

.revistalista p {
	width:135px;
}

.revistalista form {
	width:135px;
	height:43px;
	background: url(../images/revistalista-form.png) no-repeat;
	position:relative;
	margin-left:-5px;
}

#main .revistalista form input {
	position:absolute;
	width:20px;
	height:43px;
	border:0 none;
	padding:0;
	right:0;
	top:0px;
	color:#BCB180;
	font-weight:bold;
	background:transparent none;
	margin-bottom:0;
	cursor:pointer;
	font-size:14px;
}

#main .revistalista form input:hover {
	color:#812428;
}

.revistalista select {
	position:absolute;
	top:11px;
	right:25px;
	background:transparent none;
	border:0 none;
	color:#666;
	font-weight:bold;
	font-size:18px;
}



/*------------*/

#revista #main h2 {
	font-weight:bold;
	font-style:italic;
	font-size:28px;
	padding-bottom:5px;
}

#revista #main h3 {
	color:#9A9277;
	font-size:16px;
	border-top:1px dotted #9A9277;
	padding-top:10px;
	text-transform:uppercase;
}

#revista #main .tapa {
	float:right;
}

#revista #main .introrevista {
	font-size:14px;
	height:100px;
}

#revista #main .introrevista a {
	color:#666;
	font-weight:normal;
	font-size:12px;
}

#revista #main .introrevista a:hover {
	text-decoration:underline
}

#revista #main p.all a {
	float:left;
	margin-top:22px;
	width:60px;
}
/*--MIEMBROS LIBROS--*/
.gallery{
	margin-top: 30px;
}
.librosmiembros{
	background-color: #F5F3EC;
}
.librosmiembros li{
	list-style: none;
}
.librosmiembros .titulolibro{
	width: 80%;
	margin-top: 16px;
	color: #B5AA80;
}
.librosmiembros li a{
	background: url('../images/sombra_libro.png') no-repeat 0 3px;
	padding-bottom: 21px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:20px 20px;
    list-style-type:none;   
    /*text-align:center;*/
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#F5F3EC;
    border-radius:2px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    /*cursor:pointer;*/
    position:relative;
    /*line-height:0px;*/
}
/*
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}
*/
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 24px;
    height: 24px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: -12px;
    background: url(../images/flechas_carousel.png) no-repeat left top;
}
.nbs-flexisel-nav-left:hover{
	background-position: left bottom;
}

.nbs-flexisel-nav-right {
    right: -12px;
    background: url(../images/flechas_carousel.png) no-repeat right top;
}
.nbs-flexisel-nav-right {
	background-position: right bottom;
}
/*-------------------*/
.linkActividades{
	color: #9F872C;
	font:italic bold 12px "Times New Roman",Georgia,Times,serif;
}
.linkActividades:hover{
	color: #9A9277;
}
/**---PUBLICACIONES RECIENTES---**/
#recientes ul.lista, #actas ul.lista {
	list-style: none;
}

#recientes ul.lista .fotopagina, #actas ul.lista .fotopagina{
	display:block;
	position:relative;
	float:left;
	width: 145px;
}

#recientes ul.lista .fotopagina p, #actas ul.lista .fotopagina p{
	font-size:12px !important;	
}

#recientes ul.lista .fotopagina .icono, #actas ul.lista .fotopagina .icono{
	position: absolute;
	right: 30px;
	top: 95px;
}


#publicaciones .nbs-flexisel-inner{
	margin-bottom: 25px;
}
.lista {
	list-style: none;
}
.lista.publicacioneslista, .lista.publicacioneslista2{
	background: #F5F3EC;
	margin-bottom: 25px;
}
.lista.publicacioneslista li, .lista.publicacioneslista2 li{
	list-style: none;
	padding-bottom: 10px;
}
.fotopagina .fotolink{
	display: block;
	width: 92px;
	height: 135px;
	background: url("../images/sombra_libro.png") no-repeat scroll 0px 127px transparent;
	padding-bottom: 21px;
	}
.fotopagina p{
	padding-bottom: 0 !important;
	color: #B5AA80;
	font-size: 12px;
	line-height: 14px;
	width: 62%;
}
a.verpdf{
	background: #EBE9E2;
	color: #C50013;
	display: block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 0 7px;
    /*width: 48px;*/
    width: 53px;
    margin-top: 15px;
}
.subtitulo, .anio, .autores{
	font-size: 14px;
}
.anio{
	color: #A2282D;
}
.autores{
	color: #656565;
	border-top: 1px dotted #808067;
	border-bottom: 1px dotted #808067;
	line-height: 24px;
	padding-top: 10px;
	margin-bottom: 15px;
}
#recientes #main p{
	font-size: 14px;
}
#recientes .all{
	background: #BAAF80;
	padding: 0 10px;
	display: block;
	width: 150px;
	line-height: 21px;
	color: #FFF;
	font-size: 10px;
	border-radius: 5px;
	text-align: center;
}
.libroItem a.librofoto{
	position: relative;
	background: url('../images/sombra_publicacion.png') no-repeat 0px 230px;
	padding-bottom: 16px;
	display: block;
	width: 162px;
	height: 240px;
}
.libroItem .iconopdf{
	position: absolute;
	right: -14px;
	bottom: 10px;
}
.separadorLinea{
	height: 3px;
	width: 100%;
	background: #C9C2A0;
	margin: 15px 0 30px;
}
/*---home 2014---*/
.contenedorCarousel{
	background: #F5F3EC;
}
#default .contenedorCarousel{
	margin-bottom: 40px;
	background: url("../images/punteado.jpg") repeat-x scroll left bottom transparent;	
	padding-bottom:50px;
}
#main .contenedorCarousel h2{
	color: #B5AA80;
	font-style: italic;
	font-weight: normal;
	padding: 15px 0 0 25px;
}
#main .contenedorCarousel h2 strong{
	font-style: normal;
	font-weight: bold;
}
.ban-publicaciones.ban-revista{
	padding-top: 120px;
}

.destacadosActividades{
	/*width: 717px;*/
	width: 689px;
	/*height: 312px;*/
	height: 274px;
	background: url('../images/bg-slideactividades.png') no-repeat left top;
	overflow: hidden;
	padding: 25px 13px 13px 15px;
}
.slideactividades{
	width: 686px;
	height: 172px;
	position: relative;
}
.textoslide{
	position: relative;
	width: 303px;
	height: 132px;
	padding: 20px;
	float: left;
}
.titulo_textoslide{
	color: #FFF;
	padding-bottom: 10px;
}
.textoslide h3 a{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #FFF;
	padding-bottom: 10px;
	display: block;
	line-height: 22px;
}
.textoslide .fecha{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #B5AA80;
}
.imagenslide{
	width: 343px;
	height: 172px;
	float: left;
}
.destacadasslide{
	margin-top: 16px;
}
.destacadasslide .item{
    display: inline-block;
    height: 84px;
    margin: 0 7px 0 12px;
    /*margin: 0 3px 0 12px;*/
    width: 206px;
}
.destacadasslide h3 a{
	color: #802428;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.pagerSlide{
	position: absolute;
	right: 0;
	bottom: -23px;
}
.pagerSlide a{
	text-indent: -60000px;
	background-color: #FFFFFF;
	width: 7px;
	height: 7px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	border-radius: 100%;
	margin-right: 5px;
}
.pagerSlide a:hover, .pagerSlide .activeSlide{
	background-color: #808067;
}
.picoactividades{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.sombraslide{
	position: absolute;
	left: 343px;
	top: 0;
	z-index: 99;
}

#nehcpr #main {
	width:680px;
}

#nehcpr #main .convenio{
	padding: 20px 0;
}

#nehcpr #main .convenio p{
	font-size:14px;
}

#nehcpr #main p.submenu{
	padding-top:30px;
	padding-bottom:0;
	font-size:18px;	
}

#nehcpr #main p.submenu a{
	color: #8C8477;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
}

#nehcpr #main p.submenu a:first-child{
	color: #8C8477;
	font-weight:normal;
	font-style:italic;
}


#nehcpr #main .contenedorCarousel h2 {
	font: 22px "Times New Roman", Times, serif;
	color: #812428;
	font-style:normal;
}
#nehcpr #main .contenedorCarousel h2+p {
	padding: 0 0 0 25px;
}

#nehcpr #main .contenedorCarousel .fotopagina p {
    width: 82%;
}

#nehcpr #main p.social {
	font-family: "Times New Roman", Times, serif;
	color:#8C8477;
	font: 17px;
	font-style: italic;
	font-weight: bold;
	line-height: 44px;
	margin: 20px 0;
}
#nehcpr #main p.social a {
	padding: 0 5px;
}
#nehcpr #main p.social a:hover img {
	margin-top: -3px;
}

#nehcpr #main p.social img {
	vertical-align: middle;
}




#gerep #main {
	width:680px;
}

#gerep #main .convenio{
	padding: 20px 0;
}

#gerep #main .convenio p{
	font-size:14px;
}

#gerep #main p.submenu{
	padding-top:30px;
	padding-bottom:0;
	font-size:18px;	
}

#gerep #main p.submenu a{
	color: #8C8477;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
}

#gerep #main p.submenu a:first-child{
	color: #8C8477;
	font-weight:normal;
	font-style:italic;
}


#gerep #main .contenedorCarousel h2, #publicaciones_gerep #main .contenedorCarousel h2 {
	font: 22px "Times New Roman", Times, serif;
	color: #812428;
	font-style:normal;
}
#gerep #main .contenedorCarousel h2+p, #publicaciones_gerep #main .contenedorCarousel h2+p {
	padding: 0 0 0 25px;
}

#gerep #main .contenedorCarousel .fotopagina p, #publicaciones_gerep #main .contenedorCarousel .fotopagina p {
    width: 82%;
}

#gerep #main p.social {
	font-family: "Times New Roman", Times, serif;
	color:#8C8477;
	font: 17px;
	font-style: italic;
	font-weight: bold;
	line-height: 44px;
	margin: 20px 0;
}
#gerep #main p.social a {
	padding: 0 5px;
}
#gerep #main p.social a:hover img {
	margin-top: -3px;
}

#gerep #main p.social img {
	vertical-align: middle;
}