#principal{
	width: 900px;
	height:auto; overflow: hidden;
	border: 0px solid #000;
	margin: auto;
}

header{
	width: 900px;
	height:100px;
	border: 0px solid #000;
	padding: 10px;
}

#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: 2px;
}

.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: -50px;
	width: 700px;
	height: 280px;
	margin-bottom: 220px;

}

#categorias{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid;
	margin-top: 17px;


}

.uno{
	width: 880px;
	height: auto; overflow: hidden;
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	color:#468294;
	margin-top: 30px;	
	font-size: 30px;
	text-align: center;

}

.parrafo{
	color:#000;
	font-size: 21px;
	text-align: left;

}

.dos{

}

.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-right: 12px;
	font-size: 30px;
	text-align: left;
	margin-top: 40px;
	}

.parrafo-2{
	color:#000;
	font-size: 21px;
}

#izq{
	width: 585px;
	height: auto; overflow: hidden;
	border: 1px solid #ccc;
	float: left;
	padding: 0px;
	margin-top:10px;
	color:#468294;
	text-align: left;
}

.lista{
	color:#000;
	font-size: 25px;
}


#der{
	width: 250px;
	height: 400px;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 635px;
}
	

footer{
	width: 900px;
	height: 100px;
	text-align: center;
}

#footer p{
	width: 500px
}

#texto-abajo{
	margin-top: 20px;
	font-size: 35px;
	margin-bottom: 100px;
}

.secreto{
	color: #fff;
}