/* 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 {
	font-size: 1.3em;
	color:#a50310;
	font-weight: bold;
	padding-bottom:5px;
	background:url(../img/titol_under.gif) left bottom no-repeat;
	letter-spacing:0.1em;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:40px;
}
h3{
	font-size: 1em;
	color: #605e49;
	font-weight: bold;
	line-height: 1.1em;
	padding: 33px 0px 10px 40px;
}
#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: 0px 30px 10px 40px;}

a {
	color: #a50310;
	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: #ccc;
	font-size: 100%;
	text-align:left;
	clear:both;
	overflow:hidden;
	margin-top:0px;
}
#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: #999;
	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:950px;
	text-align:left;
	overflow:hidden;
	}

#head_container{
	width:978px;
	height:96px;
	clear:both;
	overflow:hidden;
	vertical-align:top;
	margin-bottom:10px;}

#logo{
	width:326px; float:left;
	height:126px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;}
#separador{
	width:10px;}
	
#cabecera{
	width:978px; 
	height:96px;
	float:right;}
	
	
/* ----------------------- MENU principal izquierdo ----------------------- */	

#menu-pr{
	font-weight:bold;
	font-size: 110%;	
	float:right;
	width: 307px;
}
#menu-pr ul {
	padding:20px 0;
}
#menu-pr li {
	padding:0 0px;
}
#menu-pr a  {
	padding: 5px 0 0px 10px;
	color: #a50310;text-decoration: none;
	display:block;
	background:url(../img/fletxa_roja.gif) left 0.9em no-repeat;
}
#menu-pr span{
	padding: 5px 0 0px 10px;
	display:block;}
#menu-pr a:hover,  #menu-pr span, #menu-pr li.first a:hover {
	color:#605e49;
	background:url(../img/fletxa_verda.gif) left 0.9em no-repeat;
}
	

/* ----------------------- MENU Lateral izquierdo ----------------------- */

#menu-v{
	font-weight:bold;
	font-size: 110%;	
	float: left;
	width: 206px;
	background-color:#605e49;
	background-image:url(../img/menu_top.gif);
	height:374px;
}
#menu-v ul {
	padding:30px 0;
}
#menu-v li {
	padding:0 10px;
}
#menu-v a  {
	padding: 5px 0 5px 5px;
	color: #bdbba4;text-decoration: none;
	display:block;
}
#menu-v span{
	padding: 5px 0 5px 5px;
	display:block;
	color:#FFFFFF;
}
#menu-v a:hover,  #menu-v li.first a:hover {
	color:#333;
}


#menu-v span.dest{
	color:#640a11;
	padding:0px;
}



/* ----------------------- 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-wrap{
	clear:both;
	overflow:hidden;
	background-image:url(../img/middle.gif);
	background-repeat:repeat-y;}
	
#content-wrapper{
	clear:both;
	overflow:hidden;
	background-image:url(../img/bttm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;}

#container-text{
	float:right;
	margin-left:10px;
	background-image:url(../img/content_top.gif);
	background-repeat:no-repeat;
	width:734px;
	background-position: left top;
	position:relative;
}

#texto{
	font-size: 110%;
  	line-height: 150%;
  	color: #666666;
	padding:30px 30px 0px 30px;
	min-height: 420px;
    height: auto !important;
    height: 420px;

}
	
#texto ol, #text ul{margin-left:0px;
  	line-height: 110%;}

#texto li{padding-top:0px;
}
#texto li p{clear:both;}

#texto ul li.primer{
	background:url(../img/bullet.gif) left .7em no-repeat;
	padding-left:20px;
	padding-right:20px;
}

#texto 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;
}
	
.lista li{
	list-style-image:url(../img/puntito.gif);
	margin-left:60px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.lista_clients li{
padding-bottom:7px;
	margin-left:40px;
  	line-height: 150%;
}

.ultimo{
	padding-bottom:40px;
}
.img_interior{
	float:right;
	padding:35px 40px 20px 60px;
}
.img_interior2{
	position:absolute;
	bottom:0px;
	padding-bottom:30px;
}
.img_orizz{
	padding-top:20px;
	padding-bottom:45px;
}
	

/* ----------------------- 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 ----------------------- */

#wrapper-peu{
	background-image:url(../img/peu.gif);
	background-repeat:repeat;
	width:950px;
	height:35px;
	margin-top:10px;}
#peu {
	padding:12px 0px 0px 0px;
	color: #ffffff;
	font-size: 100%;
	text-decoration:none;
	clear:both;
	text-align:center;
}
#peu a {
	color: #ffffff;
	text-decoration: underline;
	text-align: right;
}

#peu a:hover {
	color: #000;
	text-decoration: underline;
}
.red{
	color: #605e49;
}


/* ----------------------- HOME ----------------------- */

#content-wrapper-home{
	clear:both;
	overflow:hidden;
	background-image:url(../img/menu_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:450px;}

#container-home{
	float:right;
	width:734px;
	margin-left:10px;}

#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;
}
#cenas{
	position:relative;
	left:100px;
	top:145px;
	width:110px;
}
#cenas2{
	position:relative;
	left:100px;
	top:119px;
	width:110px;
}

#cenas3{
	position:relative;
	left:100px;
	top:132px;
	width:110px;
}

/* ----------------------- 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;
	}

