/* CSS Document */
* {
margin:0;
padding:0;
}
body {
background-color:#fff;
text-align:center;
font:normal 62.5% Verdana, Arial, Helvetica, sans-serif;
color:#666; 
}
h1{
	visibility:hidden;position:absolute; top:0px;}
h2 {
	margin-right:8px;
	font-size: 1.1em;
	color:#027cc9;
	font-weight: bold;
	text-align:left;
}
h3{
	padding:20px 0;
	font-size: 1em;
	color: #333;
	font-weight: bold;
	line-height: 1.1em;
}
#text h2, #text h3, #textarea h2, #textarea h3{display:inline;}
h4{
	padding:5px 0 0 0;
	font-size:100%;
	color: #000;
	font-weight: bold;}
img{
	border:none;}
ul{
	list-style-type:none;}
p {
  padding: 10px 0px 0px 0px;}

a {
	color: #027cc9;
	text-decoration:none;
}
a:link   {
	text-decoration:none;
}

a:hover   {
	text-decoration:none;
	color: #000;
}
thead, th{ text-align:left; height: 30px; font-weight:bold; 
}
table { 
padding:0px;
border-spacing:0px;
margin:0px;
}

/* ----------------------- IDIOMA ----------------------- */

#idioma {
	color: #999;
	font-size: 100%;
	text-align:left;
	clear:both;
	overflow:hidden;
	margin-top:14px;
}
#idioma ul{
	padding:4px 0;
	text-align: left;
	clear:both;
	overflow:hidden;}
#idioma ul li{
padding-left: 7px;
	float:right; text-align: left;}
#idioma a {
	color: #666;
	text-decoration:none;
	text-align: left;
}
#idioma a:hover {
	color: #000;
	text-align: left;
	text-decoration:none;
}
#idioma ul li.non{
	padding-right:0;}
.medio{
	border-left:1px solid #999; border-right:1px solid #999;
	padding-right:7px;}
	
.primer{padding-right:7px;}

/*----------- ESTRUCTURA ---------*/

#global{
	margin:0 auto;
	width:978px;
	text-align:left;
	overflow:hidden;
	}

#head_container{
	width:978px;
	height:126px;
	clear:both;
	overflow:hidden;
	vertical-align:top;}

#logo{
	width:237px; float:left;
	height:126px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;}
#separador{
	width:10px;}
	
#cabecera{
	width:731px; 
	height:126px;
	background-image:url(../img/cabecera1.jpg);
	background-repeat:no-repeat;
	float:right;
	text-align:right;
	margin-left:10px;}
	

/* ----------------------- MENU Lateral izquierdo ----------------------- */

#menu-v{
	font-weight:bold;
	font-size: 110%;	
	float: left;
	width: 237px;
	background-color:#008fff;
}
#menu-v ul {
	padding:30px 0;
}
#menu-v li {
	padding:0 20px;
}
#menu-v a  {
	padding: 5px 0 5px 10px;
	color: #fff;text-decoration: none;
	display:block;
}
#menu-v span{
	padding: 5px 0 5px 10px;
	display:block;}
#menu-v a:hover,  #menu-v span, #menu-v li.first a:hover {
	color:#333;
	background:url(../img/arrow_blue.png) left 0.9em no-repeat;
}

/* ----------------------- SUBMENU Lateral izquierdo ----------------------- */

#submenu-v{
	font-weight:bold;
	font-size: 100%;	
	background-color:#008fff;
}
#submenu-v ul {
	padding:0px 0;
	padding-bottom:5px;
}
#submenu-v li {
	padding:0px 10px;
}
#submenu-v a  {
	padding: 3px 0px 0px 10px;
	color: #fff;text-decoration: none;
	display:block;
}
#submenu-v span{
	padding: 3px 0px 0px 10px;
	display:block;}

#submenu-v a:hover,  #submenu-v span, #submenu-v li.first a:hover {
	color:#333;
	background:url(../img/arrow_blue.png) left .6em no-repeat;
}

li.first{
	padding: 25px 0 5px 10px;}
	
	
/* ----------------------- MENU LEGAL Lateral izquierdo ----------------------- */

#menulegal-v{
	margin-top:10px;
	font-weight:normal;
	font-size: 80%;	
	background-color:#008fff;
}
#menulegal-v ul {
	padding:5px 0;
	padding-bottom:10px;
}
#menulegal-v li {
	padding:0px 10px;
}
#menulegal-v a  {
	padding: 1px 0px 0px 20px;
	color: #fff;text-decoration: none;
	display:block;
}
#menulegal-v span{
	display:block;}

