@charset "UTF-8";
/* CSS Document */
body{font-family:'Century Gothic', arial, serif;
color:#ffffff;}

#header{
	width:1024px;
	height:100px;
	margin:0 auto;
}	
#logo{ 
background-image:url(../img/logo.jpg) ;
width:279px;
height:100px;
float:left;
}
#menu{ 
border:none;
width:400px;
height:100px;
float:right;
}


#menu li{
	border:none;
	width:85px;
height:100px;
	float:left;
text-decoration:none;
list-style:none;
border:none;
margin:-20px 0px 0px 0px;

 	
}
#menu li a{
	border:none;
	float:left;
text-decoration:none;
list-style:none;
border:none;


	}


#menu li a img{
		float:left;
		border:none;
	
	}
	

	
#content{
	width:100%;
height:586px;
background:url(../img/f1.jpg);

	}
	#content1{
	width:1024px;
height:586px;
margin:0 auto;

	}
		#content2{
	width:100%;
height:586px;
margin:0 auto;
background:url(../img/content2.jpg);
	}
#content_services{
	width:100%;
height:586px;
margin:0 auto;
background:url(../img/c_servicios.png);

	}
	#content_contact{
	width:100%;
height:586px;
margin:0 auto;
background:url(../img/impre2.png);

	}
	#content_slider{
	width:947px;
height:515px;
margin:0 auto;


	}
	
	
	/*contactenos*/
	
	input, textarea {
		
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 300px;
	min-height: 30px;
	display: block;
	margin-bottom: 16px;
	margin-top: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #868585;
}
textarea {
	min-height: 200px;
	resize:none;
}
input:focus, textarea:focus {
	-webkit-box-shadow: 0 0 25px #ccc;
	-moz-box-shadow: 0 0 25px #ccc;
	box-shadow: 0 0 25px #ccc;
}
/* The interesting bit */
input:not(:focus), textarea:not(:focus) {
	opacity: 0.5;
}
input:required, textarea:required {
 background: url("../img/asterisk_orange.png") no-repeat 280px 7px;
}
input:valid, textarea:valid {
 background: url("../img/tick.png") no-repeat 280px 5px;
}
input:focus:invalid, textarea:focus:invalid {
 background: url("../img/cancel.png") no-repeat 280px 7px;
}
input[type=submit] {
	font-size: 24px;
	padding: 10px;
	background: none;
	opacity: 1.0;
}

.map {
	margin:50px 0px 0px 70px;

	border:5px solid rgba(255, 255, 255, 0.30);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float:right;

}
	#footer{
	width:1024px;
height:100px;
margin:0 auto;

background:#FFF;

	}
	#footer p{
	width:1024px;
height:80px;
margin:0 auto;
color:#959595;
text-align:center;
padding:20px 0px 0px 0px;

	}
