body{
	background: url(../images/fondo.jpg) center center fixed no-repeat;
	font-family:arial, sans-serif;
	font-family: 'Roboto', sans-serif;
}

.nosotros1{
	background: url(../images/fondo1.jpg) center center fixed no-repeat;
	font-family: 'Roboto', sans-serif;
}

.contacto{
	background: url(../images/fondo2.jpg) center center fixed no-repeat;
	font-family: 'Roboto', sans-serif;
}

.servicios{
	background: url(../images/fondo3.jpg) center center fixed no-repeat;
	font-family: 'Roboto', sans-serif;
}

#cintillo{
	background: #f2f2f2;
	width:100%;
	position:relative;
	z-index:10;
}

#cintillo-conten{
	width:1100px;
}

#cintillo, #cintillo-conten{
	border:0px solid blue;
	background-color:;
	height:76px;
	margin:0px auto;
}

#wrapP{
	width:1100px;
	margin: 0px auto;
}

#pagina{
	border:0px solid red;
	width:100%;
	float: left;
}

#logotipo{
	width: 30%;
	float: left;
}

#logotipo img{
	width: 100%;
	float: left;
}

#cabecera{
	border:0px solid black;
	width:100%;
	height:200px;
}

nav{
	border:0px solid green;
	width:100%;
	height:75px;
}

nav a{
	text-decoration:none;
	color:black;
}

nav ul{
	width: 100%;
}

nav ul li{
	width: 17%;
	float:left;
}

.menu{
	border:0px solid red;
	width: 100%;
	text-align: center;
	padding:29px 0;
}

.menu:hover{
	border-bottom: 3px solid #00a3e8;
	color: #00a3e8;
}

#efecto{
	border:0px solid black;
	width:100%;
}

#contenido{
	border:0px solid green;
	width:100%;
	float:left;
}

#ladoi{
	border:0px solid red;
	width:61%;
	float:left;
	padding:10px;
}

#ladod{
	border:0px solid red;
	width:35%;
	padding:0px 10px 10px 10px;
	float:left;
}

#formulario-rapido{
	border:0px solid red;
	width:100%;
	float:left;
	padding:0px 10px 10px 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#titulo-formulario{
	background-color:black;
	width:100%;
	text-align:center;
	color:white;
	padding:7px 0px;
}

footer{
	border:0px solid blue;
	background: #f2f2f2;
	width:100%;
	height:75px;
	float:left;
}

#footer-conten{
	border:0px solid red;
	width:1100px;
	height:75px;
	margin:0px auto;
}

.seccion-footer{
	border:0px solid black;
	width:33.33%;
	float:left;
	text-align: center;
	font-weight: bold;
	padding:10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.seccion-footer a{
	text-decoration: none;
	color: black;
}

.seccion-footer a:hover{

}

.titulo-seccion-footer{
	border-bottom:0px solid gray;
	font-weight:bold;
	color:;
	padding:0px 0px 6px 10px;
}

.desarrollo-seccion-footer{
	line-height:18px;
	color: ;
	text-align:justify;
	font-size:14px;
	padding:10px;
}

.sombra{
	width: 100%;
	z-index: 5;
	float: left;
	background: rgba(0,0,0,0.7);
}

.nosotros{
	width: 92%;
	color: white;
	font-size: 22px;
	padding: 12%;
	float: left;

box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
}

.titulo-nosotros{
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3%;
}

#formulario{
	width: 45%;
	float: left;
	margin: 1%;
}

.imagen-seccionc{
	width: 48%;
	float: left;
    margin-left: 20px;
    margin: 1%
}

.productos{
	width: 100%;
	float: left;

}

.producto{
	width: 55%;
	float: left;
	font-size: 17px;
	text-align: justify;
	margin: 1%;
	color: white;

}

.imagen-producto{
	width: 40%;
	float: left;
	margin: 1%;
}


.imagen-producto img{
	width: 100%;
	float: left;
	border-radius: 15px;
}

.titulo-producto{
	width: 95%;
	color: white;
	margin: 4%;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

.cuadro{
	background: rgba(4,90,163,0.8);
    width: 30%;
    float: left;
    margin: 2% 32%;
    font-weight: bold;
    font-size: 29px;
    padding: 3%;
    color: white;
    text-align: center;
}