@font-face {
	font-family: "Criticized";
	src: url("Critiziced.ttf") format ("ttf");
}
*{
	list-style: none;
	margin: 0px;
	text-decoration: none;

}
body{
	font-family: "Helvetica",Arial;
	margin: 0;
	background-color: black;
}
#fondo1{
	position: fixed;
	width: 100%;
	height: auto;
	min-width: 1280px;
	min-height: 576px;
}
#fondo{
	position: fixed;
	width: 100%;
	min-width: 1024px;
}
.seccion{
	display: inline-block;
	width: 24%;
	min-height: 576px;   
	text-align: center;
	padding-top: 18%;
	font-family: 'Handlee', cursive;
}/* AQUI HAY QUE PONER JS PARA AUTOAJUSTAR*/
.botonsec{
	padding: 5px;
	font-size: 35px;
	border-top: 1px solid #2030A0;
	border-bottom: 1px solid #2030A0;
	color:white;
	cursor: pointer;
}
.botonsec:hover{
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),#2030A0,rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left,rgba(0,0,0,0),#2030A0,rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left,rgba(0,0,0,0),#2030A0,rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(left,rgba(0,0,0,0),#2030A0,rgba(0,0,0,0));
}
#submenu{
	position: fixed;
	padding-left: 8%;
}
.subsec{
	color:white;
	font-size: 20px;
	padding-top: 25px;
}

li.subsec a{
	color: white;
}
li.subsec a:hover{
	cursor: pointer;
	text-decoration: underline;
}
footer{
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	text-align: center;
	position: fixed;
	background-color: 
}
#piemid{
	text-align: center;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1)  ,#2030A0 , rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,1)  ,#2030A0 , rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1)  ,#2030A0 , rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(bottom, rgba(0,0,0,1)  ,#2030A0 , rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0) );
}
#logo{
	font-family: 'Critiziced', sans-serif;
	color: #FFFFFF;
	font-size: 50px;
	cursor: pointer;
}
nav{
	background-color: black;
	padding-top: 10px;
	padding-bottom: 5px;
}
nav ul li{ 
	border-left: 1px solid #888888;
	display: inline-block;
	color: #777777;
	padding-right: 4px;
	padding-left: 7px;
	cursor: pointer;
}
.linksbot{
	color: #777777;
}
.linksbot:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#ultimoli{
	border-right: 1px solid #888888;
}