*{
	margin: 0;
	padding: 0;
}

header {
	display:block;
	position: fixed;
	z-index: 10000;
	width: 100%;
	margin-bottom:1em;
	background-color: rgba(255, 255, 255, 0.95);
	height: 6.4em;
	
}

.title-error {
	font-family:'Open Sans', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	display: block;
	font-size: 150px;
	text-align: center;
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
	}

.subtitle-error {
	font-family: 'Open Sans', sans-serif;
    font-weight:lighter;
	margin: 0 auto;
	width: 70%;
	/*lor: rgba(21,149,255,1.00);*/
    line-height: 43px;
    text-transform: uppercase;
    display: block;
    font-size: 2.2em;
    text-align: center;
    padding: 0px 5px 50px 5px;
	
	}

.subtitle-error-2{
	
	font-family: 'Open Sans', sans-serif;
    font-weight:lighter;
	width: 70%;
	line-height: 43px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 auto;
	font-size: 2em; 
	text-align: center; 
	margin-top: 80px;
	padding: 0px 5px 20px 5px;
}

.subtitle-error-3{
	
	font-family: 'Open Sans', sans-serif;
    font-weight:lighter;
	width: 70%;
	line-height: 43px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 auto;
	font-size: 1.5em; 
	text-align: center; 
	margin-top: 0px;
	}



.subtitle-error-1 {
	font-family: 'Open Sans', sans-serif;
    font-weight:lighter;
	margin: 0 auto;
	width: 70%;
	/*lor: rgba(21,149,255,1.00);*/
    line-height: 43px;
    text-transform: uppercase;
    display: block;
    font-size: 1.5em;
    text-align: center;
    padding: 0px 5px 50px 5px;
	
	}


body{
	font-size: 1em;
}

header p {
	margin: 1em 0 0 0;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	text-align: center;
}

nav{
	margin: 0 auto;
	width: 85%;
	padding: 2px;
	margin-top: 5px;
	/*border: solid rgba(255,0,4,1.00) 1px;*/
}

.images12{
	height:3em;
	}

.logo{
	
	margin: 0 auto;
	width: 85%;
	border-bottom:rgba(220,220,220,1.00)  solid 1px;
		}
.logo-error{
	margin: 0 auto;
    width: 60%;
    margin-top: 25px;
    border-bottom: rgba(220,220,220,1.00) solid 1px;
		}
    
ul{
	list-style: none;
    margin: 0 auto;
    display: flex;
    width: 85%;
	}

li a{
	list-style: none;
	text-decoration: none;
	color:rgba(100,100,100,1.00);
	margin: 0 10px  0px 10px;
	padding: 2px;
	font-family: "NombreFont";
	font-size: .8em;
	float:right;
	line-height: 110%;
	text-align: center;
	}

li a:hover{
	color:rgba(63,177,249,1.00);	
	
}
.footers{
	list-style: none;
	text-decoration: none;
	color:rgba(100,100,100,1.00);
	margin: 0 10px  0px 10px;
	padding: 2px;
	font-family: "NombreFont";
	font-size: 1em;
	float:left;
	line-height: 110%;
	text-align: center;
	}

.footers-2{
	list-style: none;
	text-decoration: none;
	color:rgba(100,100,100,1.00);
	margin: 0 10px  0px 10px;
	padding: 2px;
	font-family: "NombreFont";
	font-size: 1em;
	float:right;
	line-height: 110%;
	text-align: center;
	}






.sub-menu {
   position:absolute;
   display:none;
   background: #ccc;
	min-width: 200px;
}



@media screen and (max-width: 600px) {

     li a {
    	list-style: none;
    	text-decoration: none;
    	color: rgba(100,100,100,1.00);
    	padding: 2px;
    	font-family: "NombreFont";
    	font-size: .7em;
    	float: left;
    	border-bottom: 1px solid #dedede;
    	width: 100%;
    	line-height: 150%;
    	text-align: left;
	}

    nav {
		margin: 0 auto;
		width: 90%;
		margin-top: 5px;
   	 }
	
    ul {
    	list-style: none;
    	margin: 0 auto;
    	display: grid;
    	text-align: left;
    	width: 100%;
    	/* float: left; */
    	/* position: relative; */
	}

    header {
    	display: block;
    	position: relative;
    	z-index: 10000;
    	width: 100%;
    	margin-bottom: 1em;
    	background-color: rgba(255, 255, 255, 0.95);
    	height: auto;
	}
	
	.subtitle-error {
    width: 90%;
    line-height: 1.4em;
    font-size: 20px;
    
}
	
	.subtitle-error-2{
	width: 90%;
	line-height: 1.4em;
    font-size: 1.5em; 
	margin-top: 10px;
    padding: 0px 5px 20px 5px;
}

.subtitle-error-3{
	
	width: 90%;
	line-height: 1.4em;
   	font-size: 1em; 
	
	}
	

	
	
	.footers {
    list-style: none;
    text-decoration: none;
    color: rgba(100,100,100,1.00);
    margin: 0px 0px 0px 0px;
    padding: 2px;
    font-family: "NombreFont";
    font-size: 1em;
    float: left;
    line-height: 110%;
    text-align: center;
	border-bottom: none;
	}

	.footers-2 {
    list-style: none;
    text-decoration: none;
    color: rgba(100,100,100,1.00);
    margin: 0px 0px 0px 0px;
    padding: 2px;
    font-family: "NombreFont";
    font-size: 1em;
    float: right;
    line-height: 110%;
    text-align: center;
	border-bottom: none;
	}
}







