/* CSS Document */
/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/


body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align:center; 
 background-color:#FFFFFF;
 background-image:url(../images/fondo2.gif);
 background-repeat:repeat;
 SCROLLBAR-FACE-COLOR:#003300; 
 SCROLLBAR-HIGHLIGHT-COLOR: #BFCFBF; 
 SCROLLBAR-SHADOW-COLOR:#F0F4DE;
 SCROLLBAR-3DLIGHT-COLOR: #BFCFBF;  
 SCROLLBAR-ARROW-COLOR: #BFCFBF;  
 SCROLLBAR-TRACK-COLOR: #F0F4DE;
 SCROLLBAR-DARKSHADOW-COLOR: #000000;
}


h3
{
 font-size: 13px;
 text-align:left; 
 color: #003300;
}

td,tr,p, div{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #003300;
} 

a:link , a:visited {
	text-decoration: none;
 }
a:hover {
	text-decoration: none;      
}

#out, #in, #flmx {position:relative; }
object {position:relative;}

#wrapper { 
 margin: 0 auto;
 border-style: 1px;
 border-color:#BFCFBF;
 width:900px;
 height:1000px;
 text-align:left;
}
#header {
 width: 878px;
 float: left;
 padding: 0px 10px 1px 10px;
 border: 1px solid #BFCFBF;
 height: 168px;
 margin: 3px 0px 10px 0px;
 background: #FFFFFF;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #BFCFBF;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 600px;
 overflow:auto;
 width: 150px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid #BFCFBF;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 600px;
 overflow:auto;
 width: 479px; /* originalment 479*/
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #BFCFBF;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 600px;
  overflow: auto;
 width: 195px;  /* originalment 195*/ 
 float:right;
}
#footer { 
 width: 880px;
 clear: both;
 color: #333;
 border: 1px solid #BFCFBF;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}




/*Zintia*/
/* Mambo Menu Styling
 * ------------*/

/* menu -nav */
#mainlevel-nav {
   margin: 0; 
   padding: 0;
   clear: left;
   clear:right;
   text-align: right;  
}
#mainlevel-nav a {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         list-style: none;
	text-decoration: none;
	color: #003300;
	font-size: 9px;
	font-weight: bold;
         
    
}
 #mainlevel-nav ul{ 
      list-style: none; 
      text-align: rigth; 
       vertical-align:top; 
      
  
}



#mainlevel-nav li {
	padding-left: 5px; 
         padding-right: 5px;
         margin-left: 5px; 
         margin-right: 5px;
	font-size: 12px;
         /* display: inline; */
         vertical-align:top;
         line-height: 20px;
         /* border-left: 1px solid #003300; */
         /* border-right: 1px solid #003300; */
          
}
/* Mónica */
#mainlevel-derecha {
   margin: 0; 
   padding: 0;
   clear: left;
   clear:right;
   text-align: left;
   color:#003300
  
  
}

#mainlevel-derecha li {
	padding-left: 5px; 
         padding-right: 5px;
         margin-left: 5px; 
         margin-right: 5px;
         color: #003300;  
	font-size: 9px;
         display: inline;
         vertical-align:top;
         line-height: 20px;
         /* border-left: 1px solid #003300; */ 
 /*      border-right: 1px solid #003300; */ 
}

#mainlevel-derecha ul{ 
      list-style: none; 
      text-align: left; 
       vertical-align:top; 
      color: #003300; 
      
  
}
#mainlevel-derecha a:hover {
	color:#7A0812;  
         }
/* */
#mainlevel-nav a:hover {
	color:#7A0812;  
         }

/* menu */
ul 
{
list-style:none;

}

li{
	
	text-align: left;
	padding:0 0 5px 10px;
         margin:0;
}
a.mainlevel:link, a.mainlevel:visited {
	color: #595C73;
	width: 138px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 2px;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
         display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3A79B;
}
a.mainlevel:hover {
	background-position: 0px -26px;
	color: #EBAD02;  /*Modificado por Zintia #FF0000; */
	border-bottom-color: #FFFFFF;
	background-color:#DFF0F7; /*Modificado por Zintia #CCCCCC; */
}

a.sublevel:link, a.sublevel:visited {
	color: #294470;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 4px;
	width: 138px;
	line-height: 14px;
	text-align: right;
}

a.sublevel:hover {
color: #990000;
text-decoration: none;
}

table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable th {
	color: #BEB0A5;
	line-height: 19px;
	}
table.moduletable td {}









/* Module specific */

#leftcol div.module div div div div.syndicate {
background: transparent;
width: 137px;
margin: 0px;
padding: 0px;
}

