*{
            margin:0;
            padding: 0;
        }

ul li a {
	color: white;
        font-size: 20px;
}
.navbar{
    width: 100%;
    position: fixed;
    z-index: 105;
    border-color: #e7e7e7;
    background: #1369a8;
}



articule{
	position: relative;
	margin-top: 2%;
}
 
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxFooterxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


#logo{
	width: 20px;
	height: 20px;
}



/* footer */

footer {
  width: 100%;
  color: white;
  float: left;
  position: relative;
  margin-top: 15%;
    
 
}
.footer-style {
	position: relative;
	
    padding-top: 50px;
    background-color: #1369a8;
	width: 100%;
}
footer .container {
	background: #1369a8
}
footer h3 {
	margin-bottom: 30px;
    font-weight: 800;
	font-weight: lighter;
}
footer p {
	font-weight: lighter;
}
footer .footer-col {
  margin-bottom: 50px;
  font-family: sans-serif;
  
}
footer .footer-above {
  padding-top: 50px;
  background-color: black;
}
footer .footer-below {
  padding: 25px 0;
  background-color: black;
}
/*Cambio el tamaño de letra o fuente*/
.social-icons .fa {
font-size: 30px;
}

main{
	margin-left: 20%;
	font-family: sans-serif;
	font-style: oblique;
	font-size: 30px;
	
}

.footer{
		text-align: center;
		margin-left: 3%;
                
	}



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxNosotrosBoostrapxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#nosotros{
	padding: 10%;
	
	
}


#nosotrosimg{
    width: 100%;
    padding: 5%;
    height: auto;
    float: left;
    background: white;
	
	}
.servi1{
    width: 40%;
    height: 200px;
    margin: 4.5%;
    float: left;
    
    
}
  
.imgnosotros{
    width: 100%;
    height: 300px;
    position: relative;
}
.nosotrostexto{
	color: black;
        font-weight:100;
        font-size: 25px;
        font-family: cursive;

	
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxpagina contactoxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#contacto{
	width: 90%;
	position: relative;
	padding: 10%;
	

}

.container {
	background: #9bcfe6;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxmedia 450xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
	
@media (max-width:450px){

	.navbar{
		width: 100%;
		position: fixed;
		z-index: 105;
				
	}
	
	.footer {
		text-align: center;
		margin-left: 3%;
		
	}
	.servi1 {
		width: 100%;
		height: 200px;
		margin-left: 0%;
		float: left;
		}
	.imgnosotros{
		width: 100%;
		height: 200px;
		position: relative;
	}
        .nosotrostexto{
		color: black;
		font-weight: 100;
		margin-top: 60%;
}

}

@media (min-width: 768px){
	
	.footer{
		text-align: center;
		margin-left: 7%
	}
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxnuevo formxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	/*line-height:30px;*/
	color:#777;
	background:#fff;
}
.containercon {
	/*max-width:400px;*/
	width:100%;
	margin:0 auto;
	position:relative; 
	margin-top: 55%;
	

}
.container {
	/*max-width:400px;*/
	width:100%;
	margin:0 auto;
	position:relative;
       

}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}