@media screen and (min-width: 600px) and (orientation : portrait){
	div #header_menu{
		visibility: hidden;
		display: none;

	}
	div #img_logo1{
		visibility: hidden;
		display: none;
	}
	div #img_logo2{
		visibility: hidden;
		display: none;
	}

	#after-header a{
		color: #062159;
    	font-size: 22px;
    	width: 230px;
	}
	#after-header #phone{
		width: 267px;
    	margin-left: -2px;
	}
	#after-header{
		background: #ffffff;
	}
	#after-header #cont_after{
		width: 100%;
	}
	#after-header #nuest_historia{
		margin-right: 38%;
   		margin-top: 19px;
	}
	#after-header #solicitud{
		color: #ffffff;
		margin-top: -39px;
		display: block;
		margin-left: 62%;
	}
	#after-header #telefono{
		margin-top: 13px;
		margin-bottom: -20px;
	}

	/***Menu responsivo***/
	div #myTopnav{
		visibility: visible;
		display: block;
		width: 131.5%;
    	margin-left: -16%;
    	z-index: 1;
    	margin-top: 2%;
    	padding-top: 10px;
	}

	.topnav {
	  overflow: hidden;
	  background-color: #062159;
	}
	.topnav a:hover {
	  background-color: #ddd;
	  color: black;
	}
	hr {
  		background-color: white;
	}

	/*.active {
	  background-color: #4CAF50;
	  color: white;
	}*/

	.topnav .icon {
	  display: none;
	}
	.topnav a {
	  float: left;
	  display: block;
 	  color: #f5f5f5;
	  text-align: center;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 50px;
	}
	.topnav a:hover {
	  background-color: #f3b701;;
	  color: black;
	}
	.topnav a:not(:first-child) {display: none;}
	  .topnav a.icon {
	    float: right;
	    display: block;
	  }
	.topnav.responsive {position: relative;}
	  .topnav.responsive .icon {
	    position: absolute;
	    right: 0;
	    top: 0;
	  }
	.topnav.responsive a {
	    float: none;
	    display: block;
	    text-align: left;
	}


}


#myTopnav{
	visibility: hidden;
	display: none;
}