
/***** Estilos de las secciones del Palacio de Congresos *****/

#cabecera p.logo {
	padding-top: 25px;
	height: 125px;
	background-color: #000;
}
#cabecera h1 {
	color: #A87647;
}
#cabecera div {
	border-color: #A87647;
}
#cabecera .otroLogo {
	top: 20px;
}
#menu {
	background-color: #7B4B15;
}
#menu a {
	color: #EEDDC7;
}
h2 {
	color: #000;
}
h3.fondo {
	background: url("imgs/fondoTitulo.png") repeat-y left #A87647;
	padding: 2px 7px;
}
table th {
	background-color: #A87647;
}
table td {
	background-color: #EEDDC7;
	border-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
table th.inverso {
	background-color: #FFF;
	color: #A87647;
}
table th.pestania {
	background: url("imgs/pestania.png") no-repeat top left #A87647;
	padding: 0;
	vertical-align: top;
}
table th.pestania span {
	display: block;
	background: url("imgs/pestania2.png") no-repeat top right;
	padding-top: 0.6em;
}


/***** presentacion *****/

.fondo_inicio_palacio {
	background: url("imgs/inicio_palacio.jpg") repeat-x;
}
#presentacion_palacio {
	padding: 130px 8% 0;
	text-align: justify;
}
#presentacion_palacio li {
	padding: 0 0 0 1em;
	list-style-position: inside;
}
#presentacion_palacio ul li {
	list-style-type: disc;
}
#presentacion_palacio ol li {
	list-style-type: decimal;
}
#presentacion_palacio p {
	margin-left: 0.5em;
}
#presentacion_palacio p:first-letter {
	font-weight: bold;
	font-size: 1.2em;
}

/***** presupuestos *****/


div.presupuestos_layer {
	width: 720px;
	margin: 0 auto;
}
div.presupuesto_seleccionar {
	background: url("imgs/sep_presupuesto.png") no-repeat center;
	width: 680px;
	overflow: hidden;
}
div.presupuesto_seleccionar table {
	float: left;
	width: 250px;
}
div.presupuesto_seleccionar table.margin {
	margin-right: 125px;
}
div.presupuesto_seleccionar table img {
	cursor: pointer;
}
.presupuestos_layer form.presupuesto p {
	margin-top: 1em;
	font-size: 1.1em;
}
.presupuestos_layer form.presupuesto input {
	width: 40px;
	margin-right: 10px;
}
.presupuestos_layer form.presupuesto .calcular {
	text-align: center;
	margin: 2em 0;
}
.presupuestos_layer form.presupuesto .calcular input {
	width: auto;
	background: url("imgs/botonPresupuesto.png") no-repeat;
	width: 353px;
	height: 40px;
	border: 0;
	font-weight: bold;
	cursor: pointer;
}
.presupuestos_layer p.leyenda {
	background: url("imgs/bordeResultPresu.png") no-repeat;
	width: 678px;
	height: 39px;
	margin: -12px auto 0;
	padding: 16px 12px 0;
	text-align: center;
}
#resultadoPresupuesto {
	background: url("imgs/resultadoPresupuesto.png") no-repeat;
	width: 171px;
	height: 25px;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 auto 0;
	padding-top: 5px;
	z-index: 10;
	position: relative;
	text-align: center;
}


/************ Salones ************/


#salones .salas li a {
	background-color: #EEDDC7;
	color: #A87647;
}
#salones .salas li span, #salones .salas li a:hover {
	background-color: #A87647;
	color: #EEDDC7;
}
#salones .salas .visita {
	background: url("imgs/ojo.jpg");
}
#vvPalacio {
	background-color: #EEDDC6;
}
#vvPalacio h3 {
	color: #A87647;
}

#carruselLayer {
	background: url("imgs/fondoCarrusel.jpg") repeat-y center #A87747;
}
#carruselLayer a.anterior {
	background-image: url("imgs/flechaCarruselAnt.png");
}
#carruselLayer a.anterior:active {
	background-image: url("imgs/flechaCarruselAntHover.png");
}
#carruselLayer a.siguiente {
	background-image: url("imgs/flechaCarruselSig.png");
}
#carruselLayer a.siguiente:active {
	background-image: url("imgs/flechaCarruselSigHover.png");
}


/************ Calendario de congresos ************/

#calendario {
	background-color: #D5C2BB;
	padding: 0.4em;
	float: left;
}
#calendario table {
	background-color: #D5C2BB;
}
#calendario td {
	background-color: #D5C2BB;
}
#calendario tbody td {
	border: 1px solid #FFF;
	padding: 0;
}
#calendario thead th, #calendario thead td {
	background-color: #B61030;
	text-align:center;
	border: 0;
}
#calendario tr.semana th {
	background-color: #D5C2BB;
}
#calendario td.domingo {
	color: #B61030;
}
#calendario tbody a, #calendario tbody span {
	display: block;
	padding: 12px 3px 3px 16px;
	text-align:right;
}
#calendario tbody a {
	background-color: #A87747;
	color: #E2C9B1;
	font-weight: bold;
}
#calendario tbody a:hover, #calendario tbody .hoy {
	font-size: 23px;
	padding: 1px 3px 0 0;
}
#calendario tbody .hoy {
	font-weight: bold;
	color: #FFF;
}
#calendario p {
	text-align:center;
}
#calendario p a {
	color: #B61030;
	font-weight: bold
}
#calendario p a:hover {
	text-decoration:underline;
}
#calendar_layer {
	width: 39%;
	float: left;
}
#congresos_proximos {
	float:left;
	width: 95%;
	padding: 2em 0;
}
#congresos_proximos table {
	margin: 2em 1em 0 0
}
#congresos_proximos table td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#congresos_proximos table td a {
	color: #7B4B15;
}
#congresos_proximos li {
	padding-bottom: 1em;
}
#congresos_proximos li a {
	color: #000;
}
#congresos_proximos li a:hover {
	text-decoration: underline;
}
#congresos_dia {
	width: 60%;
	float: left;
	padding-bottom: 2em;
}
#congresos_dia li {
	padding-bottom: 2em;
	overflow: hidden;
	height: 1%;
}
#congresos_dia li li {
	overflow: visible;
}
#congresos_dia span {
	color: #FFF;
}
#congresos_dia p.nombre {
	font-weight: bold;
	font-size: 1.2em;
	background: url("imgs/degradadoMarron.png") repeat-y;
	padding: 4px;
	margin-top: 1em;
        width: 89%;
}
#congresos_dia p.icono {
	float: right;
	/*margin: 0 15px;*/
        margin: 8% 11% 0 0;
}
#congresos_dia p.icono img {
	width: 100px;
	border: 1px solid #000;
}
#congresos_dia p.lugar {
	color: #B61030;
	font-weight: bold;
}
#congresos_dia p.enlace {
	margin-top: 1em;
}
#congresos_dia p.enlace a {
	background: url("imgs/link_externo.png") no-repeat;
	padding-left: 18px;
}
#congresos_dia li div {
	margin-left: 15px;
	max-width: 34em;
}