@charset "utf-8";
/* CSS Document */

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

body {
	background:
			#FDFDFD;
			
		}
	
#header1, #footer1{
	/*background:#FFF;
*/
	width:70%;
	margin:0 auto;
	margin-bottom: .5%;
		}
	
#footer1{
	background:
	#0C3;
	min-height:100px;
	padding-left: 200px;
	padding-top: 20px;
	margin-bottom: 0%;
	font-size:9px;
	}
#logo{
	background:url(../images/logotipo-mancera.png) no-repeat left;
	background-size:100%;
	width:20%;
	height:115px;
	margin-left:50px;
	}	
	
#avisop{
	font-size:11px;
	font-family:Calibri;
	text-align:	right;
	padding-top: 10px;
	
	}		
	
h1{
	font-size:11px;
	font-family:Calibri;
	text-align:	right;
	padding-top: 20px;
	}	
	
h3{
	background:url(../images/logotipo-mancera.png) no-repeat left;
	background-size:100%;
	width:20%;
	height:115px;
	margin-left:50px;
	}
	
h3 span{
	visibility:hidden;}	

#cssmenu {
			width: 100%;
			position: relative;
			top: 10px;
			margin: auto;
			border:	#006 solid 1px;
		}	
	

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Helvetica, sans-serif;
  background: #333;
  background:
  #06F;  /*color azul*/
  background: #1e589a;  /*azul mc*/
  border-radius:5px;
  background: -moz-linear-gradient(top,  rgba(30,88,154,1) 0%, rgba(42,138,216,1) 50%, rgba(30,88,154,1) 80%, rgba(30,88,154,1) 99%, rgba(30,88,154,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,88,154,1)), color-stop(50%,rgba(42,138,216,1)), color-stop(80%,rgba(30,88,154,1)), color-stop(99%,rgba(30,88,154,1)), color-stop(100%,rgba(30,88,154,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,88,154,1) 0%,rgba(42,138,216,1) 50%,rgba(30,88,154,1) 80%,rgba(30,88,154,1) 99%,rgba(30,88,154,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,88,154,1) 0%,rgba(42,138,216,1) 50%,rgba(30,88,154,1) 80%,rgba(30,88,154,1) 99%,rgba(30,88,154,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,88,154,1) 0%,rgba(42,138,216,1) 50%,rgba(30,88,154,1) 80%,rgba(30,88,154,1) 99%,rgba(30,88,154,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,88,154,1) 0%,rgba(42,138,216,1) 50%,rgba(30,88,154,1) 80%,rgba(30,88,154,1) 99%,rgba(30,88,154,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e589a', endColorstr='#001e589a',GradientType=0 ); /* IE6-9 */
  
  
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 15px;
  font-size: 12px;
  text-decoration: none;
  /*color: #ddd;*/
  color: #ffffff;
}
#cssmenu ul li:hover > a {
  /*color: #ffffff;*/
  color: #ddd; 
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  padding: 9px 15px;
  width: 180px;
  font-size: 12px;
  background: #333;
  background:#00FF66;  /*color verde*/
  background: #1e589a;  /*azul mc*/
  text-decoration: none;
  /*color: #ddd;*/
  color: #ffffff;
  border:
	#FFF solid 1px;
}

#invisibleh{
	
	width:100%;
	min-height:5px;
	
	/*border:
	#006 solid 10px;*/
	margin:1px auto 1px;
	}	
	
	
#nav-correo-home{
	width:150px;
	height:50px;
	position:absolute;
	left:71%;
	top:70px;}
	
#nav-correo-home ul li{
	display:inline-block;
	vertical-align:top;
	list-style:none;
	height:50px;
	width:70px;}
	
#nav-correo-home ul li a{
	/*display:block;*/
	height:50px;
	width:70px;
	text-decoration:none;	}
	
#bl{
	background:url(../images/inicio.png) no-repeat 0px;
	background-size:60%;
	
}
#fb{
	background:url(../images/correo.png) no-repeat 0px;
	background-size:80%;
	
}

#idioma1{
	/*background:url(../images/english.gif) no-repeat left;
	background-size:70%;*/
	position:absolute;
	/*width:20px;
	height:35px;*/
	left:75%;
	top:20px;	
}

#idioma1:hover{
	opacity:0.5;
}

#bl:hover{
	
	opacity:0.5;
}
#fb:hover{
	
	opacity:0.5;
}


	
#nav-correo-home ul li a span{
	visibility:hidden;}
	
	
	
	
#invisible{
	background:#FFF;
	width:70%;
	min-height:500px;
	/*border:#FF0000 solid 1px;*/
	border:
	#006 solid 1px;
	margin:1% auto 2%;
	/*text-align:center;*/
	}	

#sectionA, #sectionB, #sectionA1{
	display:inline-block;
	vertical-align:top;
	}	
		
	
#sectionA{
	/*background:#06C;  azul claro*/
	background: #1e589a;
	
	width:15%;
	min-height:700px;
	/*border:#FF0000 solid 1px;*/
	/*margin:1% auto 2%;*/
	}	
