@charset "UTF-8";

body{
	margin: auto;
}
a:link {
	color: #977e6a;
	text-decoration: none;
}
a:visited {
	color: #977e6a;
	text-decoration: none;
}

a:hover {
	color: #977e6a;
	text-decoration: underline;
}
a:active{
	color: #7F5837;
	text-decoration: underline;
}
p{
	text-indent: 10px;
}
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	/*width: 8em;*/
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	/*text-align: left;*/
	cursor: pointer;
	/*width: 8em;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	/*width: 15em;*/
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 15em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
/*ul.MenuBarVertical
{
	border: 1px solid #FFFFFF;
}*/
/* Submenu containers have borders on all sides */
/*ul.MenuBarVertical ul
{
	border: 1px solid #FFFFFF;
}*/
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0px 2px 2px 4px;
	background-color:#000000;
	font-family: "Times New Roman", Times, serif;
	/*border: 1px solid #FFFFFF;*/
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color:#655d53;
	color: #FFFFFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItem:Hover, ul.MenuBarVertical a.MenuBarItemSubmenu:Hover
{
	background-color:#655d53;
	color: #FFFFFF;
	text-decoration: underline;
}
ul.MenuBarVertical a.MenuBarItemSubmenu:Visited
{
	color: #FFFFFF;
}


a.MenuBarEnlace:link
{
	background-color:#000000;
	color: #FFFFFF;
}
a.MenuBarEnlace:Visited
{
	background-color:#000000;
	color: #FFFFFF;
}
a.MenuBarEnlace:hover
{
	background-color:#655d53;
	color: #FFFFFF;
	text-decoration: underline;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(images/flechicas2.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(images/flechicas.png);
	background-color: #655d53;
	background-repeat: no-repeat;
	background-position: 98% 50%;
}*/

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #000000;
	}
}


