DIV.novisible{
	display: none;
}

DIV.visible{
	display: inline;
}

a img
{
	/* por regla general las imagenes dentro de los enlaces no tiene borde */
	border: none 0px;
}

/* Texto 7 */
a.tamanyo7, span.tamanyo7, p.tamanyo7{
	font-size: 7pt;
}

/* Propiedades adicionales del párrafo */
p{
	padding: 0px;
	margin: 0px;
}

/* Texto entradilla */
a.entradilla, span.entradilla, P.entradilla {
	color: #003075;
 }
 
a.entradilla9, span.entradilla9, P.entradilla9 {
	color: #003075;
	font-size: 9pt;
}
 
span.titularelemento, P.titularelemento{
	color: #FFFFFF;
	font-weight: bold;
}

span.titularelemento9, P.titularelemento9{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
}

span.titularelementoimp, P.titularelementoimp{
	color: #003075;
	font-weight: bold;
}

span.titulardetalle, P.titulardetalle{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
}

span.titularzprivada, P.titularzprivada{
	color: #003075;
	font-weight: bold;
	font-size: 14pt;
}

span.titulardetalleimpresion, P.titulardetalleimpresion{
	color: #003075;
	font-size: 12pt;
	font-weight: bold;
}

span.etiquetaimpresion, P.etiquetaimpresion{
	color: #003075;
	font-size: 9pt;
	font-weight: bold;
}

span.cabeceratablaimpresion, P.cabeceratablaimpresion{
	color: #003075;
	font-size: 8pt;
	font-weight: normal;
}

span.textoimpresion, P.textoimpresion{
	color: #6E809C;
	font-size: 8pt;
}

span.textoimpresion7, P.textoimpresion7{
	color: #6E809C;
	font-size: 7pt;
}


span.subtitularelemento, P.subtitularelemento{
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: bold;
}

span.textodescriptivo, P.textodescriptivo{
	font-size: 7pt;
}

p.alinearizquierda{
	text-align: right;
}

p.margen10px, span.margen10px{
    margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:5px;
}

p.margen8px, span.margen8px{
    margin-left: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}

p.margentitularelemento {
	margin-top: 3px;
}

p.margenelemento {
	margin-bottom: 1px;
	margin-top: 1px;
}

p.margenderechoelemento {
	margin-right: 8px;
	margin-bottom: 1px;
	margin-top: 1px;
}

p.menu1
{
    font-size: 9pt;
	margin-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
}

p.menu1b, 
p.menu1binactivo,
p.menu1bpadding,
p.menu1binactivo_grande
{
    font-size: 8pt;
	margin-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
}

p.menu1bpadding
{
	padding-left: 20px;
}

p.menu1b, p.menu1binactivo_rojo
{
    font-size: 8pt;
	margin-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
}

p.menu2{
	margin-left: 30px;
	padding-top: 4px;
	padding-bottom: 1px;
}

p.menu3{
	margin-left: 50px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.menutextoblanco p.menu1{
    color: #FFFFFF;
}

p.menu1binactivo_tienda
{
	padding: 2px 10px 2px 10px;
	background-color: #f0cdd3;
}

p.menu1binactivo_tienda a
{
	text-transform: uppercase;
	font-weight: normal;
	color: #003075;
	cursor: text;
}

p.menu2saboreatitulo
{
	margin-top: 5px;
	padding: 5px 10px;
	border-top: solid 4px #ff4001;
	background-color: #fcd5c6;
}

p.menu2saboreatitulo a
{
	font-weight: bold;
	color: #ff4001;
}

p.menu2saboreatitulo a:hover
{
	text-decoration: none;
	color: #003075;
}

p.menu2saborea
{	
	border-top: solid 1px #ffffff;
	padding: 5px 10px;	
	background-color: #fcd5c6;
}

p.menu2saborea a
{
	font-weight: normal;
	color: #6e809c;
}

p.menu2saborea a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #003075;
}

p.menu2saborea_interno
{	
	padding: 5px 30px;	
	background-color: #fcd5c6;
}

p.menu2saborea_interno a
{
	font-weight: normal;
	color: #6e809c;
}

p.menu2saborea_interno a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #003075;
}

p.menu2saborea_interno_seleccionado
{	
	padding: 5px 30px;	
	background-color: #fcd5c6;
}

