/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/
/* Fuentes */
/* General */
* {margin:0;padding:0}

#ficha {width:600px;margin:0 auto;text-align:left;position:relative}
div#contenido {font-family: Verdana;font-size: 11px}
div#contenido input{padding:0;margin:0;height:18px;border-top:1px solid #d1d1d1;border-right:1px solid #a1a1a1;border-bottom:1px solid #a1a1a1;border-left:1px solid #d1d1d1;}
div#contenido select{padding:0;margin:0;height:18px;border-top:1px solid #d1d1d1;border-right:1px solid #a1a1a1;border-bottom:1px solid #a1a1a1;border-left:1px solid #d1d1d1;}
div#contenido textarea{padding:0;margin:0;border-top:1px solid #d1d1d1;border-right:1px solid #a1a1a1;border-bottom:1px solid #a1a1a1;border-left:1px solid #d1d1d1;}

/* Clases de bordes */
.bordeNegro {border:solid 1px #000}
.bordeGrisOscuro {border:solid 1px #b1b1b1}
.bordeGrisClaro {border:solid 1px #c1c1c1}
.borde0500 {border:solid 1px #F51910}
.borde0600 {border:solid 1px #E2AC00}
/* Clases de background */
.bgHeadFicha0504 {background-color:#F4B2B2;font-weight:bold}
.bgHeadFicha0604 {background-color:#EFDB7E;font-weight:bold}
.bgTitFicha0604 {background-color:#E2AC00;font-weight:bold}
/* Clases de posicionamiento */
.clear {clear:both}
.enlinea {display:inline}
.fright {float:right}
.fleft {float:left}
.center {text-align:center}
.left {text-align:left}
.right {text-align:right}
.vcenter {vertical-align:middle}
.help {cursor:help}
.div5 {margin-bottom:2px;width:20%;display:block}
.div4 {width:23%;vertical-align:top;display:block}
.div3 {width:31%;vertical-align:top;display:block}
.div2 {width:48%;vertical-align:top;display:block}
.div1-2 {width:52%;vertical-align:top;display:block}
.div1-3 {width:64%;vertical-align:top;display:block}
.div1-4 {width:73%;vertical-align:top;display:block}
.div1-5 {width:78%;vertical-align:top;display:block}
.paddingW10 {padding:0 10px}
.paddingH10 {padding:10px 0}
.paddingHW10 {padding:10px}
.paddingHW1 {padding:1px}
.marginH10 {margin:10px 0}
.marginW10 {margin:0 10px}
.marginW5 {margin:0 5px}
.marginHW10 {margin:10px}
.marginHW1 {margin:1px}
.none {display:none}
/* Clases de Tamaño */
.peque {font-size:.6em}
.superpeque {font-size:.1em}
/* Clases de Color */
.rojo {color:#ff0000}

.Idiomas
{
	color: #AAAAAA;
	font-family: Verdana;
	font-size: 8px;
	letter-spacing: 0px;
}
BODY
{
	background-color: #F9FAFC;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}
A
{
	font-family: Verdana, Helvetica, sans-serif;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link
{
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
}

A:active
{
	text-decoration: none;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
.ColorCabecera
{
	background-color: #F99110;
}

/* Estilos Menu */
.Menu
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.SubMenu
{
	vertical-align: middle;
}
.MenuTxt
{
	padding-left: 1px;
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana;
	font-weight: normal;
	height: 16px;
	text-decoration:none;
}
A.MenuTxt:link
{
	color: #FFFFFF;
}
.SubMenuTxt
{
	padding-left: 12px;
	font-size: 10px;
	color: #333333;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	text-decoration:none;
}
A.SubMenuTxt:link
{
	color: #333333;
}
A.SubMenuTxt:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
}
.fondoTablaBoletinCastellano
{
	background-image: url(../images/images/castellano/menu/titulo_boletin.gif);
}
.fondoTablaBoletinCatala
{
	background-image: url(../images/images/catala/menu/titulo_butlleti.gif);
}
.fondoTablaBoletinFrançaise
{
	background-image: url(../images/images/Française/menu/titulo_butlleti.gif);
}
.fondoTablaBoletinEnglish
{
	background-image: url(../images/images/english/menu/titulo_butlleti.gif);
}
.CeldaPunteadaTop
{
	border-top-style: groove;
	border-top-width: 2px;
	padding-top: 5px;
}

/* Estilos Cuerpo */

select
{
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
input
{
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 0px;
}
table#Cuerpo1_Parrafo, span
{
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
}
input#MenuDer1_Mail
{
	font-family: Verdana;
	color: #666666;
	font-size: 9px;
	border: solid 1px #CCCCCC;
}
.tblBoton
{
	display: inline;
	margin: 4px 4px 4px 4px;
}
.txtBoton
{
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	text-decoration:none;
}
.btnBoton
{
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background: #F99110;
	cursor: hand;
}

/* Estilos del cuerpo. Listado de enlace a textos */
.TextoListaCuerpo
{
	font-family: Verdana;
	color: #0000CC;
	font-size: 9px;
	text-decoration:none;
}
A.TextoListaCuerpo:link
{
	color: #0000CC;
	text-decoration:none;
}
A.TextoListaCuerpo:hover
{
	color: #999999;
	text-decoration:underline;
}
.TextoListaCuerpoSel
{
	font-family: Verdana;
	color: #999999;
	font-size: 10px;
	text-decoration:none;
}
.TextoListadoBuscador
{
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
}
A.TextoListadoBuscador:link
{
	color: #333333;
}
A.TextoListadoBuscador:hover
{
	text-decoration: underline;
	color: #999999;
}
/*********************************************/

.TablaCuerpo
{
	border-right: #cccccc 1px;
	border-top: #cccccc 1px;
	text-justify: auto;
	font-size: 11px;
	border-left: #cccccc 1px;
	color: #666666;
	border-bottom: #cccccc 1px;
	font-family: Verdana;
	text-align: left;
	border-style: solid;
	border-collapse: collapse;
}
.TablaContenido
{
	font-size: 11px;
	color: #666666;
	font-family: Verdana;
	text-align: left;
	padding: 10px;
}
.TablaCuerpoFicha
{
	border: dotted 1px cccccc;
}
.TextoCuerpoFicha
{
	font-family: Verdana;
	font-size: 11px;
}
A.TextoCuerpoFicha
{
	font-family: Verdana;
	font-size: 11px;
}
.LabelCampo
{
	display: inline;
}

/* El número indica el apartado al que pertenece 1:Comarca, 2 Alojamiento, etc*/
.HeaderTblCuerpo
{
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

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

/* Home */
.TituloPestanya
{
	padding-left: 4px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
}
.SubTituloBienvenida
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.TextoTitProg
{
	padding-top: 10px;
	font-size: 12px;
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
}
.TextoContenido
{
	font-size: 12px;
	color: #333333;
	font-family: Verdana;
	padding-right: 10px;
}
.TituloInteresante
{
	font-size: 9px;
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
}
.TextoInteresante
{
	font-size: 9px;
	color: #999999;
	padding: 2px 2px 2px 2px;
}
.TituloNoticia
{
	color: #666666;
	padding: 10px 10px 10px 10px;
	font-size:medium;
}
A.TituloNoticia:hover
{
	text-decoration: underline;
}
.CeldaNoticias
{
	border-bottom: dotted 1px #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Buscador */
.Literales
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-right: 4px;
}
.Literales1
{
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}
.Literales2
{
	font-size: 11px;
	font-weight: bold;
	color: #8e8066;
}
.Literales3
{
	font-size: 11px;
	font-weight: bold;
	color: #cc9966;
}
.Literales4
{
	font-size: 11px;
	font-weight: bold;
	color: #668f93;
}
.Literales5
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.Literales6
{
	font-size: 11px;
	font-weight: bold;
	color: #9999cc;
}
.Literales7
{
	font-size: 11px;
	font-weight: bold;
	color: #666699;
}
.Literales8
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.Paginacion1
{
	color: #98b7d5;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.Paginacion1Sel
{
	color: #e9edf2;
	font-size: 11px;
	font-weight: bold;
}
.Paginacion2
{
	color: #c2b8a5;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.Paginacion2Sel
{
	color: #eae6df;
	font-size: 11px;
	font-weight: bold;
}
.Paginacion3
{
	color: #ffcc99;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.Paginacion3Sel
{
	color: #fff6f1;
	font-size: 11px;
	font-weight: bold;
}
.Paginacion4
{
	color: #99cccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.Paginacion4Sel
{
	color: #f3f9fa;
	font-size: 11px;
	font-weight: bold;
}
.Paginacion5
{
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.Paginacion5Sel
{
	color: #ededee;
	font-size: 11px;
	font-weight: bold;
}
.Paginacion6
{
	color: #c6c6e6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.Paginacion6Sel
{
	color: #eeeef3;
	font-size: 11px;
	font-weight: bold;
}
.Paginacion7
{
	color: #c6c6e6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.Paginacion7Sel
{
	color: #eeeef3;
	font-size: 11px;
	font-weight: bold;
}
.Paginacion8
{
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.Paginacion8Sel
{
	color: #ededee;
	font-size: 11px;
	font-weight: bold;
}

.TxtListado1
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #98b7d5;
	width: 100%;
	height: 100%;
	font-family: Verdana;
}
.TxtListado10
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #98b7d5;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	border-bottom: inset 2px;
}
A.TxtListado1:link
{
	color: #98b7d5;
}
A.TxtListado1:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #336699;
}
.TxtListado2
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #c2b8a5;
	width: 100%;
	height: 100%;
	font-family: Verdana;
}
.TxtListado20
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #c2b8a5;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	border-bottom: inset 2px;
}
A.TxtListado2:link
{
	color: #c2b8a5;
}
A.TxtListado2:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #8e8066;
}
.TxtListado3
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ffcc99;
	width: 100%;
	height: 100%;
	font-family: Verdana;
}
.TxtListado30
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ffcc99;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	border-bottom: inset 2px;
}
A.TxtListado3:link
{
	color: #ffcc99;
}
A.TxtListado3:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #cc9966;
}
.TxtListado4
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #99cccc;
	width: 100%;
	height: 100%;
	font-family: Verdana;
}
.TxtListado40
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #99cccc;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	border-bottom: inset 2px;
}
A.TxtListado4:link
{
	color: #99cccc;
}
A.TxtListado4:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #668f93;
}
.TxtListado5
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	border-bottom: inset 2px;
}
A.TxtListado5:link
{
	color: #cccccc;
}
A.TxtListado5:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #999999;
}
.TxtListado6
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #c6c6e6;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	border-bottom: inset 2px;
}
A.TxtListado6:link
{
	color: #c6c6e6;
}
A.TxtListado6:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #9999cc;
}
.TxtListado7
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #c6c6e6;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	border-bottom: inset 2px;
}
A.TxtListado7:link
{
	color: #c6c6e6;
}
A.TxtListado7:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #666699;
}
.TxtListado8
{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	border-bottom: inset 2px;
}
A.TxtListado8:link
{
	color: #cccccc;
}
A.TxtListado8:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}

.TablaCriterios
{
	font-size: 9px;
	color: #666666;
	font-family: Verdana;
	text-align: left;
	font-style: italic;
}

/* Ficha Municipio */
.CeldaListado
{
	border-left: solid 1px #CCCCCC;
}
.CeldaNombreMunicipio
{
	border-bottom: solid 1px #CCCCCC;
}
.NombreCamposServicio1
{
	color: #336699;
}
.NombreCamposServicio2
{
	color: #8e8066;
}

.NombreCamposServicio3
{
	color: #cc9966;
}
.NombreCamposServicio4
{
	color: #668f93;
}
.NombreCamposServicio5
{
	color: #999999;
}
.NombreCamposServicio6
{
	color: #9999cc;
}
.NombreCamposServicio7
{
	color: #666699;
}
.NombreCamposServicio8
{
	color: #000000;
}

.CeldaCamposServicio
{
	border-bottom: inset 2px white;
	color: #CCCCCC;
	font-size: 9px;
	vertical-align: top;
}
.CeldaCamposServicioV
{
	border-bottom: inset 2px white;
	color: #CCCCCC;
	font-size: 9px;
}
.NomServicio1
{
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.NomServicio2
{
	color: #8e8066;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.NomServicio3
{
	color: #cc9966;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.NomServicio4
{
	color: #668f93;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.NomServicio5
{
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.NomServicio6
{
	color: #9999cc;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.NomServicio7
{
	color: #666699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.NomServicio8
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.Pictogramas
{
	margin: 1px 1px 1px 1px;
}

/* Ficha Noticias */
.Titular
{
	color: #999999;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}
.Tema
{
	font-size: 11px;
	font-weight: bold;
}
.Autor
{
	font-size: 10px;
}

/* Galeria Fotografica */
.TablaFotoOn
{
	border: solid 1px #666666;
	font-family: Arial;
	color: #666666;
	font-size: 9px;
}
.TablaFotoOff
{
	border: solid 1px #FFFFFF;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 9px;
}
.CeldaNumFotoOn
{
	background-color: #666666;
	color: #FFFFFF;
}
.CeldaNumFotoOff
{
	background-color: #FFFFFF;
	color: #FFFFFF;
}