#barrasituacion {
	padding: 2px 2px 2px 10px;
	background-color:#655d53;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align:left;
}
.enlboton {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 2px 2px 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-decoration: none;
}
.enlboton:hover {
	background-color:#655d53;
	color: #FFFFFF;
}
#MenuBar1 {
	width: 165px;
}
#MenuBar2 {
	width: 155px;
}
#MenuBar3 {
	width: 160px;
}
#MenuBar4 {
	width: 140px;	
}
#MenuBar5  {
	width: 110px;
}
#MenuBar6 {
	width: 125px;
}
#MenuBar7 {
	width: 100px;
}
#MenuBar8 {
	width: 80px;	
}
#MenuBar9 {
	width: 130px;	
}
#MenuBar1 li {
	width: 165px;
}
#MenuBar2 li {
	width: 155px;
}
#MenuBar3 li {
	width: 160px;
}
#MenuBar4 li {
	width: 140px;	
}
#MenuBar5 li {
	width: 110px;
}
#MenuBar6 li {
	width: 125px;
}
#MenuBar7 li {
	width: 100px;
}
#MenuBar8 li {
	width: 80px;	
}
#MenuBar9 li {
	width: 130px;	
}
.boton #MenuBar2 .MenuBarSubmenuVisible li {
	width: 200px;
}
.boton #MenuBar4 .MenuBarSubmenuVisible li {
	width: 210px;
}
.boton #MenuBar3 .MenuBarSubmenuVisible li {
	width: 200px;
}
#MenuBar1 .MenuBarSubmenuVisible li {
	border: 1px solid #FFFFFF;
}
#MenuBar2 .MenuBarSubmenuVisible li {
	border: 1px solid #FFFFFF;
}
#MenuBar3 .MenuBarSubmenuVisible li {
	border: 1px solid #FFFFFF;
}
#MenuBar4 .MenuBarSubmenuVisible li {
	border: 1px solid #FFFFFF;
}
#buscador {
	position: relative;
	top: 70px;
	padding-left: 42px;
	text-align: left;
	padding-right: 287px;
}
#buscador input {
	background-color: #F6D59F;
	border: 0;
	font-family: "Times New Roman", Times, serif;
}
#buscador a {
	background-color:#655d53;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-decoration: none;
}
#buscador a:hover{
	background-color:#000000;
	cursor: pointer;
}
#archivo-destacado{
	background-image: url(images/Archivo-destacado.gif);
	background-repeat: no-repeat;
	width: 166px;
	height: 187px;
	position: relative;
	z-index: 5;
}
#archivo-destacado:hover {
	background-image: url(images/Archivo-destacado-hover.gif);
	background-repeat: no-repeat;
	width: 166px;
	height: 187px;
	cursor: pointer;
	position: relative;
	z-index: 5;
}
#organiza-tu-visita{
	background-image: url(images/organiza-tu-visita.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 166px;
}
#organiza-tu-visita:hover {
	background-image: url(images/organiza-tu-visita-hover.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 166px;
	cursor: pointer;
}
#historicos-exposiciones{
	background-image: url(images/historicos-exposiciones.gif);
	background-repeat: no-repeat;
	width: 530px;
	height: 166px;
}
#historicos-exposiciones2{
	background-image: url(images/historicos-exposiciones2.gif);
	background-repeat: no-repeat;
	width: 892px;
	height: 166px;
}
#logo-museo-virtual{
	background-image: url(images/museo-virtual.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 97px;
}
#logo-museo-virtual:hover {
	background-image: url(images/museo-virtual-hover.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 97px;
	cursor: pointer;
}
#comarca-maestrazgo{
	background-image: url(images/comarca-maestrazgo.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 97px;
}
#comarca-maestrazgo:hover {
	background-image: url(images/comarca-maestrazgo-hover.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 97px;
	cursor: pointer;
}
#maestrazgo{
	background-image: url(images/maestrazgo.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 120px;
	height: 97px;
}
#maestrazgo:hover {
	background-image: url(images/maestrazgo-hover.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 120px;
	height: 97px;
	cursor: pointer;
}
#agujama{
	background-image: url(images/agujama.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 125px;
	height: 97px;
}
#agujama:hover {
	background-image: url(images/agujama-hover.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 125px;
	height: 97px;
	cursor: pointer;
}
#itcy{
	background-image: url(images/itcy.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 12px;
	vertical-align: top;
}
#itcy:hover {
	background-image: url(images/itcy-hover.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 12px;
	cursor: pointer;
}
#loveo{
	background-image: url(images/loveo.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 12px;
	vertical-align: top;
}
#loveo:hover {
	background-image: url(images/loveo-hover.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 12px;
	cursor: pointer;
}
#barrasituacion a {
	color: #FFFFFF;
}
#marco-cabecera {
	background-image: url(images/marco-cabecera.gif);
	background-repeat: no-repeat;
}
#marco-cabecera-cenefa {
	background-image: url(images/marco-cabecera-cenefa.gif);
	background-repeat: no-repeat;
}
#marco-cuerpo {
	background-image: url(images/marco-cuerpo.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 20px;
	width: 858px;
	padding-bottom: 20px;
	text-align: justify;
}
#marco-pie {
	background-image: url(images/marco-pie.gif);
	background-repeat: no-repeat;
}
#marco-cuerpo #titulo-cuerpo {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0px;
}
#marco-cuerpo #titulo-cuerpo3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
}
#marco-cuerpo #marco-cabecera-horario {
	background-image: url(images/marco-cabecera-horarios.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
	width: 340px;
	margin-left: 500px;
}
#marco-cuerpo #marco-cuerpo-horario{
	background-image: url(images/marco-cuerpo-horarios.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 20px;
	width: 270px;
	padding-bottom: 20px;
	text-align: justify;
	margin-left: 500px;
}
#marco-cuerpo #marco-pie-horario{
	background-image: url(images/marco-pie-horarios.gif);
	background-repeat: no-repeat;
	width: 340px;
	margin-left: 500px;
}
#marco-cuerpo #foto {
	padding-left: 40px;
}
#marco-cuerpo #titulo-cuerpo-horario {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	padding-bottom: 10px;
}
#marco-cuerpo #marco-cuerpo-horario #negrita {
	font-weight: bold;
}
#marco-cuerpo #marco-cuerpo-horario #negrita2 {
	font-size: 12px;
	font-weight: bold;
}
#marco-cuerpo #marco-cuerpo-horario #horarios {
	font-size: 11px;
}
#marco-cuerpo #marco-cuerpo-horario #separador {
	font-size: 2px;
}
#marco-cuerpo #foto2 {
	padding-right: 40px;
}
#marco-cuerpo #titulo-cuerpo2 {
	text-align: right;
	padding-bottom: 0px;
	padding-top: 20px;
}
#marco-cuerpo #marco-cabecera-horario2 {
	background-image: url(images/marco-cabecera-horarios.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
	width: 340px;
}
#marco-cuerpo #marco-cuerpo-horario2{
	background-image: url(images/marco-cuerpo-horarios.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 20px;
	width: 270px;
	padding-bottom: 20px;
	text-align: justify;
}
#marco-cuerpo #marco-pie-horario2{
	background-image: url(images/marco-pie-horarios.gif);
	background-repeat: no-repeat;
	width: 340px;
}
#marco-cuerpo #marco-cuerpo-horario2 #negrita {
	font-weight: bold;
}
#marco-cuerpo #marco-cuerpo-horario2 #negrita2 {
	font-size: 12px;
	font-weight: bold;
}
#marco-cuerpo #marco-cuerpo-horario2 #horarios {
	font-size: 11px;
}
#marco-cuerpo #marco-cuerpo-horario2 #separador {
	font-size: 2px;
}
#marco-cuerpo #foto3 {
	padding-right: 40px;
	margin-top: 40px;
}
#marco-cuerpo #foto4 {
	margin-top: 40px;
	padding-left: 40px;
}
#marco-cuerpo #colectivo p {
	font-size: 20px;
	text-indent: 0px;
	margin-top: 10px;
}
#marco-cuerpo #colectivo #info{
	text-align:right;
	margin-bottom: 30px;
}
#marco-cuerpo #colectivo #info a {
	background-color:#655d53;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-decoration: none;
}