p.menu2saborea_interno_seleccionado a
{
	font-weight: bold;
	color: #003075;
}

p.menu2saborea_interno_seleccionado a:hover
{
	font-weight: bold;
	text-decoration: none;
}

/* Texto destacado / negrita */
a.destacado, p.destacado, span.destacado{
	font-weight: bold;
 }

span.rojo{
	color: #FF4000;
 }

span.verdedescubre{
	color: #9ED100;
 }

span.categoriaservicio
{
	color: #ffcc00;
	font-weight: bold;
}

/* Enlace general*/
A
{
	text-decoration: none;
	font-size: 8pt;
	color: #6E809C;
 }
A:hover
{
	color: #003075;
	text-decoration: underline;
 }

P.menu1 A
{
	text-decoration: none;
	font-size: 9pt;
	color: #6E809C;
	font-weight: normal;
 }
P.menu1 A:hover
{
	color: #003075;
	text-decoration: none;
	font-weight: normal;
 }
 
P.menu1b A,
P.menu1bpadding A
{
	text-decoration: none;
	font-size: 8pt;
	color: #6E809C;
	font-weight: normal;
 }
P.menu1b A:hover,
P.menu1bpadding A:hover
{
	color: #003075;
	text-decoration: none;
	font-weight: normal;
 }
 
P.menu1 A STRONG, P.menu1b A STRONG, P.menu2 A STRONG, P.menu3 A STRONG
{
	color: #003075;
 }
 
P.menu2 A, P.menu3 A
{
	text-decoration: none;
	font-size: 8pt;
	color: #6E809C;
	font-weight: normal;
 }
P.menu2 A:hover, P.menu3 A:hover
{
	color: #003075;
	text-decoration: none;
	font-weight: normal;
 }
 
P.menu1binactivo A,
P.menu1binactivo A:hover
{
	font-size: 8pt;
	font-weight: normal;
    cursor: text;
    color: #6E809C;
    text-decoration: none;
}

P.menu1binactivo_grande A
{
	font-size: 9pt;
	font-weight: normal;
    cursor: text;
    color: #6E809C;
}

P.menu1binactivo_grande A:hover
{
	text-decoration: none;
	color: #6E809C;
}

P.menu1binactivo_rojo A
{
    font-weight: bold;
    cursor: text;
    color: #FF4000;
}

P.menu1binactivo_rojo A:hover
{
	text-decoration: none;
	color: #FF4000;
}
 
/* Enlace en páginas interiores, dentro de un párrafo */
P A
{
	text-decoration: none;
	font-size: 8pt;
	color: #003075;
	font-weight: bold;
 }
P A:hover
{
	color: #003075;
	text-decoration: underline;
	font-weight: bold;
 }
 

/*Enlaces que van dentro del menú de navegación*/
p.menu1 a, p.menu2 a, p.menu3 a 
{
     font-weight:normal;
}

/* Propiedades de los formularios */

form {
	padding: 0px;
	margin: 0px;
	color: #6E809C;
}

/*Enlace dentro de la ficha de acceso a zona privada*/
    

SELECT, TEXTAREA, INPUT.conlinea, INPUT.epostal
{
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	color:#666666;
	font-size:11px;
}

INPUT.epostal
{
	width: 100%;
}

INPUT.zprivada
{
	background-color:#EEEEEE ;
	border-color:#333333;
	border-width:1px;
	border-style:solid;
	color:#000000;
	font-size:11px;
}

INPUT
{
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	color:#FFFFFF;
	font-size:11px;
}

