/* reset */

#logo{width:60%;}
#logo2{width:25%;margin-top:7px}

.botones img{width:18%; margin-right:2%}
#electro{margin-right:0%}
#person{bottom:0}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}

h4{font-weight:bold}
/*end reset*/
body{font-family: 'Open Sans', sans-serif;}
/*---start-wrap-----*/
.wrap{width:80%;margin:0 auto;}
/*---start-Header-----*/
.header{background: #6875a0;position: fixed;z-index: 999;top: 0px;width: 100%;border-bottom: 1px solid rgba(238, 238, 238, 0.49);
box-shadow: #6875a0}

.logo{float: left;}
.top-nav{float:right}
.top-nav ul li{display:inline-block;}

.top-nav ul li a{color: #CCC;text-transform: uppercase;font-size: 0.875em;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; padding: 1em;display: block;}

.top-nav li.active> a, .top-nav li> a:hover {
	color: #FFFFFF;
}
/*---End-Header-----*/
/*----start-image-banner-----*/
.img-banner{
	padding: 7em 0 0 0;
	background-size: 100%;
	position: relative;
	margin: 2px 0;
	border: 1px solid #eee;
	border-right: 0;
	border-left: 0;
}
.img-banner-info{
	float: left;
	width: 50%;
	text-align: right;
	margin-right:1em;
}
.img-banner-info h1{
	font-size:5em;
}
.img-banner-info h1 span{
	color:#000;
}
.img-banner-info h2{
	font-size:2em;
}
.img-banner-pic {
	float: right;
	width: 47.3%;
	text-align: left;
	/*margin-bottom: 1.5em;*/
}

.img-banner-info p{
	width:75%;
	float:right;
	margin-top:1em;
}

.titulo{
	
	font-weight:bold;
	text-decoration:underline;
	color:#000}

.info-btns ul li{
	display:inline-block;
}
.info-btns ul li:first-child{
	margin-right:5px;
}
.info-btns ul li:first-child a{
	width: 140px;
	height: 53px;
	display: block;
	background: url(../../images/img-sprit.png) no-repeat #F2F4F5 -212px -879px;
}
.info-btns ul li:nth-child(2) a{
	width: 180px;
	height: 53px;
	display: block;
	background: url(../../images/img-sprit.png) no-repeat #F2F4F5 -172px -826px;
}
.info-btns{
	margin-top: 1em;
}
/*----//End-image-banner-----*/
/*---start-top-grids-----*/
.top-grids{
	background:#dbdbdb;
	padding: 5em 0;
	margin: 2px 0;
}
.icon1{
	display: inline-block;
	padding: 1.3em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px dashed #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.icon1 span{
	height: 50px;
	width: 53px;
	display: block;
	vertical-align: middle;
}


.icon1 span:hover{
	height: 50px;
	width: 53px;
	display: block;
	vertical-align: middle;
}
.icon2{
	display: inline-block;
	padding: 1.3em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px dashed #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.icon2 span{
	height: 50px;
	width: 53px;
	display: block;
	vertical-align: middle;
}
.icon2 span:hover{
	height: 50px;
	width: 53px;
	display: block;
	vertical-align: middle;
}
.icon3{
	display: inline-block;
	padding: 1.3em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px dashed #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.icon3 span{
	height: 50px;
	width: 53px;
	display: block;
	vertical-align: middle;
}
.icon3 span:hover{
	height: 50px;
	width: 53px;
	display: block;
	vertical-align: middle;
}
.top-grid{
	text-align:center;
	width:31.33%;
	float:left;
	margin-right:2%;
}
.top-grid h3{
	
	font-size: 1.2em;
	text-transform: uppercase;
	color: #070708;
	font-weight: 300;
	margin-top: 0.5em;
}
.top-grid p{
	
	font-size: 0.875em;
	line-height: 1.5em;
	color: #070708;
	font-weight: 300;
	margin: 0.5em 0 0.8em 0;
}

.top-grid:last-child{
	margin-right:0;
}

.top-grid2 p{
	width:25%;
	font-size: 0.875em;
	line-height: 1.5em;
	color: #070708;
	font-weight: 300;
	margin: auto;
}

.top-grid2:last-child{
	margin-right:0;
}

.btn{
	color: #888;
	font-size: 0.875em;
	margin: 1em 0;
	padding: 0px 17px 0px 0px;
}
.btn span{
	height: 12px;
	width: 12px;
	display: inline-block;
	background: url(../../images/img-sprit.png) no-repeat -9px -814px;
	vertical-align: middle;
	margin-left: 3px;
}

.
.btn span:hover{
	color:#000;
	background: url(../images/img-sprit.png) no-repeat -21px -814px;
}
.btn:hover{
	color:#000;
}



.boton {
	-moz-box-shadow:inset -2px 4px 0px -1px #f5978e;
	-webkit-box-shadow:inset -2px 4px 0px -1px #f5978e;
	box-shadow:inset -2px 4px 0px -1px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:2px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
line-height:20px;
	width:20%;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px -2px 0px #810e05;
	float:right;
	margin-top:6%;
	overflow:hidden;

}
.boton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.boton:active {
	position:relative;
	top:1px;
}

.boton2 {
	-moz-box-shadow:inset -2px 4px 0px -1px #fed897;
	-webkit-box-shadow:inset -2px 4px 0px -1px #fed897;
	box-shadow:inset -2px 4px 0px -1px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:2px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
line-height:20px;
	width:20%;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px -2px 0px #cd8a15;
	float:right;
	margin-right:2%;
	margin-top:6%;
	overflow:hidden;
}
.boton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.boton2:active {
	position:relative;
	top:1px;
}



.boton3 {
	-moz-box-shadow:inset -2px 4px 0px -1px #c1ed9c;
	-webkit-box-shadow:inset -2px 4px 0px -1px #c1ed9c;
	box-shadow:inset -2px 4px 0px -1px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #14a488) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, 14a488 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#14a488;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:2px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
line-height:20px;
	width:20%;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px -2px 0px #689324;
	margin-right:2%;
	margin-top:6%;
	overflow:hidden;
}
.boton3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #14a488), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.boton3:active {
	position:relative;
	top:1px;
}


/*---//End-top-grids-----*/
/*---start-mid-grids-----*/
.mid-grid-top {
	padding: 2em 0 5em 0;
	border-top: 1px solid #eee;
	margin: 2px 0;
	border-bottom: 1px solid #eee;
	/*background: url(../images/divice-off.png) no-repeat 82% 100%;*/
}
.mid-grid-top-pic{
	float: left;
	width: 29%;
	text-align: right;
	height: 598px;
}
.mid-grid-top-info{
	float: right;
	width: 100%;
	margin-top:1em;
	float:left;
}
.mid-grid-top-info h3{
	font-size:2em;
	color:#191F2F;
}
.mid-grid-top-info p{
	line-height: 1.8em;
	margin-top: 1em;
	color: #81888d;
}
.mid-grids-center{
	background: #f5f5f5;
	padding: 5em 0;
}
.mid-grids-center{
	text-align:center;
}
.mid-grids-center h3{
	font-size: 2em;
	color: #191F2F;
}
.mid-grids-center p{
	width: 70%;
	margin: 1em auto 2em auto;
	line-height: 1.8em;
	color: #81888d;
}
/*---End-mid-grids-----*/
/*---start-mid-grids-bottom-----*/
.mid-grids-bottom form{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #E6E6E6;
	width: 47%;
	margin: 0 auto;
	background: #F2F4F5;
	padding: 0.5em;
}
.mid-grids-bottom input[type="text"]{
	padding: 1em;
	font-family: 'Open Sans', sans-serif;
	outline:none;
	border: none;
	width: 76.33%;
	text-transform:uppercase;
	color: #81888d;
}
.mid-grids-bottom input[type="submit"]{
	background:#191F2F;
	border: none;
	padding: 1em 3em;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mid-grids-bottom input[type="button"]{
	background:#191F2F;
	border: none;
	padding: 1em 3em;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mid-grids-bottom input[type="submit"]:hover{
	background: #000;
}
.mid-grids-bottom h3{
	text-align: center;
	font-size: 2em;
	width: 40%;
	margin: 0em auto 1em auto;
	color: #191F2F;
}
.mid-grids-bottom {
	padding: 4em 0 9em 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 2px 0;
}


 #ocultar1, #ocultar2, #ocultar3 , #ocultar4, #ocultar5, #ocultar6, #ocultar7, #ocultar8, #ocultar9{
		display:none;
		width:30%;
		}

#ocultar2, #ocultar5, #ocultar8{margin-left:33.3%}
#ocultar3, #ocultar6, #ocultar9{margin-left:68%}
    
.vermas{width:100%;
	float:left;
	
	}
	
	
	
	.btn{margin-bottom:2%}
	.mas:hover{
		text-decoration:underline;
		cursor:pointer;
		
		}
    


/*---End-mid-grids-bottom-----*/
/*---start-footer----*/
.footer{
	text-align:center;
	background: #f5f5f5;
	padding:1em;
	position:relative;
}
.footer p{
	color: #191F2F;
	font-size:0.875em;
}
.footer p a{
	color:#000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer p a:hover{
	color:#555;
}
/*---End-footer----*/
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../../images/img-sprit.png) no-repeat 0px -938px;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---//End-wrap-----*/
/*----responsive-design-----*/
@media only screen and (max-width: 1440px) and (min-width: 1366px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.mid-grids-bottom input[type="text"] {
		width: 75%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.mid-grids-bottom input[type="text"] {
		width: 75%;
	}
	.mid-grids-bottom form {
		width: 51%;
	}
	.img-banner-pic {
		width: 44%;
		margin-top:40px;
	}
	.img-banner-info {
		width: 50%;
	}
	.mid-grid-top-pic {
		width: 31%;
	}
	.mid-grid-top-info {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:90%;
	}
	.mid-grids-bottom input[type="text"] {
		width: 75%;
	}
	.mid-grids-bottom form {
		width: 64%;
	}
	.img-banner-pic {
		width: 43.3%;
		margin-bottom:0
	}
	.img-banner-info {
		width: 53%;
		margin-bottom:5%
	}
	.mid-grid-top-pic {
		width: 39%;
	}
	.mid-grid-top-info {
		width: 100%;
	}
	.mid-grids-bottom h3 {
		font-size: 2em;
		width: 50%;
	}
	.top-grid p label{
		display:none;
	}
	.top-grid p {
		margin: 0.5em 0;
	}
}
@media only screen and (max-width: 800px) and (min-width: 640px) {
	
	#logo2{display:none}
		.boton3 , .boton2 , .boton{width:80%; float:none}
	.wrap{
		width:90%;
	}
	.mid-grids-bottom input[type="text"] {
		width: 75%;
	}
	.mid-grids-bottom form {
		width: 85%;
	}
	.img-banner-pic {
		float: none;
		margin: 2em auto 0 auto;
		text-align: center;
		width: 300px;
	}
	.img-banner-info p {
		width:90%;
		text-align:center;
		float:none;
		margin:1em auto 0 auto;
	}
	.img-banner-info {
		float:none;
		width:100%;
		text-align:center;
		margin-top:1em;
	}
	.img-banner {
		padding: 0em 0 0 0;
		margin-top:8%
	}
	.mid-grid-top-pic {
		width:396px;
		float:none;
		text-align:center;
		margin:0 auto;
	}
	.mid-grid-top-info {
		width: 100%;
		float:none;
		margin-top:2em;
	}
	.mid-grids-bottom h3 {
		font-size: 2em;
		width: 67%;
	}
	.mid-grids-center p {
		width: 90%;
	}
	.top-grid p label{
		display:none;
	}
	.top-grid p {
		margin: 0.5em 0;
	}
	.logo {
		float: none;
		text-align:center;
		margin-top: 0em;
		padding-top:0.6em;
	}
	.top-nav {
		float: none;
		text-align:center;
	}
	.top-grid {
		text-align: center;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	
	.mas{display:none}
}
@media only screen and (max-width: 640px) and (min-width: 480px) {
	#logo2{display:none}
	
		.boton3 , .boton2 , .boton{width:80%; float:none}
	.wrap{
		width:90%;
	}
	.mid-grids-bottom input[type="text"] {
		width: 70%;
	}
	.mid-grids-bottom form {
		width: 85%;
	}
	.img-banner-pic {
		float: none;
		margin: 2em auto 0 auto;
		text-align: center;
		width: 300px;
	}
	.img-banner-info p {
		width:90%;
		text-align:center;
		float:none;
		margin:1em auto 0 auto;
	}
	.img-banner-info {
		float:none;
		width:100%;
		text-align:center;
		margin-top:1em;
	}
	.img-banner {
		padding: 0em 0 0 0;
		margin-top:18%
	}
	.mid-grid-top-pic {
		width:396px;
		float:none;
		text-align:center;
		margin:0 auto;
	}
	.mid-grid-top-info {
		width: 100%;
		float:none;
		margin-top:2em;
	}
	.mid-grids-bottom h3 {
		font-size: 2em;
		width: 67%;
	}
	.mid-grids-center p {
		width: 90%;
	}
	.top-grid p label{
		display:none;
	}
	.top-grid p {
		margin: 0.5em 0;
	}
	
	.mas{
		
		display:none;
		}
	
	.logo {
		float: none;
		text-align:center;
		margin-top: 0em;
		padding-top:0.6em;
	}
	.top-nav {
		float: none;
		text-align:center;
	}
	.top-grid {
		text-align: center;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
	
	#logo2{display:none}
		.boton3 , .boton2 , .boton{width:80%; float:none}
	.wrap{
		width:90%;
	}
	.mid-grids-bottom input[type="text"] {
		width: 60.2%;
	}
	.mid-grids-bottom form {
		width: 85%;
	}
	.img-banner-pic {
		float: none;
		margin: 2em auto 0 auto;
		text-align: center;
		width: 300px;
	}
	.img-banner-info p {
		width:90%;
		text-align:center;
		float:none;
		margin:1em auto 0 auto;
	}
	.img-banner-info {
		float:none;
		width:100%;
		text-align:center;
		margin-top:1em;
	}
	.img-banner {
		padding: 0em 0 0 0;
		margin-top:20%;
	}
	
	.mas{
		display:none}
	
	.mid-grid-top-pic {
		width:396px;
		float:none;
		text-align:center;
		margin:0 auto;
	}
	.mid-grid-top-info {
		width: 100%;
		float:none;
		margin-top:2em;
	}
	.mid-grids-bottom h3 {
		font-size: 2em;
		width: 82%;
	}
	.mid-grids-center p {
		width: 90%;
	}
	.top-grid p label{
		display:none;
	}
	.top-grid p {
		margin: 0.5em 0;
	}
	.logo {
		float: none;
		text-align:center;
		margin-top: 0em;
		padding-top:0.6em;
	}
	.top-nav {
		float: none;
		text-align:center;
	}
	.top-grid {
		text-align: center;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.top-nav ul li a {
		padding: 0.5em 0.8em;
	}
	.img-banner-info h1 {
		font-size: 3.5em;
	}
}
@media only screen and (max-width: 320px) and (min-width: 240px) {
	#logo2{display:none}
	.boton3 , .boton2 , .boton{width:80%; float:none}
	
	.wrap{
		width:95%;
	}
	.mid-grids-bottom input[type="text"] {
		width: 60.2%;
	}
	.mid-grids-bottom form {
		width: 85%;
	}
	.img-banner-pic {
		float: none;
		margin: 2em 0 0 1em;
		text-align: center;
		width: 278px;
	}
	.mid-grid-top {
		padding: 0em 0;
	}
	.mid-grids-bottom {
		padding: 2em 0;
	}
	.mid-grids-bottom input[type="submit"] {
		padding: 1em 1.3em;
	}
	.img-banner-info p {
		width:90%;
		text-align:center;
		float:none;
		margin:1em auto 0 auto;
	}
	.img-banner-info {
		float:none;
		width:100%;
		text-align:center;
		margin-top:1em;
	}
	.img-banner {
		padding: 0em 0 0 0;
		margin-top:20%
	}
	

  /*  #ocultar1, #ocultar2, #ocultar3 , #ocultar4, #ocultar5, #ocultar6, #ocultar7, #ocultar8, #ocultar9{
		display:none;
		width:100%;
		}
	#ocultar2, #ocultar5, #ocultar8{margin-left:0%}
	#ocultar3, #ocultar6, #ocultar9{margin-left:0%}
    
    .vermas{width:100%;
	float:left;
	
	}*/
	
	.mas{
		display:none}
	
	
	.mid-grid-top-pic {
		display:none;
	}
	.mid-grid-top-info {
		width: 100%;
		float:none;
		margin-top:2em;
	}
	.mid-grids-bottom h3 {
		font-size: 2em;
		width: 82%;
	}
	.mid-grids-center p {
		width: 90%;
	}
	.top-grid p label{
		display:none;
	}
	.top-grid p {
		margin: 0.5em 0;
	}
	.logo {
		float: none;
		text-align:center;
		margin-top: 0em;
		padding-top:0.6em;
	}
	.top-nav {
		float: none;
		text-align:center;
	}
	.top-grid {
		text-align: center;
		width:100%;
		float: none;
		margin-right: 0%;
		margin-bottom:1em;
	}
	.top-nav ul li a {
		padding: 0.5em 0.2em;
		font-size: 0.8em;
	}
	.img-banner-info h1 {
		font-size: 2.5em;
	}
	.img-banner-info h2 {
		font-size: 1.5em;
	}
}