/* CSS Document */

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
body {
	background-color: #ffffff;
	background-image: url(../Imagenes/fondo_body.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	width:100%;
	background-position: 50% 50%;
	/*font-size:16pt;*/
}
#contenedor {
	width:80%;
	height: 100%;
	max-height:3500px;
	margin: 0 auto;
	
}


.main {
	width:100%;
	height:100%;
	position:relative;
	float:left;
	z-index:1;
	background-color:transparent;
	margin: 0 auto;
	
}

.imagen{
	width:100%;
	height:auto;
}

.imagen img{
	width:100%;
}


/*Estilo Servicios */

#servicios {
	width:100%;
	max-width:2000px;
	max-height:3000px;
	float:left;
	display:inline-block;
	background-color:  rgba(255,255,255,.8);
	text-align:center;
}

#servicios img {
	width:100%;
	
}

/* Inicia estilos de contenido */

#contenido {
	position:relative;
	width:100%;
	height:auto;
	padding:2% 6%;
	float:left;
	background-color: rgba(255,255,255,.8);
}



/* Termina estilos de contenido*/

.producto {
	width:20%;
	height:80%;
	max-height:600px;
	color: #000066;
	font-family:'Cabin', Helvetica, sans-serif;
	float:left;
	position:relative;
	margin-top:2%;
	margin-left:7%;
	margin-right:6%;
	margin-bottom:2%;
	background-color:#fff;
	text-align:center;
	display:inline-block;
	border:solid 1px #ccc;
	
}

.producto img {
	width:100%;
	
}

.equipo {
	width:100%;
	height:auto;
	color: #000066;
	font-family:'Cabin', Helvetica, sans-serif;
	font-weight:900;
	font-size:20px;
	float:left;
	position:relative;
	padding:2% 5% 0% 5%;
	margin-top:2%;
	background-color:#fff;
	text-align:center;
	display:inline-block;
	position:relative;
	
}

.textos {
	width:100%;
	height:auto;
	font-family:'Cabin', Helvetica, sans-serif;
	font-size:18px;
	float:left;
	position:relative;
	background-color:#fff;
	text-align:center;
	display:inline-block;
	color:#666666;
	padding:5%;
	
}

.icon-plus2{
	font-size:50px;
}

@media (max-width: 768px) and (min-width: 481px){

#contenedor {
	width:100%;
	height: 100%;
	margin: 0 auto;
	
}

}


@media (max-width: 480px) and (min-width: 320px){

#contenedor {
	width:100%;
	height: 100%;
	margin: 0 auto;
	
}

}

