@charset "UTF-8";
/* CSS Document */
*{
    
    text-decoration: none;
	margin:auto;

}

#contenedor{
	background-color: #E7FFFF; 
	width: 1400px;
	height: 2100px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	}
img{
border-radius:10px; 	
}

#navegador{
	background: #26C8CA;
	border-radius: 1em; 
	margin-left: 120px;
	margin-right: 80px;
	text-align: center;
	margin-bottom: 90px
}

h2{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 30px;
	color: #3B180C;
	padding: 20px;
}
	
h4{
	padding-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 20px;
}	

header{
    height: 60px;
    margin-bottom: 20px;
	padding-left: 20px;
    margin-bottom: 100px;	
}
.gato{
    width: 100%;
    height: auto;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 50px;
}

h1 {
    color: #298181;
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    text-align: center;	
	font-size: 80px;
}

h3{
	text-align: center;
	
}

.tex_navegador {
	color: #237D7D;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";}

#contenido{
	background-color: #CAFFED;
	width: 1240px;
	height: 900px;
	border-radius: 20px;
	margin-left: 118px;
	padding: 15px;
	margin-right: 10px;
}