﻿body
{
	background: #F0EDD1;
}

*
{
	outline: none;
}

#plantilla
{
	width: 880px;
	margin: 0 auto;
	padding: 32px 50px;
	background: #fff;
	font-family: Arial;
}

.hideTable
    {
        display:none;
    }
    
#header
{
	width: 100%;
}

#header .logos
{
	width: 100%;
	height: 120px;
}

#header .logos .Der
{
	width: 40%;
	float: right;
	position: relative;
	text-align: right;
}

#header .logos .Izq
{
	width: 40%;
	float: left;
	position: relative;
}

/*------------ MENU -------------*/

#header .Menu
{
	width: 100%;
	height: 37px;
}

#header .Menu .opcion, #header .Menu .opcion_Last, #header .Menu .opcion_Selected
{
	width: 12%;
	text-align: center;
	float: left;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Century Gothic;
	border-right: solid 4px #fff;
	padding-top: 7px; /*background: url(../images/menu.gif) repeat-x bottom;*/
}

#header .Menu .opcion:Hover, #header .Menu .opcion_Selected
{
	width: 12%;
	text-align: center;
	float: left;
	position: relative;
	color: #FFFFFF;
	border-right: solid 4px #fff;
	background: url(../images/menuHover.jpg) no-repeat;
}

#header .Menu .opcion_Last:Hover, #header .Menu .opcion_Last_Selected
{
	width: 12%;
	text-align: center;
	float: left;
	position: relative;
	color: #FFFFFF;
	background: url(../images/menuHover.jpg) no-repeat;
}

#header .Menu .opcion a
{
	width: 100%;
	height: 90%;
	display: block;
	color: #FFFFFF;
	border-right: solid 4px #fff;
	height: 37px;
	background: url(../images/menu.gif) repeat-x bottom;
}

#header .Menu .opcion_Last a
{
	width: 100%;
	height: 90%;
	display: block;
	color: #FFFFFF;
	height: 37px;
	background: url(../images/menu.gif) repeat-x bottom;
}

#header .Menu .opcion a:hover, #header .Menu .opcion_Selected a
{
	width: 100%;
	height: 90%;
	display: block;
	color: #FFFFFF;
	border-right: solid 4px #fff;
	height: 37px;
	background: #125050;
}

#header .Menu .opcion_Last a:Hover, #header .Menu .opcion_Last_Selected a, #header .Menu .opcion_Last_Selected a:hover
{
	height: 90%;
	display: block;
	color: #FFFFFF;
	height: 37px;
	background: #125050;
}


/*------------ BUSCADOR -------------*/

#header .Buscador
{
	clear: both;
	width: 99.2%;
	height: 46px;
	background: #F9F8ED;
	position: relative;
	display: block;
	margin-bottom: 10px;
}


#header .Buscador table
{
	width: 100%;
}


#header .Buscador table .opcionBusqueda
{
	text-align: right;
}


#bodyP
{
	width: 100%;
}

#footer
{
	width: 880px;
	padding: 14px 50px 10px 50px;
	margin: 0 auto;
	font-size: 12px;
	font-family: Century Gothic;
	background: #F9F8ED;
}


#login_User
{
	width: 980px;
	margin: 1px auto 0 auto;
	padding: 10px 0;
	color: #404041;
	font-size: 10px;
	font-family: Arial;
	display: block;
	text-align: right;
}

#login_User a
{
	color: #404041;
}

#Copyright
{
	width: 980px;
	margin: 0 auto 15px auto;
	padding: 15px 0;
	color: #404041;
	font-size: 10px;
	font-family: Arial;
	display: block;
}

#Copyright .izquierda
{
	float: left;
	width: 30%;
}

#Copyright .derecha
{
	float: right;
	width: 60%;
	text-align: right;
}


#Copyright .derecha a
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

/*---breadcrumbs---*/

#breadcrumbs
{
	color: #484438;
	font-size: 9px;
	font-weight: lighter;
	font-family: Arial;
}

#breadcrumbs div
{
	display: block;
	float: left;
	height: 15px;
	margin-bottom: 15px;
}

