* {margin:0; padding:0;}

a{
	text-decoration:none;
	outline:none;
}

::selection,
::-moz-selection{
	background-color:#ff0;
}

body{
	font: .9em/1.5em 'Trebuchet MS', sans-serif;
	color:#666;
	background:url(/img/bg.png) repeat-x;
	text-align:center;
}

#wrapper{
	position:relative;
	width:770px;
	text-align:left;
	margin:0 auto;
	background-color:white;
	padding-top:20px;
}

#bg-left{
	position:absolute;
	top:0;
	left:0;
	width:12px;
	height:579px;
	background:url(/img/bg_left.png) no-repeat top left;
}

#bg-right{
    	position:absolute;
	top:0;
	right:0;
	width:12px;
	height:579px;
	background:url(/img/bg_right.png) no-repeat top right;
}

	#wrapper > ul:first-child{
		display:none;
	}

	#langs{
		position:absolute;
		top:22px;
		right:41px;
		width:200px;
		text-align:right;
		/*z-index:1000;*/
	}

		#langs > li{
			margin-left:8px;
			display:inline;
		}
		
		#langs > li.current{
			padding:1px 2px;
			background:white;
			color:#666;
		}
		
		
			#langs > li > a{
				color:white;
			}

#column{
	width: 260px;
	min-height:250px;
	float:left;
}


h1{
	width:702px;
	height:250px;
	background:url(/img/titulo.jpg) no-repeat;
	margin:0 33px 30px;
	text-indent:-9999px;
}

	h1.es{
		background:url(/img/titulo.jpg) no-repeat;
	}

	h1.en{
		background:url(/img/titulo.jpg) no-repeat;
	}

h2{
	color:#539F0A;
	font-size:1.6em;
	margin-top:25px;
	margin-bottom:10px;
	font-weight:normal;
}

h3{
	font-size:1.3em;
	color:black;
}

h3 + small{
	display:block;
	margin-top:-.2em;
	font-size:.8em;
}

p{
	margin-bottom:15px;
}

em{
	font:1.3em Georgia,serif;
	color:#6560A4;
	font-style:normal;
}

p > em{
	margin-bottom:25px;
}

.lila{
	color:#6560A4;
}

strong{
	background-color:#FFFFB0;
}

#content a{
	outline:none;
	text-decoration:none;
	border-bottom:1px solid #7CBF07;
	padding-left:1px;
	padding-right:1px;
}

#content a:link, #content a:visited{
	color:#468608;
}

#content a:hover, #content a:active{
	color:#666;
	background-color:#DDFCA9;
}

/*	%MENU	*/

#column ul{
	margin-left:30px;
	width:200px;
	height:320px;
	list-style:none;
}

	#column > ul > li{
		width:200px;
		height:80px;
		margin:0;
	}

		#column > ul a{
			width:200px;
			height:80px;
			display:block;
			background: url(/img/menu.png) no-repeat;
			text-indent:-9999px;
		}

	#column #oxoplas a{
		background-position: 0 0;
	}
	
	#column #oxoplas a:hover{
		background-position: -200px 0;
	}
	
	#column #oxoplas.current a{
		background-position: -400px 0;
	}
	
	#column #galeria a{
		background-position: 0 -80px;
	}
	
	#column #galeria a:hover{
		background-position: -200px -80px;
	}
	
	#column #galeria.current a{
		background-position: -400px -80px;
	}
	
	#column #descargas a{
		background-position: 0 -160px;
	}
	
	#column #descargas a:hover{
		background-position: -200px -160px;
	}
	
	#column #descargas.current a{
		background-position: -400px -160px;
	}

	
	#column #contacto a{
		background-position: 0 -240px;
	}
	
	#column #contacto a:hover{
		background-position: -200px -240px;
	}
	
	#column #contacto.current a{
		background-position: -400px -240px;
	}


/*	%CONTINGUT	*/

