*{
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5{
	color: #FFF;
}

.clear{
	clear:both;
}

.alert{
	line-height: 200px;
	font-size: 30px;
}

body{
	background-image: url(../images/bg1.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*header*/
header{
	background-color: #fff;
	padding: 20px 5%;
}

header .logo{
	float: left;
}

header nav{
	float: right;
	margin-top: 20px;
}

header nav ul{
	text-align: right;
	float: right;
}

header nav ul li{
	float: left;
	list-style: none;
}

header nav ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 40px;margin-left: 5px;
	font-size: 18px;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
}

header nav ul li a:hover{
	background-color: #f4ff3e;
	color: #333;
}

.active, .active:hover{
	background-color: #011f82;
}

/*home*/
#home{
	width: 70%;
	margin:auto;
	position: relative;
}

.left-box{
	width: 38%;
	float: left;
	overflow: hidden;
}

.right-box{
	float: left;
	height: 100%;
	width: 58%;
	margin-left: 2%;
}

/*Nav*/


/*Wellcome*/

.wellcome{
	color: #FFF;
	background-color: rgba(0,0,0,.6);
}

.wellcome h1{
	font-weight: normal;
	font-size: 45px;
	margin-top:150px;
	padding-top: 40px;
	margin-left:200px;
}

.slides{
	width:500px;
	margin-left:200px;
}

.slides p{
	font-size: 22px;
}

.contents{
	color: rgba(34,34,34,0.8);
	width: 90%;
	padding: 3% 5%;
}

.contents h2{
	color: 	#FF8000;
	border-bottom: solid 3px #FF8000;
	font-size: 35px;
	font-weight: normal;
	text-indent: 10px;
	margin-top: 20px;
}

.contents ul{
	margin-left: 50px;
	font-size: 22px;
}

.contents > ul > li{
	list-style-image: url(../images/list.png);
	color: #222;
}

.content > ul > li > ul > li{
	list-style:none;
}

.contents > p{
	font-size: 24px;
}

.dat{
	margin: 20px 0px;
	border-bottom:solid 5px #444;
	width: 100%;
}

.title{
	font-size: 34px;
	font-weight: bold;
}

.p1{
	font-size: 22px;
	text-align: justify;
	text-indent: 20px;
	margin-bottom: 10px;
	padding: 0px 10px;
	color: rgba(17,17,17,0.9);
}

.p2{
	color: rgba(0,0,0,.9);
	font-size: 24px;
	text-align: justify;
	margin-bottom: 10px;
	padding: 0px 10px;
}


#servicios > h1, #nosotros > h1, #clientes > h1, #contacto > h1{
	font-size: 45px;
	font-weight: normal;
	background-color: rgba(0,0,0,.9);
	z-index:1000;
	padding: 20px 5%;
}





/*Sections*/

#servicios{
	background-color: rgba(255,255,255,.7);
	padding-bottom: 150px;
	width: 	100%;
}

.text{
	font-size: 20px;
}

.text > p{
	font-size: 20px;
}

#nosotros{
	padding-bottom: 150px;
	width: 	100%;
	background-color: rgba(255,255,255,.7);
}

#clientes{
	background-color: rgba(255,255,255,.7);
	padding-bottom: 40px;
	padding-top:90px;
	width: 	90%;
	padding-left: 	5%;
	padding-right: 	5%;
}

#contacto{
	width: 	100%;
	background-color: rgba(255,255,255,.7);
	padding-bottom: 150px;
}

.map{
	opacity: .6;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.map:hover{
	opacity: 1;
}

/*Contacto*/

.contact-p{
	width: 100%;
	text-align: center;
	margin: 5px 0px;
}

.cell-1{
	padding: 10px 1%;
	display: inline-block;
	width: 46%;
	border: solid 1px rgba(255,255,255,.2);
	font-size: 18px;
	outline: none;
	background-color: rgba(255,255,255,.3);
	color: #444;
	margin: 0px .2%;
}

.cell-2{
	padding: 10px 1%;
	display: inline-block;
	width: 95%;
	border: solid 1px rgba(255,255,255,.2);
	font-size: 18px;
	outline: none;
	background-color: rgba(255,255,255,.3);
	color: #444;
	resize:none;
}

.btn-1{
	line-height: 45px;
	padding: 0px 55px;
	background-color: #222;
	color: #FFF;
	border: none;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	font-size: 18px;
}


#respuesta{
	background-color: #070;
	color: #FFF;
	height: 100px;
	width: 100%;
}

#c_information{
	width: 95%;
	text-align: center;
	font-size: 18px;
	color: #0D0;
	background-color: #FFF;
	border: 1px solid #0D0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: auto;
	padding-bottom: 4px;
	padding-left: auto;
	margin-left: auto;
	margin-right: auto;
}

.hide{
	display: none;
	text-align: center;
}

.info-contact{

}

.info-contact ul{
	text-align: center;
}

.info-contact ul li{
	display: inline-block;
	color: #222;
	font-size: 18px;
	padding-left: 25px;
	margin-left: 5px;
	line-height: 30px;
}

.direccion{
	background-image: url(../images/location.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}


.telefono{
	background-image: url(../images/phone.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.celular{
	background-image: url(../images/cel.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.web{
	background-image: url(../images/link.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}


.mail{
	background-image: url(../images/mail.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

/*Footer*/

footer{
	width: 90%;
	padding: 20px 5%;
	background-color: #222;
	color: #CCC;
	font-size: 14px;
	position: fixed;
	bottom: 0px;
	text-align: right;
}

footer a{
	color: #FFF;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

footer a{
	color: #FFF;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}