#leftcol div.module div div div div.syndicate div {
background: transparent;
width: 137px;
margin: 0px;
padding: 0px;
}


/* Other Mambo Stuff */

#title {
}
.pathway {
color: #595959;
font-size: 10px;
text-decoration: none;
font-weight: normal;
}

.pathway a{
color: #595959;
text-decoration: none;
font-weight: normal;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

hr {
width:  90%; 
 }
hr.separator {
width:  40%; 
 }
a.pnav {
}
.pnav:hover {
}
.small {
font-size: 10px;
color: #ABABAB;
line-height: 0.7;
}
.smalldark {
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}

.sectiontableentry1 {
text-align: left;
background: #EFEFEF;
font-size: 10px;
padding: 2px;
}
.sectiontableentry2 {
background: #FFF;
font-size: 10px;
text-align: left;
padding: 2px;
}


.createdate {
font-size: 10px;
color: #ABABAB;
height: 10px;
line-height: 0.7;
}
.modifydate {
font-size: 10px;
color: #ABABAB;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}
a.readon {
font-size: 10px;
text-decoration: none;
line-height: 15px;
border: 1px solid #EEEEEE;
padding-left: 13px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}

.blog_more {
font-size: 10px;
}

a.readon:hover {
background: #EEEEEE url(../images/readon.gif) no-repeat left;
text-decoration: none;
}

.blog {
width: 100%;
}

.contentheading {
width: 98%;
font-weight: bold;
font-size: 14px;
height: 23px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #003300;
}


/*Contenifo de la columna del centro*/
.contentpaneopen {
text-align: center;
background: transparent;
font-size: 10px;

}

table.contentpane td.contentheading {
font-weight: bold;
font-size: 14px;
height: 23px;
line-height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border: none;
}

table.contentpane ul {
margin: 0px;
padding: 0px;
list-style: none;
}

table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
}

.contentdescription {
font-size: 10px;
}
.sectiontableheader {
font-weight: bold;
font-size: 10px;
height: 25px;
line-height: 25px;
}
.categorytitle {
font-weight: bold;
font-size: 16px;
height: 25px;
line-height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.componentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #002E61;
color: #003300;
margin-bottom: 5px;
}

h2.componentheading{
         font-family: Verdana, Arial, Helvetica, sans-serif;
         color: #003300;
         font-size: 14px;
         font-weight: bold;
}
a.category {
text-decoration:  underline; 
 }
a.category:hover {
text-decoration:  underline; 
 }
table.moduletable {
width:  100%; 
font-size: 80%;
 }
table.moduletable th  {
font-size: 80%;
}

/* Boton Volver */


.back_button a{
font-size: 9px;
font-weight:bold;
color: #C0C000;
}

.back_button a:hover{
font-size: 9px;
font-weight: bold;
color: #003300;
}


/*Novedades*/
.latestnews a{
font-size: 9px;
font-weight:bold;
color: #003300;  

}

.latestnews a:hover{
font-size: 9px;
font-weight: bold;
color: #003300;
}

a{
font-size: 9px;
font-weight:bold;
color: #C0C000;
}

.back_button a:hover{
font-size: 9px;
font-weight: bold;
color: #003300;
}




/*barra de  Navegación por página*/ 
.pagenavcounter
{
  text-align: right;
  font-size: 9px;

}
.pagenav{
   color: #C0C000;
   padding-rigth:2px;
   padding-left:2px;
   text-align: center;
   padding-top:6px;


}

.pagenav, a.pagenav, a.pagenav:visited{
   color: #C0C000;
   padding-rigth:2px;
   padding-left:2px;
   text-align: center;
   padding-top:6px;



}

a.pagenav:hover
{
  color: #003300;

}



.blogsection {
font-size: 10px;
}

.blog_more ul li{
list-style: none;
padding-left: 14px;
line-height: 18px;
}

table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}

table.contenttoc th{
font-weight: bold;
font-size: 10px;
border-bottom: 1px solid #BBBBBB;
}

form {
margin: 0px;
padding: 0px;
}


/* Módulo de Búsqueda*/

.search{
margin:0px;
padding:7px 0px 3px 10px;
width:185px;
float:right;
vertical-align:top;
font-size:9px;

}


.button {
background: #003300;
color:#F0F4DE;
border:1px solid  #003300;

}
.inputbox {
background: #F0F4DE;
border:1px solid  #003300;
color:#003300;margin-right:5px;}

.login{
padding:7px 0px 3px 10px;
}


/*  *********************************************************   */
/*                    capçalera comú GVA                        */
/*  *********************************************************   */
#cabecera_comun {
	BACKGROUND-POSITION: left top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
        float: left; 
width: 218px;
}
#logotipo {
	BACKGROUND-POSITION: left top;
