#principal{
	width: 900px;
	height:auto; overflow: hidden;
	border: 0px solid #000;
	margin: auto;
}

header{
	width: 900px;
	height:100px;
	border: 0px solid #000;
}

#logo{
	width: 200px;
	height: 100px;
	border: 0px solid #000;
	float: left;
}

.titulo{
	font-size: 30px;
	margin-top: 30px;
}

.sub-titulo{
	font-size: 14px;
	margin-top: -13px;
}

.menu{
	width: 480px;
	height: 40px;
	border:1px solid #ccc;
	float: right;
	margin-top:40px; 
	background: #006699;
}

.menu ul{}

.menu ul li{
	list-style: none;
	float: left;
}

.menu ul li a{
	text-decoration: none;
	padding: 10px 15px;
	border: 0px solid #ccc;
	color: #fff;
}	

.menu ul li a:hover{
	background: #fff;
	color: #006699;
	transition: background 1s, color 1s;
}

#slide{
	margin-top: 1px;
	width: 450px;
	height: 180px;
	align-items: center;
	margin-bottom: 40px;
}

#categorias{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid;
	margin-top: 200px;

}

.uno{
	width: 850px;
	height: auto; overflow: hidden;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	font-size: 32px;
	color:#468294;
	margin-top: 60px;
	
}

.parrafo{
	color:#000;
	font-size: 21px;

}

.dos{
 text-align: left;
 font-size: 32px;

}

.leer-mas{
	text-decoration: none;
	border: 1px solid #0655D3;
	padding: 10px 20px 10px 20px;
	margin:10px;
}

.leer-mas:hover{
	background: #006699;
	color:#fff;
	transition: background 1s, color 1s;
}

#info{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid #c0c0c0;
	padding: 5px;
	margin-top: 90px;
	font-size: 70px;
	}

.parrafo-2{
	color:#000;
	font-size: 21px;
	text-align: left;
}

#izq{
	width: 850px;
	height: auto; overflow: hidden;
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	margin-top:10px;
	color:#468294

}

.lista{
	color:#000;
	font-size: 25px;
}


#der{
	width: 520px;
	height: auto;overflow: hidden;
	border: 1px solid #ccc;
	float: left;
	margin-top: 10px;
	font-size: 35px;
}
	

footer{
	width: 900px;
	height: 100px;
	text-align: center;
}

#footer p{
	width: 500px
}

#texto-abajo{
	margin-top: 20px;
	font-size: 35px;
}

.secreto{
	color: #fff;
	
}




	