#marco-cuerpo #colectivo #info a:hover {
	background-color:#000000;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-decoration: none;
}
#marco-cuerpo #colectivo {
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
#marco-cuerpo #colectivo #separador {
	margin-top: 30px;
}
#marco-cuerpo #colectivo blockquote {
	color:#655D53;
}
#marco-cuerpo #subtitulo {
	font-size: 20px;
}
#marco-cuerpo #contenido-colectivo {
	color: #655D53;
}
#marco-cuerpo #table1 .textoblanco {
	color: #FFFFFF;
}
.contenedor-tab{
	margin-top: 0;
	width: 95%;
	background-image: url(images/cenefa.gif);
	*background-image: url(images/cenefa2.gif);
	background-repeat: repeat-x;
}

#texto_pretabb{
/*	position: absolute;
	top: 400px;
*/	/*left: 965px;*/
/*	left: 76.4%;
	*left: 76.6%;
*/	width: 100%;
	margin-top: -33px;
	text-align: right;
	font-size: 12px;
}

.enlace_pretabb:link{
	color: #a9907d;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.enlace_pretabb:visited{
	color: #a9907d;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.enlace_pretabb:hover{
	color: #a9907d;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

.size20{ font-size: 20px; }
.size17{ font-size: 17px; }
.size15{ font-size: 15px; }
.size14{ font-size: 14px; }
.size13{ font-size: 13px; }
.size12{ font-size: 12px; }
.size10{ font-size: 10px; }

.gris{ color: #756F66; }
.gris-oscuro { color: #37332b; }
.gris-rosado { color: #b39d8d; }

.cursiva { font-style: italic; }
.negrita { font-weight: bold; }
.fina { font-weight: lighter; }
.subrayada { text-decoration: underline; }
.justificado { text-align: justify; }

.centra-imagen { margin-bottom: -2px; }

.foto-home{
	margin-top: 23px; 
	margin-left: 10px;
	*margin-left: -2px;
}
/****************************************************************/
/* ESTILOS DE NOTICIAS                                          */
/****************************************************************/    
    
#contenedorNoticiaHome{
	margin-top: 10px;
	width: 686px;
	height: 84px;
	background-color: #f4f4f4;
	padding: 13px 9px;
}
#contenedorNoticiaHome .cuadroFoto{
	float: left;
	width: 79px;
	height: 58px;
	border: 1px solid #977E6A;
	background-color: #977E6A;
	padding: 1px;
}
#contenedorNoticiaHome .zonaTexto{
	float: left;
	width: 588px;
	height: 62px;
	margin-left: 11px;
}
#contenedorNoticiaHome .zonaTexto a.titulo:link{	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #977E6A;
	margin-bottom: 2px;
}
#contenedorNoticiaHome .zonaTexto a.titulo:visited{	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #977E6A;
	margin-bottom: 2px;
}
#contenedorNoticiaHome .zonaTexto a.titulo:hover{	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #977E6A;
	text-decoration: underline;
	margin-bottom: 2px;
}
#contenedorNoticiaHome .zonaTexto .texto{
	margin-top: 3px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;	
	color: #756F66;
}
#contenedorNoticiaHome .zonaTexto .posicionaAmpliar{
	margin-left: 510px;
	margin-top: 5px;
	*margin-top: 7px;
	margin-bottom: 0px;
}
#contenedorNoticiaHome .zonaTexto a.ampliarNoticia:link{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #977E6A;
}
#contenedorNoticiaHome .zonaTexto a.ampliarNoticia:visited{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #977E6A;
}
#contenedorNoticiaHome .zonaTexto a.ampliarNoticia:hover{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;		
	color: #977E6A;
	text-decoration: underline;
}