/* 	BACKGROUND-IMAGE: url(../imagenes/gva.gif); BACKGROUND-REPEAT: no-repeat;*/
    float: left;
	height: 79px;
	width: 215px;
	z-index: 2;
}
#logotipo a {
	text-decoration: none;
}
#logotipo a img {
	border: 0;
}
#conselleria {
	/*BACKGROUND-IMAGE: url(../imagenes/texto.jpg);	BACKGROUND-REPEAT: no-repeat;*/
	height: 24px;
	width: 215px;
	z-index: 2;
	clear:left;
}
#conselleria a {
	text-decoration: none;
}
#conselleria a img {
	border: 0;
}
#rojo {
	BACKGROUND-IMAGE: url(../imagenes/rojo.jpg); 
	BACKGROUND-REPEAT: repeat-x; 
	height: 21px;
	z-index: 2; 
}
#cabecera_propia {float: left; 
	BACKGROUND-IMAGE: url(../imagenes/fondo_banner_cabecera.gif);
	BACKGROUND-REPEAT: repeat-x;
	height: 121px; 
/*	width: 75%;*/
}
#banner {
	
         BACKGROUND-POSITION: right top;
         right: 0px;
         
	BACKGROUND-IMAGE: url(../imagenes/banner4.jpg);
	BACKGROUND-REPEAT: repeat-x;
         bottom:0;
         height: 121px;
}
#externos {
	background-color: #FFFFFF;
	height: 20px;
	z-index: 3;
	margin-top: 110px;
	margin-left: 260px;
	position: absolute;
	left: 26px;
	top: -3px;
	width: 300px;
}
#externos_iconos {
	padding:0px;
        margin:0px;
	font-size:11px;
 }

#externos_iconos ul {
	line-height: 15pt;
	height:20px;
	max-height:54px;
	color: #595959;
	padding:0px;
	list-style-type: none;
	list-style: none;
	margin: 0px;
	display: block;
}
#externos_iconos ul li {
	 display: inline; 
	 border-left: 1px solid #fff; 
}

#externos_iconos ul li a{
	line-height: 15px;
	color: #595959;
	text-decoration: none;
}
#externos_iconos ul li a:hover{
	line-height: 15px;
	color: #595959;
	text-decoration: underline;
}

#externos_iconos ul li#diario_local a {
	background-image: url(../imagenes/icono_escudo.gif);
	background-repeat: no-repeat;
	BACKGROUND-POSITION: 0px 44%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 17px;
}

#externos_iconos ul li#turismo a{
	width:16%;
	BACKGROUND-POSITION: 0px 44%;
	background-image: url(../imagenes/icono_turismo.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#externos_iconos ul li#president a{
	width:50%;
	BACKGROUND-POSITION: 0px 44%;
	background-image: url(../imagenes/icono_escudo.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 17px;
}
/* barra gris -------------------------------------------------------------------------------*/
#navegacion {
	background-color: #dadada;
	height: 17px;
	width: 100%;
	padding-top: 3px;
	margin: 0px;
clear:both;
}

#nav_idioma {
        float:left; margin-left: 60px; margin-top: 3px;
}

#nav_path {
        float:left;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 4px;
FONT-SIZE: 70%;FONT-FAMILY: Arial, Helvetica, sans-serif;
}
#idiomas {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	position: absolute;
	height: 13px;
	width: 100px;
	margin-top: 4px;
}
.separador_banderas{
	margin-bottom: 0px;
	padding-right: 10px;
}

#menu_superior {
	margin-bottom: 0px; margin-top: 2px;
	height: 17px; width: 363px;
        float:right;
text-align: right !important; 
FONT-SIZE: 70%;FONT-FAMILY: Arial, Helvetica, sans-serif;
}
#menu_superior ul {
	max-height:54px;
	color: #595959;
	list-style-type: none;
	list-style: none;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu_superior ul li {
	display: inline;
	padding-right: 2px !important;
}

#menu_superior ul li a{
	line-height: 15px;
	color: #595959;
	text-decoration: none;
}
#menu_superior ul li a:hover{
	line-height: 15px;
	color: #595959;
	text-decoration: underline;
}
.inputbox_fvd {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9A250;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #C9A250;
	font-size: 10px;
	color: #990000;
	}
.frm_favide {
	background-color: #99FFFF; }
