* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #e5e5e5;
	font-size: 12px;
	background: rgba(204,204,204,1);

	
}


h1, h2 {
	font-family: 'Poiret One', cursive;
	font-weight: 300;
	margin:0 0 15px 0;
	text-shadow: 4px 4px 4px #aaa;

}


h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
	margin-left: 5%;
	
}


h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight:100;
	line-height: 25px;

}
/*#anclainspecciones { 
	
color: rgba(255,255,255,.5); 
position:fixed; 
margin-left:35%;

background-color: rgba(0,51,51,.5);

}*/
ol {
	margin: 0 0 15px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight:100;
	line-height: 25px;

}

a {
	color: #3e3e3e;
	
}



.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 2000px;
	min-width: 240px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;

}



.section {
	width: 100%;
	max-width: 2000px;
	min-width: 240px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: auto;
}


.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Poiret One', cursive, serif;
	font-weight: 300;

}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


/*css  de imagenes*/

/*.imagenes {
	width: auto;
	height: auto;
}
img {
	border: none;
    outline: none;
    max-width: 100%;
    height: auto !important;
}
object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}*/

/*fin css  de imagenes*/

.subMenu {
	height: 50px;
	z-index: 5000;
/*	z-index: 1000;*/
	width: 100%;
	background: rgba(0,102,102,.65);
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 35px;
	width: 20%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 2% 0 2%;
	text-align: center;
	
	color: rgba(255,255,255,1);
}
.subMenu a:hover {
	background: rgba(51,153,153,1);
}

.active {
	background: rgba(0,102,102,1);
}
.end {
	margin: 0;
}

.content {
    padding: 0px 20px 30px 0px;
}


/* SECTIONS */
.sTop {
	min-height: 130px;
	background: rgba(204,204,204,1);
	color:#3d3d3d;
	padding: 50px 0;
	height: 350px;
	background-image:url(../imagenes/imagen-encabezado.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;

	background-attachment:fixed;

	
	
	
	
}



#logo {
	width: 30%;
	max-width:1240px;
	height: auto ;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0;
	float: left;
	margin-left:49%; 
	position: fixed; height:; z-index:-2000;
}
#logo h1 {
	float:left;
	height: auto;
	width: 95%;
	margin-left: 5%;
	
	}

.s1 {
	background: rgba(0,102,102, 1);

	
/*	z-index:-1000;*/
	
}


.s2 {
	
	background: rgba(255,255,255,1);
	color: rgba(51,51,51,1);

	
}
.s2 a {
	color: #fff;
	
}

.s3 {
	background: rgba(51,153,153,1) ;
}


.s4 {
	background: #5aa3c4;
}



.s5 {
	background: #bce1f1;
	color: #3d3d3d;
}

.s6 {
	background: #161616;
}


.s7 {
	background-color: rgba(0,102,102,1);
	width:100%;
	height:auto;
	}


.textos {
	width: 50%;
	height:auto;
	float:left;
	margin-left:10%;
	margin-bottom: ;
	padding-bottom: ;
}
.imagenes {
	width: 300px;
	height:300px;
	background-color:;
	float: left;
	margin-left:5%;
	margin-right:5%;
	margin-bottom: ;
	padding-bottom: ;
  -moz-border-radius: 250px;
-webkit-border-radius: 250px;
border-radius: 250px;

    -moz-box-shadow: 10px 10px 5px #999999;
    -webkit-box-shadow: 10px 10px 5px #999999;
    box-shadow: 10px 10px 5px #999999;




}
#boxform{
	font-size:24px; width: 40%; margin-left:20%;
}


@media only screen and (max-width: 800px)
{
	#logo {
	width: 70%;
	margin-left: 15%;
	

}
img {
	border: none;
    outline: none;
    max-width: 100%;
    height: auto !important;
	
}
.textos {
	margin-left:20%;
	width: 65%;
	
}

}

@media only screen and (max-width: 480px)
{
	#boxform{
	font-size:24px; width: 50%; margin-left:15%;
}
#logo {
	width: 50%;
	margin-left: 10%;

}	
img {
	border: none;
    outline: none;
    max-width: 100%;
    height: auto !important;
	
}

.s3 {
	background: rgba(51,153,153,1) ;
	width:auto;
}
.imagenes {
	width: 150px;
	height:150px;
	
	
}

}