#content{
	padding-bottom:20px;
	width:510px;
	min-height:250px;
	float:right;
}

#content > h2:first-child{
	margin-top:0;
}

#content > *{
	margin-right:37px;
}

ol, #content ul{
	margin-left:30px;	
}

ol ul{
	margin-top:10px;
	margin-left:20px;	
	margin-bottom:15px;
}

li{
	margin-bottom:10px;
}

blockquote{
	font-size:1.3em;
	margin-bottom:25px;
	background:#fff url(/img/blockquote.png) no-repeat 0 10px; 
	padding:20px 0 0 40px;
}

blockquote:first-child{
	margin-top:10px;
}

blockquote > p{
	margin-bottom:2px;
}

blockquote em{
	font-size:.8em;
	display:block;
	margin-bottom:15px;
	font-style:italic;
	float:right;
}

p + blockquote{
	margin-top:0;
}


#legal{
	clear:both;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #eee;
	font-size:.8em;
	color:#999;
}

#legal > a{
	color:#999;
	text-decoration:none;
}

#content a.thickbox{
	float:left;
	width:100px;
	margin-bottom:20px;
	background:none;
	padding:0;
	border:0;
}

#content a.thickbox:link img,
#content a.thickbox:visited img{
	padding:1px;
	background-color:white;
	border:2px solid #eee;
}

#content a.thickbox:hover img,
#content a.thickbox:active img{
	padding:1px;
	background-color:white;
	border:2px solid #468608;
}

#mapa-google{
	width: 470px; 
	height: 400px;
	border:1px solid #ccc;
        margin-right:0 !important;
}


/*	%FORM	*/
input,textarea{
	font:1em 'Trebuchet MS', sans-serif;
	color:black;
	padding:2px;
}

label{
	display:block;
}

input[type="submit"]{
	padding:2px 3px;
	cursor:pointer;
}

#form-contacto{
	margin:20px auto;
}

#form-contacto > p{
	padding:5px 15px 15px;
	margin:0 37px 0 0;
}

#form-contacto > p:hover{
	background-color:#fff7C0;
}

#form-contacto > p.nobg:hover{
	background:none;
}

#form-contacto input[type="text"]{
	width:300px;
}

#form-contacto textarea{
	width:380px;
	height:170px;
}

#form_testimonio{
	background-color:#fff7C0;
	padding:10px;
	overflow:hidden;
	height:1%;
}

form p{
	margin:0;
}

#form_testimonio label{
	display:block;
}

#form_testimonio .cargando{
	display:block;
	float:left;
	margin-left:10px;
	display:none;
}

#form_testimonio .cargando img{
	display:block;
	float:left;
	margin-top:2px;
	margin-right:5px;
}

#form_testimonio input[type="submit"]{
	display:block;
	float:left;
}

#form_testimonio input[disabled]{
	background-color:#ccc;
	cursor:default;
}

#form_testimonio input[type="text"]{
	margin-bottom:5px;
	width:430px;
}

#form_testimonio textarea{
	width:430px;	
	height:55px;
	margin-bottom:3px;
}

/* alertas de formulario */
.form-alert{
	border-top:1px solid #fdd463;
	background: #ffc url(../img/information.png) no-repeat 10px 50%;
	border-bottom:1px solid #fdd463;
	padding:15px 10px 15px 30px;
	color:black;
	margin:10px 0;
}

/* %CLASES */
#content .ok,
#content .ko{
	font-size:1.2em; 
	border:5px solid #FFF7BB; 
	margin:20px 37px 20px 0; 
	padding:10px 10px 10px 35px;
}

#content .ok ul,
#content .ko ul,
#content .ko li,
#content .ok li{
	list-style:none;
	margin:0;
}

#content .ko{
	color:#f00; 
	background:#ffc url(/img/ko.png) no-repeat 10px
}

#content .ok{
	color:#000; 
	background:#ffc url(/img/ok.png) no-repeat 10px
}