
.logo {
	position: fixed;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	background-color: #42536B;
	margin: 0;
	padding: 20px;
	z-index: 1;
}



#FW {
	margin-top: 150px;
	text-align: center;
	font-size: 45;
	text-align: center;
}



#PORTADA {
	margin-top: 50px;
	margin-bottom: 50px;
}

#PORTADA .subtitle,
#PORTADA .title {
	text-align: center;
}

#PORTADA .title {
	font-weight: bold;
	font-size: 30px;
}

#PORTADA .subtitle {
	font-size: 25px;
	color: gray;
}



#INFO .block {
	margin-bottom: 50px;
}

#INFO .error_mensaje {
	text-align: center;
	line-height: 39px;
	font-size: 21;
	background-color: gray;
	padding: 20px;
	border-radius: 9px;
	color: white;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#INFO .error_ubicacion .sub {
	text-align: left;
	font-size: 17px;
	border-bottom: 1px dashed gray;
	border-top: 1px dashed gray;
	padding: 20px;
}

#INFO .error_trace .tit {
	font-size: 25;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted gray;
}	
	

#RETURN {
	margin-bottom: 50px;
	text-align: center;
}
	
#RETURN .title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
	
#RETURN .subtitle {
	margin-bottom: 30px;
	text-align: center;
	color: gray;
}	
	
#RETURN a {
	border: 1px solid gray;
	padding: 10px;
	border-radius: 6px;
	background-color: gray;
	color: white;
	font-size: 20;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