.titulo_noticia:link{
	text-decoration: none;
	color: #756F66; 
}

.titulo_noticia:visited{
	text-decoration: none;
	color: #756F66; 
}

.titulo_noticia:hover{
	text-decoration: underline;
	color: #756F66; 
}

#leer_mas{
	text-align: right;
	margin-top: -5px;
	*margin-top: -11px;
	margin-bottom: 0;
}

.subtitulo_noticia{
	margin-top: 0;
}

img.foto_detalle{
	border: 0;
	padding: 3px 10px 5px 0px;
}

.foto{
	width: 260px;
	text-align: center;
	float: left;
	margin-bottom: 0.2em;
}

#cuerpo_galeria{
	float: left;
	width: 100%;
}
.thumbnail-Izq{
	float: left;
	width: 162px;
	margin: 5px 6px 5px 0px;
}
.thumbnail-Der{
	float: left;
	width: 162px;
	margin: 5px 0px 5px 6px;
}
.thumbnail{
	float: left;
	width: 162px;
	margin: 5px 6px 5px 6px;
	/*//margin: 3px 2px 3px 2px;*/
}

/****************************************************************/
/* ESTILOS DEL FLEXCROLL                                        */
/****************************************************************/
.contenedor_texto{
	height: 130px;
	overflow-x: none; 
	/* Typical fixed height and fixed width example */
	/* IE overflow fix, position must be relative or absolute*/
	
	margin: 0em auto;
	padding-right: 10px;		
	text-align:justify;
}

.contenedor_texto a:link{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto a:visited{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto a:hover{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto2{
	width: 310px;
	*width: 305px;
	height: 240px;
	overflow-x: none; 
	/* Typical fixed height and fixed width example */
	/* IE overflow fix, position must be relative or absolute*/
	
	margin: 0em auto;
	padding-right: 10px;	
	
	text-align:justify;
}

.contenedor_texto2 a:link{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto2 a:visited{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto2 a:hover{
	color: #000000;
	font-weight: bold;
}

/****************************************************************/
/* ESTILOS DE CEBREADO                                          */
/****************************************************************/
.fila_par{
	width: 96.4%;
	background-color: #F2EDE9;
	/*padding-left: 20px;
	padding-right: 10px;*/
	overflow: hidden;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	padding: 6px 10px 6px 20px;
}

.fila_impar{
	width: 96.4%;
	background-color: #E8E0DA;
	/*padding-left: 20px;
	padding-right: 10px;*/
	overflow: hidden;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	padding: 6px 10px 6px 20px;
}

.enlace_rows:link{
	color: #756F66;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.enlace_rows:visited{
	color: #756F66;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.enlace_rows:hover{
	color: #756F66;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

/* ***************************************************** */
/* PAGINACION                                            */
/* ***************************************************** */

#paginacion
{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

A.anteriorsiguiente:link
{
	font-weight: normal;
	font-size: 11px;
    color: #7F7971;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
}

A.anteriorsiguiente:visited
{
	font-weight: normal;
	font-size: 11px;
    color: #7F7971;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
}
A.anteriorsiguiente:hover
{
	font-weight: bold;
	font-size: 11px;
    color: #7F7971;
    font-family: "Times New Roman", Times, serif;
	background-color: #E8E0DA;
    text-decoration: none;
}
Span.numero_pagina_seleccionado
{
	font-weight: bold;
	font-size: 11px;
    color: #655D53;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
}
Span.anteriorsiguientedesactivado
{
	font-weight: bold;
	font-size: 11px;
    color: #DDDDDD;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
}
#historicos-exposiciones a:link {
	color: #977e6a;
	text-decoration: none;
}
#historicos-exposiciones a:visited{
	color: #977e6a;
	text-decoration: none;
}
#historicos-exposiciones a:hover {
	color: #977e6a;
	text-decoration: underline;
}
#historicos-exposiciones a:active{
	color: #7F5837;
	text-decoration: underline;
}
#historicos-exposiciones2 a:link {
	color: #977e6a;
	text-decoration: none;
}
#historicos-exposiciones2 a:visited{
	color: #977e6a;
	text-decoration: none;
}
#historicos-exposiciones2 a:hover {
	color: #977e6a;
	text-decoration: underline;
}
#historicos-exposiciones2 a:active{
	color: #7F5837;
	text-decoration: underline;
}

