@font-face {
	font-family: 'BebasNeueRegular';
    src: url(../fonts/original_BebasNeue_Regular.eot),
	url(../fonts/original_BebasNeue_Regular.ttf);
	font-weight: normal;
	font-style: normal;
}
body{
	background-image:url(../img/Fondo%20body.jpg);
	z-index:1;
	padding: 0;
	margin: 0;	
}

#container{
	margin: 100px auto;
	width: 1000px;
}

/* Estilo para elementos en el menu */
#menu{
	top:10px;
	left:0px;
	height:100px;
	z-index: 1100;
	position: fixed;
	-webkit-box-shadow: 0px 5px 5px rgb(50,50,50); /* Safari, Chrome */
	-moz-box-shadow: 0px 5px 5px rgb(50,50,50);
	-o-box-shadow: 0px 5px 5px rgb(50,50,50);
	box-shadow: 0px 5px 5px rgb(50,50,50); /* CSS3 */
} 
#fondotran{
	height:100px;
	width:100%;
	position:fixed;	
	background-color:#333;
	opacity:0.5;
}	 
.logo{
	position:absolute;
	background-image:url(../img/Logo%20Facupanel.png);
	background-position:center;
	background-repeat:no-repeat;
	height:100px;
	width:250px;
	left:10px;
    top:5px;
}
#letraLogo{
	position:absolute;
	left:350px;
	top:15px;
	width:425px;
	height:30px;
	text-transform:capitalize;
	text-align:center;
	font-family: Georgia;
	font-size:20px;
	font-weight:600;
	font-style:oblique;
	color:#CCC;
}
#español{
	position:absolute;
	height:30px;
	width:30px;
	top:15px;
	left:780px;
	background-image:url(../img/botonEs.png);
}
#ingles{
	position:absolute;
	height:30px;
	width:30px;
	top:15px;
	left:810px;
	background-image:url(../img/botonUk.png);
}	
#menu ul{
	position:absolute;
	left:270px;
	top:50px;
	width:500px;
	height:50px;
	float:right;
	margin:0px;		
}
#menu ul li{
	list-style: none;
	display: inline-block;
	margin-right:8px;
	margin-left:10px;				 	                                        
}
#menu ul li a{
	color: #FFF;
	text-decoration:none;
	text-align:center;	
}
#menu li a p:first-child{
	font-weight: 400;
	font-size: 8px;
	font-family: 'Alegreya SC', Georgia, serif;
	text-transform:uppercase;
	color:#C60;
	letter-spacing:2px;
}
#menu li a p:nth-child(2){
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	font-family: 'Alegreya SC', Georgia, serif;
	text-transform:capitalize;
	margin:-10px;
	letter-spacing:-1px;			
}		
.selecionado{
	color:#F90 !important;	
}
.fondomenu{
	opacity:1 !important;
}
	
/* Estilo para la seccion inicio */

#slider{
	height:500px;
	margin-top: 150px;
}
h2{
	color: #fff;
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 25px;
	margin-left:25px;
	-webkit-text-shadow: 2px 2px 8px #fff;
	-moz-text-shadow: 2px 2px 8px #fff;
	-o-text-shadow: 2px 2px 8px #fff;
	text-shadow: 2px 2px 8px #fff;		
}
.contenido{
	background-color: #FFF;
	-webkit-box-shadow: 0px 5px 5px rgb(50,50,50); /* Safari, Chrome */ 
   	-moz-box-shadow: 0px 5px 5px rgb(50,50,50);
  	-o-box-shadow: 0px 5px 5px rgb(50,50,50);
	 box-shadow: 0px 5px 5px rgb(50,50,50); /* CSS3 */
}
.contenido p{
	font size: 28px;
	padding: 50px;
	font-family: 'Economica', Arial, sans-serif;
	font-style: italic;
	line-height:150%;
}
#servicios{
	position:relative;
	}
#trabajos{
	position: relative;
	width:auto;
	height:900px;
	}	
#contacto{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	position: relative;
	width: auto;
	height:900px;
}
h4{
	font-size: 24px;
	text-transform:capitalize;
	}
#empresa p{
	font-size:20px;
	}
	
	
/* Estilos para formulario de la seccion Contacto*/
#mapa{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;	
	}
#fondocontacto{
	position: absolute;
	top:60px;
	width:100%;
	height:500px;
	background-color:rgba(254,186,27,0.7);
	z-index:1;
	}
	
#empresa{
	position:absolute;
	height:300px;
	left:50px;
	z-index:2;	
	}
	
#formulario{
	position:absolute;
	padding: 0px;
	left:500px;
	z-index:2;
	
}
#formulario form{
	margin: 0 auto;
	width: 200px;	
}
textarea{
	height: 100px;
	width: 200px;
}
#label{
	text-height:20px;
	}
.campo, textarea{
	font-size: 14px;
	background: #eee;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 400px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.campo:focus, textarea:focus{
	background:#ffffff;
	outline: none;
	-webkit-box-shadow: 1px 1px 10px #14202E;
	-moz-box-shadow: 1px 1px 10px #14202E;
	-o-box-shadow: 1px 1px 10px #14202E;
	box-shadow: 1px 1px 10px #14202E;	
}
.boton{
	background-color: #E11B1B;
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 6px;
	width: 100px;
	margin-left: 150px;	
}
.boton:hover{
	background-color: #8B0909;
}


/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    right: -155px;
    text-transform: uppercase;
    min-width: 121px;
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}


/* Estilos para el pie de pagina */
#footer{
	color: #fff;
	font size: 16px;
	padding top: 30px;
	padding bottom: 30px;
	text-align: center;	
}
#social{
	height:100px;
	width:100%;
	margin:0 auto;
}
div.icon{
	margin-left:80px;
	margin-right:60px;
    height: auto;
    width: auto;
    float: left;    
}
div.icon img{
    display: inline;
    margin:auto;
	opacity:0.4;   
}
div.icon a:hover img{
	opacity:0.8;   
}
.white{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size:20px;
	color:#CCC;
	text-decoration:none;
	}
#idiomas{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#999;
	}	
#piefinal{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#CCC;
}