#menulegal-v a:hover,  #menulegal-v span, #menulegal-v li.first a:hover {
	color:#333;
	background:none;
	padding: 1px 0px 0px 20px;
}


/* ----------------------- CONTINGUT TEXT ----------------------- */

#wrapper{
	clear:both;
	overflow:hidden;}
	
#content-wrapper{
	clear:both;
	overflow:hidden;
	margin-top:10px;
	background-image:url(../img/menu_bottomblack.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:20px;}

#container-text{
	float:right;
	width:731px;
	margin-left:10px;
	background-image:url(../img/logo_aigua.png);
	background-repeat:no-repeat;
	background-position: left center;}

#text{
	font-size: 110%;
  	line-height: 150%;
  	color: #666666;
	padding:40px 10px 10px 10px;
	min-height: 350px;
    height: auto !important;
    height: 370px;
}
	
#text ol, #text ul{margin-left:0px;
  	line-height: 110%;}

#text li{padding-top:0px;
}
#text li p{clear:both;}

#text ul li.primer{
	background:url(../img/bullet.gif) left .7em no-repeat;
	padding-left:20px;
	padding-right:20px;
}

#text ul li.sub{
	background:url(../img/bullet_sm.gif) left 1.2em no-repeat;
	padding-left:10px;
	padding-right:10px;
}

.columna1{float:left; width:50%; padding-left:10px; margin-bottom:20px;}
.columna2{float:right; width:45%; padding-left:10px; margin-bottom:20px;}

.columna_patr1{float:left; width:30%; padding-left:55px; margin-bottom:20px;}
.columna_patr2{float:left;; width:30%; padding-left:50px; margin-bottom:20px;}


.mapa{
	float:right;
	vertical-align:top;}

.espacio{
	padding-top:30px;
}
.espaciosm{
	padding-top:22px;
}
.tituls {
	width:500px;
}
/* ----------------------- submenu ----------------------- */
#submenu {
	padding:8px 0; 
	margin-bottom:20px;
	width:100%;
	font-size:90%; line-height:100%;
	color:#ff6600;
	overflow:hidden;
}
#text ul#submenu {
	margin-left:0;}
#submenu li{
	padding:0 8px ;
	float:left;
	border-right:1px solid #ccc;}
#submenu li.inicio{padding-left:0;}
#submenu a {
	color: #999;
	text-decoration:none;
}
#submenu a:hover {
	color: #ff6600;
	text-decoration:none;
}
#submenu li.fin,{
	border-right:none;
	}

/* ----------------------- PEU ----------------------- */

#peu {
	padding-top:5px;
	color: #999;
	font-size: 100%;
	text-decoration:none;
	width:731px;
	clear:both;
	margin-top:20px;
	padding-left:10px;
}
#peu a {
	color: #999;
	text-decoration:none;
	text-align: right;
}

#peu a:hover {
	color: #000;
	text-decoration: underline;
}
.blau{
	color: #027cc9;
}


/* ----------------------- HOME ----------------------- */
#wrapperhome{
	width:978px;
	padding-top:15px;}
	
#peuhome {
	color: #999;
	font-size: 100%;
	text-decoration:none;
	text-align:center;
}
#peuhome a {
	color: #999;
	text-decoration:none;
	text-align:left;
}

#peuhome a:hover {
	color: #000;
	text-decoration: underline;
}


/* ----------------------- EVENTOS ----------------------- */

#evento{
overflow:hidden;
clear:both;
}

.foto{
	padding:35px 0px 0px 40px;
	float:right;
	vertical-align:top;
	width:220px;
	height:147px;}


#galeriaver{
	float:right;
	text-align:right;
	padding-top: 45px;
	padding-right:20px;
	padding-left:40px;
	vertical-align:middle;
}
.fotoicono{
	margin-top:30px;
	vertical-align:middle;
}

.galeria{
	padding-top:30px;
	font-size:smaller;
	font-style:italic;
	color:#999999;
	overflow:hidden;
	clear:both;
}
.gal-foto{
	float:left;
}
.gal-medio{
	float:left;
	padding:0px 15px 0px 15px;
}


/* -------------------------- FORMULARIO DE CONTACTO -------------------------- */


#formulario {
	font-size: 0.9 em;
	line-height: 1.6em;
	color: #999;
}	

.env{
	height: 25px;
	font-size: 12px;
	color: #027cc9;
	text-decoration: none;
	font-weight: regular;

}
.enviar{
	height: 30px;
	vertical-align:bottom;
	}

/* -------------------------- BANNER OVERLAYER -------------------------- */
.banner {
	margin-top: 20px;
	z-index:10;
	left:50%;
	margin-left: -400px;
	position:absolute;
}