#sectionA1{
	background: #1e589a;
		width:15%;
	min-height:1450px;
	}		

 #sectionB{
	/*background:
	#06C;*/

	width:80%;
	min-height:400px;
	margin-left:2%;
	}	
		
h2{
	font-size:11px;
	font-family:Calibri;
	text-align:	right;
	padding-top: 20px;
	
	}

p{
	text-align:justify;
	font-size:16px;
	font-family:Calibri;
	
	margin:2% .5%;
	/*line-height:1.1em;*/}

	.parrafo, .aside{
	display:inline-block;
	vertical-align:top;
	} 
 
.aside{
	margin:2% 0;
	font-size:16px;
	width:45%;
	/*border:	#006 solid 1px;
	padding-bottom: -3px;*/
	}
	
.aside figure img{
	width:100%;}
	
.aside2{
	margin:2% 0;
	font-size:16px;
	width:45%;
	
	/*border:	#006 solid 1px;
	padding-bottom: -3px;*/
	
	}
	
.aside2 figure img{
	width:80%;}	
	

.parrafo{
	font-size:16px;
	font-family:Calibri;
	width:40%;
	padding-right:8%;
	padding-left: 4%;
	hyphens:manual;
	-moz-hyphens:manual;
	}
	
 .servicios-beneficios{
	display:inline-block;
	vertical-align:top;
	margin-left: 5%;
	margin-right: 5%
	}	
	
#parrafo2, #parrafo3 {
	width:90%;
	font-size:16px;
	font-family:Calibri;
	padding-left: 10%;
	/*padding-right:20%;*/
	padding-right:20px;
	
	}	
	#parrafo3 {
	
	padding-left: 20%;
	
	
	}	
 #parrafo4{
	 width:40%;
	/*display:inline-block;
	vertical-align:top;*/
	font-size:16px;
	font-family:Calibri;
	padding-left: 10%;
	/*padding-right:20%;*/
	padding-right:20px;
	
	}	
	
 #parrafo4, .aside2 {
	
	display:inline-block;
	vertical-align:top;
	}		
	
	
	#formulario1{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	}

	fieldset{
	border:#999 solid 1px;
	background:	#CCC;
	border-radius:10px;
	margin:20px auto;
	padding:20px;
	width:450px;
	}
	
	
	textarea{
	height:100px;
	resize:none;}
	
input, textarea, select{
	border:#999 solid 1px;
	/*background:#06C;*/
	background:#FFF;
	padding:5px;
	color:#333333;
	width:150px;}
	
input:hover, textarea:hover, select:hover{
	background:#06c;  /*color azul*/
	}

input:focus, textarea:focus, select:focus{
	background: #FFF; /*color blanco*/
	color:#006;   /*color gris*/
	}
	

	

input[type="radio"], input[type="checkbox"], .cajita label{
	display:inline-block;
	}
input[type="radio"], input[type="checkbox"]{
	width:20px;
	}
	
.cajita label{
	width:100px;
	}
	
.izq, .der{
	margin:10px;
	display:inline-block;
	vertical-align:top;}
.izq{
	width:180px;}
	
.der{
	width:160px;
	}

.btn{
	width:70px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:20px;
	cursor:pointer;
	padding:0;
}

@media screen and (min-width:750px) and (max-width:1000px) {
#header1{
	
	width:90%;
		}
#invisible{
	width:90%;
	}
	
	}

@media all and (max-width: 749px), 
      only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), 
      only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
      only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), 
      only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
      only screen and (min-resolution: 192dpi) and (max-width: 1024px), 
      only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 
  
  #cssmenu {
    width: 100%;
	background:#F00;  /*color rojo*/
	background: #1e589a;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li a {
    width: 100%;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
	border:
	#1e589a solid 1px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px;
    color: #fff;
    background: #333;
	background: #1e589a;  /*azul mc - color de menu haz click*/
    background:
	#666;
	cursor: pointer;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 44px;
    width: 44px;
    cursor: pointer;
	
  }
  #cssmenu ul ul .submenu-button {
    height: 30px;
    width: 30px;
  }
  #cssmenu .submenu-button:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 17px;
    display: block;
    width: 0;
    padding: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
  }
  #cssmenu ul ul .submenu-button:after {
    border-width: 4px;
    left: 11px;
    top: 14px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    top: 15px;
    border-top-color: transparent;
    border-bottom-color: #fff;
  }
  #cssmenu ul ul .submenu-button.submenu-opened:after {
    top: 10px;
  }
#cssmenu ul li:hover > a {
 background:
 #06c;   /*azul mas claro para menu responsive*/
  
}

#header1{
	
	width:90%;
		}
#invisible{
	width:90%;
	}	

  #sectionA{
	
	width:1px;
	min-height:10px;
	}	
	#sectionA1{
	width:1px;
	min-height:10px;
	}		
  
#nav-correo-home{
	
	left:60%;
	}  
  
#idioma1{
	left:65%;
}  

#logo{
	width:30%;
	margin-left:20px;
}

fieldset{
	width:250px;
	}

}
	
	
