@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('../fuentes/caviardreams-webfont.eot');
    src: url('../fuentes/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/caviardreams-webfont.woff') format('woff'),
         url('../fuentes/caviardreams-webfont.ttf') format('truetype'),
         url('../fuentes/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0px 0px 0px 0px;
	font:14px caviar_dreamsregular;
	background-color:#f4f6f2;
	color:#000000;
	text-align:left;
}

div{
	font:16px caviar_dreamsregular;
}


.cabecera{
	position:fixed;
	left:0px;
	top:0px;
	background-color:#000000;
	width:100%;
	height:80px;
	z-index:5;
}
.logo{
	margin-top:20px;
	margin-left:25px;
}
.idioma{
	position:absolute;
	top:35px;
	left:120px;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
}
.menu{
	position:absolute;
	top:35px;
	right:80px;
	font-family:arial;
	font-size:14px;
	color:#ffffff;
	
}
.mnu_item{
	font-family:arial;
	font-size:14px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
}
.mnu_item:hover{
	color:#1dba9d;	
	text-decoration:bold;
	font-size:15px;
}

.mnu_item_sel, .mnuidi_sel{
		color:#1dba9d;

}
.home{
	width:100%;
	margin-top:80px;
}
.gallery, .services, .about{
	font-family:;
	width:80%;
	boder:0px;
	margin-left:10%;
	padding:0px;
}
.gallery_header{
	clear:both:
	width:100%;
	height:250px;
}

.services_header, .about_header{
	clear:both:
	width:100%;
	height:120px;
	
}
.gh_tit{
	margin-top:30px;
	font-family:caviar_dreamsregular;
	width:500px;
	position:absolute;
	text-align:center;
	left:50%;
	margin-left:-250px;
	font-size:48px;
	font-weight:900;

}
.gh_menu{
	margin-top:170px;
	width:460px;
	position:absolute;
	text-align:center;
	left:50%;
	margin-left:-190px;


}
.ghmnu_item{
	float:left;
	font-family:caviar_dreamsregular;
	font-size:18px;	
	margin-left:10px;
	margin-right:10px;
	cursor:pointer;
		
}
.ghmnu_item:hover, .ghmnu_sel{
	border-bottom:5px solid #000000;
}
.serv_cont{


}
.cubo{
	border:0px;
	float:left;
	width:100px;
	height:100px;

}
.cubo_img{
	cursor:pointer;
	
}
.titulo{
	font-family:caviar_dreamsregular;
	font-size:28px;
    color:#424242;


}

.contenido{
	margin-top:20px;

}
.parrafo{
	font-family:caviar_dreamsregular;
	font-size:16px;
    color:#424242;
	margin-top:10px;
margin-bottom:60px;
}

.r960{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:auto;
	z-index:4;
	border:0px solid #000000;
	
}

.piYUUY{
	background-color:#000000;
	height:200px;
	color:#ffffff;


}
 a:hover{
    color:#659ede;
	font-size:18px;
	text-decoration:none;
 }
  a.select{
	font-size:18px;
    color:#659ede;
	text-decoration:none;
 }
 a{
	font-family:caviar_dreamsregular;
	font-size:16px;
    color:#424242;
	text-decoration:none;
 }
 
 
  a:hover.link{
	font:16px caviar_dreamsregular;
	color:#444444;
	text-decoration:none;
 }
 a.link{
	font:16px caviar_dreamsregular;
	color:#444444;
	text-decoration:none;
 }
.pie{
	line-height:26px;
	position:fixed;
	bottom:0px;
	width:960px;
	left:50%;
	margin-left:-480px;
	text-align:center;
	height:30px;
	border:1px solid #ffffff;
	border-bottom:0px;
	color:#ffffff;
	z-index:8;
}

div.lblInput{
	border-top:solid 0px #000000;
	border-left:solid 0px #000000;
	border-right:solid 0px #000000;
	border-bottom:solid 0px #000000;
	font:14px caviar_dreamsregular;
	color:#585858;
	padding:4px;
	padding-bottom:2px;
	margin-bottom:1px;
	margin-right:3px;
}
.inputCenter, .inputRight, .inputLeft{
	font-family:caviar_dreamsregular;
	border:solid 1px #aeaeae;
	background-color:#ffffff;
	font-size:14px;
	width:220px;
	margin:0px;
	margin-right:20px;
	margin-bottom:15px;
	padding:9px;
	color:#000000;
}
.inputRight{
	text-align:right;
	
	
	
}
.inputCenter{
	text-align:left;

}
.inputLeft{
	text-align:left;


	
	
}
.inputLleft:focus, , .inputRight:focus, .inputCenter:focus {
	outline: none;
}
.boton{
	
		background-color:#4d7d8c;
		color:#ffffff;
		font-size:14px;
		
		padding:9px;
		padding-left:14px;
		padding-right:14px;
		
		border:0px;
		font-family:caviar_dreamsregular;
		
		cursor:pointer;
	}