*{
	padding: 0;
	margin: 0;
	font-family: arial;
}


.social{
	position: fixed;
	margin-top:400px;
	left: 0;
	z-index: 2000;
}

 .social ul {
	list-style: none;
}

.social ul li a{
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	background-color:#000000;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}
.social ul li .icon-facebook{background-color:#3b5998; }
.social ul li .icon-twitter{background-color:#00abf0;}
.social ul li .icon-rocket{background-color:#f94c02;}

.social ul li a:hover{
	padding: 10px 40px;
	background: #000;
}



h1{
	display: block;
	font-size:35px;
	color:black;
	opacity: .3;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

h2{
	padding-top:40px;
	font-size:40px;
	color:black;
	opacity: .6;
}

h3{
	font-size:14px;
	color:black;
	opacity: .6;
	display: inline-block;
}

h4{
	padding:30px 30px;
	font-size:36px;
	color:white;
}

h5{
	font-size: 18px;
	line-height: 20px;
	color: white;
	margin-left: 20px;
}

header{
	width: 1000px;
	height: 50px;
	margin: -20px auto;
}
#logo{
	width:300px;
	float: left;
	margin-top:30px;
	background-color:white;
}




/*menu*/

header nav{
	float: left;
	background: #191919;
	width:700px;
	height:75px;
	margin:20px auto;
}
header nav ul{
	list-style: none;
}

header nav ul li{
	display: inline-block;
	position: relative;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease; 
}
header nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding:20px 20px;

}
header nav ul li:hover{
	background:#B91818;

}
header nav ul li:hover .children{
	display: block;
}
header nav ul li .children{
	display: none;
	background: #191919;
	position: absolute;
	width: 180%;
	z-index: 1000;
}
header nav ul li .children li{
	display: block;
}

header a{
	text-decoration: none;
}

/*menu*/





section.titulo{
	width: 1000px;
	margin:20px auto;
}


.barradescripcion{
	margin-top: 65px;
	width: 100%;
	height: 200px;
	background-color: black;
}
.titulodescripcion{
	width: 1000px;
	height: 100%;
	margin:0px auto;
}
.cuadrotitle{
	width: 500px;
	height:200px;
	float: left;
	background-color: red;
}

/*FORMULARIO DE CONTACTO*/

section.maincontact{
	width: 100%;
	height: auto;
	margin: 100px 0px;
}

article.contact{

	width: 1000px;
	height: 600px;
	margin: 10px auto;

}

form{
	float: left;
	width:500px;
	border: 1px solid #ccc;
	margin: 5px auto;
	padding: 20px;
}

label{
	font-size: 12px;
	width: 100%;
	display: block;
	padding: 10px;
}

textarea{
	resize:vertical;
	max-height: 250px;
	min-height: 200px;
}

input ,textarea{
	margin-bottom: 20px;
	width:90%;
	padding: 20px;
	border: 1px solid #ccc;
}


input[type="submit"]{
	margin-bottom: 0px;
	background: #1668CA;
	color: #fff;
	border: none;
	-webkit-transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;


}

input[type="submit"]:hover{
	background:red;
	cursor:pointer;
}

/*FORMULARIO DE CONTACTO*/


/*MAPA*/

section.mapa{
	margin-top: -600px;
	margin-left: 30px;
	float: left;
	width:400px;
	height: auto;
	float: left;
}
article.mapa{
	width: 100%;
	height: 100%;
}

/*MAPA*/

article.datoscontact{
	width: 300px;
	height: 50px;
	float: left;margin-top: 60px;
	font-size: 24px;
	color:black;
	font-weight: bold;

}

article.datos{
	width: 500px;
	height: auto;
	float: left;
	line-height: 30px;
	opacity: .8;
}

span.icon{
	margin-right: 20px;
}



/*FOOTER*/
.main-footer{
	width: 100%;
	height:auto;
	background-color:black;
}
div.footline{
	width: 100%;
	height: 5px;
	background-color: red;
}

.footer{
	width: 1000px;
	height:200px;
	margin:0px auto;
	padding-left: 10px 0px;
}
section.foot1{
	width: 200px;
	float: left;
	height: 200px;
	-webkit-transition: all 400ms ease;
	-moz-webkit-transition: all 400ms ease;
	-ms-webkit-transition: all 400ms ease;
	-o-webkit-transition: all 400ms ease;
	webkit-transition: all 400ms ease;
}

section.foot1:hover{
	background-color: red;
}
section.foot2{
	float: left;
	margin-left: 40px;
	width:330px;
	height:100px;
	color: white;
	font-size:14px;
	padding: 30px 20px;
	line-height: 30px;
	border-left: 1px solid #494949;
}
section.foot3{
	float: left;
	margin-left: 40px;
	width:300px;
	height:100px;
	color: white;
	font-size:14px;
	padding: 30px 20px;
	line-height: 30px;
	border-left: 1px solid #494949;
}

section.main-project{
	width: 100%;
	height:400px;
	background-color:#dadada;
}

section.project{
	margin:20px auto;
	width:1000px;
	height:400px;
	background-color: white;

}

article.project{
	width: 223px;
	height:264px;
	float: left;
	background-color:#dadada;
	margin-left: 21px;
	cursor: pointer;
	-webkit-transition: all 400ms ease;
	-moz-webkit-transition: all 400ms ease;
	-ms-webkit-transition: all 400ms ease;
	-o-webkit-transition: all 400ms ease;
	webkit-transition: all 400ms ease;

}

article.project:hover{
	box-shadow: 0px 0px 20px #696969;
	border-bottom: 2px solid red;
}

figure{
	width: 100%;
	height: auto;
}

figcaption{
	padding: 7%;
	width: 86%;
	height: 50px;
}
