/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body, html {
	background:#012959 url(bg_general.gif) center top repeat-y;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size:11px;
	/*
	height:auto!important;
	min-height:100%;
	height:100%;
	_height:100%;
	*/
	height:100%;
}

.clear {
	clear:both;
}

P {
	margin-bottom:1.5em;
	line-height:1.5em;
	color:#FFF;
}

A {
	color:#a5d9ec;	
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

/*
#velagran, #rap, #pagewidth {
	height:auto!important;
	min-height:100%;
	height:100%;
	_height:100%;
}
*/

#velagran {
	background:url(vela_gran.jpg) no-repeat;
	background-position:750px 75%;
	height:100%;
	height:auto;
	min-height:100%;
	_height:100%;
	/*
	_height:auto !important;
	min-height:683px;
	_height:100%;
	*/
}

/*
#rap {
	background:url(bg_general.gif) center top repeat-y;
	min-width:950px;
	border:#00f 1px solid;
}
*/


#pagewidth {
	position:relative;
	margin:0px auto 0px auto;
	width:950px;
	height:100%;
	height:auto;
}

#vela {
	position:absolute;
	bottom:0px;
	_bottom:10px;
	width:140px;
	height:258px;
	padding-bottom:20px;
	left:70px;
}

#header {
	position:absolute;
	top:10px;
	left:10px;
	background:#011F43;
	width:265px;
	height:100px;
	background:url(logo.gif) no-repeat;
}

	#header H1, #header H2 {
		display:none;
	}

#lang {
	position:absolute;
	text-align:right;
	right:30px;
	background:#000;
	padding:5px 10px;
	color:#a5d9ec;
	width:400px;
}

#lang A {
	padding:5px;
}

#lang A:hover {
	color:#FFF;
}

#sidebar {
	background:#012959;
	width:135px;
	overflow:hidden;
	float:left;
	border-left:#a5d9ec 3px solid;
	padding-top:90px;
	margin-left:288px;
	_margin-left:144px;
	margin-bottom:50px;
}

	#sidebar UL LI {
		list-style:none;
		border-bottom:#a5d9ec 3px solid;
		color:#FFF;
	}
	
	li#address {
		display:block;
		height:100px;
		padding:10px;
		padding-bottom:0px;
		font-size:10px;
		line-height:1.3em;
	}
	
	#sidebar A.menu {
		text-transform:uppercase;
		width:105px;
		display:block;
		padding:80px 0px 10px 10px;
		font-size:12px;
		border-right: #012959 1px solid;
		text-indent:-500px;
	}
	
	#sidebar A.menu:hover {
		border-right:#07305f 1px solid;
	}
	
		/* ES */
		#sidebar A.inicio {	background:url(m_inicio.gif) bottom left no-repeat; }		
		#sidebar A.inicio:hover { background:url(m_inicio-on.gif) bottom left no-repeat; }
			
		#sidebar A.servicios { background:url(m_servicios.gif) bottom left no-repeat; }		
		#sidebar A.servicios:hover { background:url(m_servicios-on.gif) bottom left no-repeat; }
				
		#sidebar A.galeria { background:url(m_galeria.gif) bottom left no-repeat; }		
		#sidebar A.galeria:hover { background:url(m_galeria-on.gif) bottom left no-repeat; }
				
		#sidebar A.contacto { background:url(m_contacto.gif) bottom left no-repeat; }		
		#sidebar A.contacto:hover { background:url(m_contacto-on.gif) bottom left no-repeat; }
		
		/* CAT */
		#ca #sidebar A.inicio {	background:url(ca_m_inicio.gif) bottom left no-repeat; }		
		#ca #sidebar A.inicio:hover { background:url(ca_m_inicio-on.gif) bottom left no-repeat; }
			
		#ca #sidebar A.servicios { background:url(ca_m_servicios.gif) bottom left no-repeat; }		
		#ca #sidebar A.servicios:hover { background:url(ca_m_servicios-on.gif) bottom left no-repeat; }
				
		#ca #sidebar A.galeria { background:url(ca_m_galeria.gif) bottom left no-repeat; }		
		#ca #sidebar A.galeria:hover { background:url(ca_m_galeria-on.gif) bottom left no-repeat; }
				
		#ca #sidebar A.contacto { background:url(ca_m_contacto.gif) bottom left no-repeat; }		
		#ca #sidebar A.contacto:hover { background:url(ca_m_contacto-on.gif) bottom left no-repeat; }
		
		/* ENG */
		#en #sidebar A.inicio {	background:url(en_m_inicio.gif) bottom left no-repeat; }		
		#en #sidebar A.inicio:hover { background:url(en_m_inicio-on.gif) bottom left no-repeat; }
			
		#en #sidebar A.servicios { background:url(en_m_servicios.gif) bottom left no-repeat; }		
		#en #sidebar A.servicios:hover { background:url(en_m_servicios-on.gif) bottom left no-repeat; }
				
		#en #sidebar A.galeria { background:url(en_m_galeria.gif) bottom left no-repeat; }		
		#en #sidebar A.galeria:hover { background:url(en_m_galeria-on.gif) bottom left no-repeat; }
				
		#en #sidebar A.contacto { background:url(en_m_contacto.gif) bottom left no-repeat; }		
		#en #sidebar A.contacto:hover { background:url(en_m_contacto-on.gif) bottom left no-repeat; }


#content {
	padding-top:85px;
	*padding-top:0px;
	*margin-top:85px;
	width:420px;
	margin-left:500px;
	/*
	padding-top:85px;
	_padding-top:0px;
	_margin-top:85px;
	*/
	border-bottom:#a5d9ec 1px solid;
	background:url(bg_content.gif);
}

	#content H2 {
		color:#FFF;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		padding:0px;
		margin:15px 0px;
	}
	
	#content H3 {
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		padding:0px;
		margin:15px 0px;
	}
	
	#content UL {
		color:#FFF;
		padding:1.5em;
		padding-left:0px;
		list-style-type:none;
	} 
	
	#content LI {
		padding:2px;
	}
	
	#content UL.inn {
		padding-left:1.5em;
		margin:0px;
		list-style-type:square;
	}
	
	#content IMG.heading {
		border-bottom:#a5d9ec 1px solid;
	}
	
	#content IMG.sep {
		border-bottom:#a5d9ec 1px solid;
		padding-top:30px;
	}
	
	.container {
		padding:10px;
	}
	
	.container .material {
		padding:3px;
		margin:3px;
		background:#011F43;
		width:118px;
		float:left;
		height:110px;
	}
		.container .material P {
			font:9px Arial, Helvetica, sans-serif;
			padding:2px;
			line-height:10px;
		}
		
		.container .material SPAN {
			color:#A5D9EC;
		}



/* SIFR shit */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}