#marco-cuerpo a:link {
	color: #977e6a;
	text-decoration: none;
}
#marco-cuerpo a:visited{
	color: #977e6a;
	text-decoration: none;
}
#marco-cuerpo a:hover {
	color: #977e6a;
	text-decoration: underline;
}
#marco-cuerpo a:active{
	color: #7F5837;
	text-decoration: underline;
}
#marco-cuerpo #boton-anterior{
	background:url(images/flechicas-anterior.gif) left no-repeat;
	width: 150px;
	text-align: right;
	margin-top: 25px;
}


/*estilos para el mapa google maps*/


	
.contenedor_texto_info_titulo{
	width: 300px;
	*width: 300px;
	
	overflow-x: none; 
	/* Typical fixed height and fixed width example */
	/* IE overflow fix, position must be relative or absolute*/
	overflow-y:auto;
	margin: 0em auto;
	padding-right: 10px;	
	
	text-align:justify;
}

.contenedor_texto_info_titulo a:link{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto_info_titulo a:visited{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto_info_titulo a:hover{
	color: #000000;
	font-weight: bold;
}
	
	
	
.contenedor_imagen_info_titulo{
	width: 160px;
	*width: 160px;
	
/*	overflow-x: none;*/ 
	/* Typical fixed height and fixed width example */
	/* IE overflow fix, position must be relative or absolute*/
/*	overflow-y:auto;
	margin: 0em auto;
	padding-right: 10px;	
	
	text-align:justify;*/

margin-bottom: 0px;
}

.contenedor_imagen_info_titulo a:link{
	color: #000000;
	font-weight: bold;
}

.contenedor_imagen_info_titulo a:visited{
	color: #000000;
	font-weight: bold;
}

.contenedor_imagen_info_titulo a:hover{
	color: #000000;
	font-weight: bold;
}
.contenedor_imagen_info{
	width: 160px;
	*width: 160px;
	height: 156px;
/*	overflow-x: none;*/ 
	/* Typical fixed height and fixed width example */
	/* IE overflow fix, position must be relative or absolute*/
/*	overflow-y:auto;
	margin: 0em auto;
	padding-right: 10px;	
	
	text-align:justify;
*/
	margin-top: 5px;	
}


.contenedor_texto_info{
	width: 310px;
	*width: 305px;
	height: 250px;
	overflow-x: none; 
	/* Typical fixed height and fixed width example */
	/* IE overflow fix, position must be relative or absolute*/
	overflow-y:auto;
	margin: 0em auto;
	padding-right: 10px;	
	
	text-align:justify;
}

.contenedor_texto_info a:link{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto_info a:visited{
	color: #000000;
	font-weight: bold;
}

.contenedor_texto_info a:hover{
	color: #000000;
	font-weight: bold;
}

#contenedorMapaTab4{
	margin-top: 15px;
	width: inherit;
}