#breadcrumbs a
{
	color: #484438;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#breadcrumbs .primero
{
	color: #484438;
	font-weight: bold;
	background-color: #FBFBF9;
	padding: 5px 15px 0 10px;
}

#breadcrumbs .segundo
{
	color: #484438;
	font-weight: lighter;
	background: #EFEFEB url(../images/etiqueta2.png) no-repeat left;
	min-width: 19px;
	padding: 5px 5px 0 25px;
}

#breadcrumbs .tercero
{
	color: #484438;
	font-weight: lighter;
	background: #E7E1D9 url(../images/etiqueta1_1.png) no-repeat left;
	padding: 5px 5px 0 25px;
	min-width: 19px;
}

#breadcrumbs .tercero_last
{
	background: url(../images/etiqueta1_1.png) no-repeat left;
	background-position: -4px -2px;
	min-width: 19px;
	padding: 5px 0;
}


#breadcrumbs .cuarto
{
	color: #484438;
	font-weight: lighter;
	background: #EFEFEB url(../images/etiqueta3.png) no-repeat left;
	padding: 5px 5px 0 25px;
	min-width: 19px;
}

#breadcrumbs .cuarto_last
{
	background: url(../images/etiqueta3.png) no-repeat left;
	background-position: -4px -2px;
	min-width: 19px;
	padding: 5px 0;
}

#breadcrumbs .quinto_last
{
	background: url(../images/etiqueta1_1.png) no-repeat left;
	background-position: -4px -2px;
	min-width: 19px;
	padding: 5px 0;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}
#breadcrumbs a.last
{
	color: #1C3C68;
}
#breadcrumbs a.last:hover
{
	text-decoration: none;
}

.mouse
{
	cursor: pointer;
}

/*----Menu inferior (footer)----*/
.nav2
{
	text-align: center;
	margin-bottom: 40px;
}

.nav2 li a, .nav2 li a:link, .nav2 li a:active, .nav2 li a:visited
{
	text-decoration: none;
	color: #3B2314;
}

.nav2, .nav2 ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

.nav2 li
{
	background: url(  "../images/liena.gif" ) no-repeat scroll right top transparent;
	float: left;
	height: 30px;
	margin-top: 10px;
	padding: 0 15px;
	position: relative;
	text-align: center;

}

.nav2 li.last
{
	background: none repeat scroll 0 0 transparent;
	border-right: medium none !important;
	width: 78px;
}

.clear
{
	clear: both;
}


#Red_Sociales
{
	float: right;
	margin-right: 35px;
}

.VinetaMuseo, #BloqueIzquierdo ul
{
	margin-left: -30px;
	list-style: none;
	color: #666560;
}

.VinetaMuseo li, #BloqueIzquierdo ul li
{
	background: url(../images/vineta.gif) no-repeat top left;
	background-position: 0 6px;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
}


.VinetaMuseo li b, #BloqueIzquierdo ul li b, .VinetaMuseo li b, #BloqueIzquierdo ul li a b
{
	color: #000 !important;
	font-weight: bold !important;
}

/*---------- Index --------- */

#bannerPrincipal
{
	width: 650px;
	height: 300px;
	background: #F9F8ED;
	border-bottom: 1px solid #342202;
	float: left;
}


#publicacionesMuseo
{
	padding-top: 44px;
	float: right;
	width: 220px;
	height: 300px;
	background: url(../images/otros/decorado2.jpg) top no-repeat;
}

#publicacionesMuseo div
{
	color: #949083;
	font-style: italic;
	font-size: 10px;
	font-family: Arial;
	border-bottom: 1px solid black;
	padding: 6px 90px 6px 9px;
    margin-top: 5px;
	
}

#publicacionesMuseo div
{ 
	*margin-top:10px;
}

#publicacionesMuseo div a
{
	color: #949083;
	font-style: italic;
	font-size: 10px;
	font-family: Arial;
}

a
{
	text-decoration: none;
	
}

a:hover
{
	text-decoration:underline !important;
}

#publicacionesMuseo div h2, #publicacionesMuseo div a h2, #publicacionesMuseo div  h2 a
{
	font-size: 14px;
	color: #B6614F;
	font-family: Century Gothic;
	text-transform: uppercase;
}

#publicacionesMuseo h2
{
	font-size: 15px;
	color: #B6614F;
	font-family: Century Gothic;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

/*---------Columnas Inferiores-----------*/
#Contenedor_Columnas
{
	position: relative;
	clear: both;
	width: 100%;
	height: 275px;
	margin-top: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #A48F68;
}

#Contenedor_Columnas
{ 
	*margin-top:0px;
}

#Col_Derecho
{
	padding-top: 82px;
	background: url(../images/otros/decorado3.jpg) no-repeat top center;
	float: right;
	position: relative;
	width: 21%;
	margin-left: 9px;
	padding-right: 35px;
	height:210px;
}

#Col_Derecho b
{
	font-weight: lighter;
	color: #73A292;
}

#Col_Izquierdo
{
	padding-top: 82px;
	background: url(../images/otros/decorado5.jpg) no-repeat top center;
	float: left;
	position: relative;
	width: 36%;
	margin-right: 12px;
	height:210px;
}

#Col_Izquierdo, #Col_Derecho, #Col_Centro
{ 
	*padding-top:92px;
		height:210px;
}

.index_link
{
	
	}

.descargar
{
	text-decoration: none;
	color: #73A292 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial !important;
	margin: 0 3px;
}

.VerMas
{
	text-decoration: none;
	color: #A48F68 !important;
	text-transform: lowercase;
	font-weight: lighter;
	font-family: Arial !important;
	margin: 0 3px;
}

.VerDetalle
{
	text-decoration: none;
	font-style: italic;
	color: #342202 !important;
	text-transform: lowercase;
	font-weight: lighter;
	font-family: Arial !important;
	margin: 0 3px;
}


#Col_Centro
{
	padding-top: 82px;
	background: url(../images/otros/decorado4.jpg) no-repeat top center;
	float: left;
	position: relative;
	width: 36%;
	height:210px;
}


#Col_Centro img
{
	float: left;
	margin-right: 12px;
}
#Col_Centro h3
{
	margin-bottom: -1px;
	font-size: 13px;
	color: #342202;
}

#Col_Centro i
{
	color: #949083;
	font-size: 10px;
}


#Col_Derecho h2, #Col_Centro h2, #Col_Izquierdo h2
{
	color: #125050 !important;
	font-size: 19px;
	text-transform: uppercase;
	font-family: Century Gothic;
	font-weight: bold;
}

/*-----------Banner Principal------------*/
#ft-buttons-Galeria_Principal
{
	visibility: hidden;
}

#Galeria_Principal .ft-prev
{
	margin-top: 144px;
}
#Galeria_Principal .ft-next
{
	margin-top: 144px;
}

/*----------POP UP---------------*/

.modalBackground
{
	background: #fff;
	opacity: 0.8;
}