/* Encabezados para jerarquías */
h1 {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #003075;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

h3 a {
	font-size: 10pt;
	color: #003075;
}
h3 a:hover {
	text-decoration: underline;
}

/* colores de fondos */
table.fondoazulven, td.fondoazulven{
    background-color: #e6ebf2;
}

table.fondonaranjasaborea, td.fondonaranjasaborea{
    background-color: #ffede6;
}

table.fondoverdedescubre, td.fondoverdedescubre{
    background-color: #f6fbe6;
}

table.fondorojoreservas, td.fondorojoreservas{
    background-color: #faeaed;
}

table.fondoazulprofesional, td.fondoazulprofesional
{
    background-color: #f2f3f7;
}

td.fondoazultrasparente{
    background-color: #b7c0ce;
}

tr.fondoazultrasparente{
    background-color: #b7c0ce;
}

td.fondotitularelemento{
	color: #6e809c;
}

td.fondoelemento{
    background-color: #f2f3f6;
}

td.titularagenda{
    border-bottom: solid 1px #003075;
}

td.elementoagenda{
    border-bottom: solid 1px #b7c0ce;
}

table.elementoimpresion{
    border: solid 1px #003075;
}

td.elementoimpresion{
    border-bottom: solid 1px #003075;
}

th.elementoimpresionabajo{
    border-bottom: solid 1px #b7c0ce;
}

td.elementoimpresionderecha{
    border-right: solid 1px #b7c0ce;
}

tr.fondoelemento{
    background-color: #f2f3f6;
}

td.fondoazulclaro{
    background-color: #f2f3f6;
}

table.fondonaranjaciudad, td.fondonaranjaciudad
{
    background-color: #fee3bc;
}

/* Propiedades imagenes */

img.bordefino
{
	border: solid 1px #b7c0ce;
}

img.bordeplano
{
	/*border: solid 12px #6E809C;*/
	border: 0px;
}

/* Propiedades radio */
input.radio{
	border-width: 0px;
}

TD.ListaInstalaciones
{
    border-right: solid 3px #ffffff;
	
	
	
/* AÑADIDOS EN SUITE */
	
}a.entradilla2, span.entradilla2, P.entradilla2 {
	color: #003075;
	margin-left: 3px;
	margin-right: 3px;
}

.estilo_izq
{
	font-size: 8pt;
	font-family: Arial;
	color: #6E809C;
	padding-left: 3px;
 }
 


.titular_ciudad_sede {
	font-size: 10pt;
	color: #003075;
	font-weight: bold;
}

.td_izquierda {
	border-top: 1px solid #6E809C;
	border-right: 1px solid #6E809C;
	border-bottom: 1px solid #6E809C;
	border-left: 1px solid #6E809C;
}

.td_derecha {
	border-top: 1px solid #6E809C;
	border-right: 1px solid #6E809C;
	border-bottom: 1px solid #6E809C;
	
}

.texto_blanco {color: #FFFFFF}


/*Enlaces arbitarios*/

#enlaceEnviar
{
    color: #FFFFFF;
}
#enlaceEnviar:hover
{
    text-decoration:none;
}

/*Tabla de Que opinas, margenes derechos e izquierdos*/
TABLE.QueOpinas TD
{
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
}

/*ESto es para eliminar el borde que aparece en los inputs 
de la tabla que genera el radio button list de que opinas*/
TABLE.QueOpinas INPUT
{
    border-width: 0px;
    border-style: none;
}

/*Tabla de Que opinas, margenes derechos*/
TABLE.QueOpinas2 TD
{    
    padding-right: 30px;
    vertical-align: middle;
}

/*ESto es para eliminar el borde que aparece en los inputs 
de la tabla que genera el radio button list de que opinas*/
TABLE.QueOpinas2 INPUT
{
    border-width: 0px;
    border-style: none;
}
/*
TD
{
	border: solid 0px red;
}

TD P SPAN
{
	border: solid 0px green;
}*/

div#ucSeccionHome2_rptElementos__ctl1_UcEsNoticiaEnValencia1_pnlEsNoticia
{
	border: solid 0px yellow;
}

/*Prueba para el panel de Ciudad Sede*/

.CabeceraCiudadSede
{
	width: 424px; 
	padding: 8px 8px 8px 8px;
	background-color: #fee3bc;
	margin-bottom: 10px;
}

.CabeceraCiudadSede div
{
	display: none;
}
	
.CabeceraCiudadSede:hover div
{
	display: block;
}

/*Listado de Salones en Hotel*/

.HighlightedResult
{
	background-color: #ffff00;
	font-weight: bold;
}

/*Cabecera del portal*/

table.Cabecera
{
	width: 780px;	
	/*text-align: center;*/
}

table.Cabecera td.Principal
{
	width: 760;
	padding: 15px 10px 10px 20px;
	vertical-align: top;
}

table.Cabecera td.Principal table
{
	width: 760px;
}

table.Cabecera td.Principal table tr td.Logo
{
	padding-right: 10; 
	border-right: solid 1px #737d8c;
}

table.Cabecera td.Principal table tr td.FechaTiempo
{
	width: 70px; 
	padding-left: 10px; 
	vertical-align: top; 
	border-right: solid 1px #737d8c;
}

table.Cabecera td.Principal table tr td.Banderas
{
	width: 162px; 
	padding-left: 10px; 
	padding-right: 10px; 
	vertical-align: top; 
	border-right: solid 1px #737d8c;
}

table.Cabecera td.Principal table tr td.Derecha
{
	width: 136px; 
	padding-left: 10px; 
	vertical-align: top;
	text-transform: uppercase;
}

table.Cabecera td.Principal table tr td.Derecha a
{
	text-transform: uppercase;
}

/*FIN Cabecera del portal*/

/*Ficha de Evento*/

table.FichaEvento
{
	width: 625px;
}

table.FichaEvento tr th
{
	background-color: #d2d9e5;
	text-align: left;
	width: 150px;	
}

table.FichaEvento tr td
{
	background-color: #94a6c6;
}

table.FichaEvento tr td span,
table.FichaEvento tr td a
{
	color: #ffffff;
}

.ImprimirFichaEvento
{
	text-align: right;
	width: 625px;
}

/*FIN Ficha de Evento*/

/*Formulario*/

.Formulario input
{
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	color:#666666;
	font-size:11px;
}

.Formulario .SinBorde input
{
	border: none;
}

.Formulario a
{
	color: #003075;
}



/*END Formulario*/

/*Marco*/

.Marco
{
	padding: 8px;
	border: solid 1px #cccccc;
}

/*END Marco*/

/*Descargas Autorizadas*/

.DescargasAutorizadasMenuSuperior
{
	width: 424px;
	border: 0px;
}

.DescargasAutorizadasMenuSuperior td
{
	vertical-align: top;
	padding-right: 30px;
}

.DescargasAutorizadasMenuSuperior td a
{
	color: #6e809c;
}

.DescargasAutorizadasMenuSuperior td span
{
	color: #003075;
	font-weight: bold;
}

.DescargasAutorizadas .MenuDescargas
{
	clear: both;
}

.DescargasAutorizadas .MenuDescargas div
{
	width: 150px;
	float: left;
}

.DescargasAutorizadas .MenuDescargas div a
{
	font-size: 1.2em;	
}

.DescargasAutorizadas .MenuDescargas div a.Seleccionado
{
	font-weight: bold;	
}

.DescargasAutorizadas .ContenidoDescargas
{
	clear: both;	
}

.DescargasAutorizadas .ContenidoDescargas .Titulo
{
	background-color: #6e809c;
	padding: 4px 8px 2px 8px;
	margin-bottom: 10px;
	clear: both;
}

.DescargasAutorizadas .ContenidoDescargas .Titulo span
{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;	
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos
{
	padding: 0px 8px 0px 8px;	
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos td
{
	vertical-align: top;	
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .Areas
{
	margin-bottom: 20px;
	padding: 8px;
	background-color: #f3f2f8;
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo
{
	width: 180px;
	margin-bottom: 30px;
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .Imagen
{
	
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .Imagen .Sombra1
{
	border-right: solid 1px #f4f4f4;
	border-bottom: solid 1px #f4f4f4;
	width: 138px;
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .Imagen .Sombra2
{
	border-right: solid 1px #e3e3e2;
	border-bottom: solid 1px #e3e3e2;
	width: 137px;
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .Imagen .Sombra3
{
	border-right: solid 1px #c4c6c4;
	border-bottom: solid 1px #c4c6c4;
	width: 136px;
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .TituloArchivo,
.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .Grande,
.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .Mediano
{
	padding: 2px 0px 2px 0px;
	width: 138px;
	border-bottom: solid 1px #b7c0ce;
}

.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .Grande a,
.DescargasAutorizadas .ContenidoDescargas .ListadoArchivos .ElementoArchivo .Mediano a
{
	padding-left: 18px;
	background: url('images/flecha_gris.gif') top left no-repeat;	
}
/*END Descargas Autorizadas*/

/*Advice*/

div.Advice
{	
	height: 394px; 
	width: 533px; 
	display: none; 
	position: absolute; 
	z-index: 2; 
	top: 350px; 
	left: 50%;
    margin-left: -268px;    
    background: url('images/Popup_ofertas.png') top left no-repeat; 
}

div.Advice a.Cerrar
{
	width: 14px; 
	height: 13px; 
	display: block;
	margin: 23px 0px 0px 463px;
	.margin: 23px 0px 0px 412px; /*Hack para IE*/
}

div.Advice a.Enlace
{
	display: block;
	margin-top: 15px;
	width: 423px; 
	height: 285px;
}

/*En IE6 los combos de bookings se muestran encima del advice, con estos estilos los ocultamos mientras se muestra el advice. Cuando una propiedad
va precedida por _ entonces esa propiedad solo es interpretada por IE6 y anteriores*/

select.OcultarIE6
{
	_display: none;
}

select.MostrarIE6
{
	_display: inline;
}

/*END Advice*/

/*Cuestionario Valoración del Plan de Actuaciones 2009*/

.blanco10 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
}

.gris10 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}

.cuestionario_azul10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-weight:normal;
	color: #7396b5;
	text-decoration: none;
}
.cuestionario_azul10:hover 
{ 
	color: #7396b5; text-decoration: none; 
}

.formEpostal
{
	border-color:#bebebe;
	border-width:1px;
	border-style:solid;
	color: #999999;
}

select.Empresa
{	
	font-family: Universal, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}

select.Mercados
{		
	font-family: Universal, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}
select.Productos
{	
	font-family: Universal, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}

span.SinBorde input
{
	border: none;
}

/*Importador de suscripciones*/

.ImportadorSuscripciones
{
	width: 800px;
}

.ImportadorSuscripciones input
{
	border: solid 1px #cccccc;
	color: #666666;
}

.ImportadorSuscripciones tr td
{
	vertical-align: top;
	padding: 5px;
}

.ImportadorSuscripciones table tr td
{
	padding: 0px;
}

.ImportadorSuscripciones tr td.SuscribirA
{
	background-color: #f2f3f7;
}

.ImportadorSuscripciones tr td.SuscribirA input
{
	border: none;
}

/*Cuestionario Plan Estrategico*/

.CuestionarioPlanEstrategico
{
	width: 670px;
	padding: 20px;
	background-color: #ffffff;
}

/*FIN Cuestionario Plan Estrategico*/

/*Cuestionario Ocio y Negocio*/

body.CONbody
{
	margin: 0em;
	padding: 0em;
	text-align: left;	
	font-size: 8pt;
	font-family: Arial;
	color: #000000;
	background: #f2f3f7;
}

#CONform
{
	color: #000000;
}

#CONMain
{
	width: 670px;	
	margin: 0px auto;
	padding: 5px 20px;	
	text-align:left;
	background: #ffffff;
}

#CONheader
{
	margin-bottom: 20px;	
}

#CONheader span
{	
	font-size: 16pt;
	font-weight: bold;	
}

#CONcontent table tr td
{
	padding: 2px 5px 2px 0px;
	vertical-align: top;
}

#CONcontent table tr td.CONDestacado
{
	padding-bottom: 5px;
}

#CONcontent table tr td.CONDestacado span
{
	font-weight: bold;
}

#CONcontent input.Texto,
#CONcontent input.TextoPequenyo,
#CONcontent textarea
{	
	font-family: Arial;
	color: #003075;	
}

#CONcontent input.Texto,
#CONcontent textarea
{
	width: 480px;	
}

#CONcontent input.TextoPequenyo
{
	width: 235px;
}

#CONcontent input.Texto,
#CONcontent input.TextoPequenyo
{
	border: solid 1px #cccccc;
}

#CONcontent .CONseccion
{
	margin-bottom: 20px;
}

#CONcontent div.CONBorde
{
	padding: 5px;
	border: solid 2px #ff4000	
}

#CONcontent div.CONPregunta
{
	margin-bottom: 10px;
}

#CONcontent .CONPregunta .CONPreguntaTitulo span
{
	padding-right: 5px;
	font-weight: bold;
}

#CONcontent .CONPregunta .CONRespuestas
{
	padding-left: 45px;
}

#CONcontent .CONPregunta .CONRespuestas span
{
	padding-right: 5px;
}

.CONBotones
{
	text-align: center;
}

/*FIN Cuestionario Ocio y Negocio*/

