@font-face  { font-family: avenir; src: url('font/avenirltstd-book.eot'), url('font/avenirltstd-book.ttf'),  url('font/avenirltstd-book.otf'), url('font/avenirltstd-book.svg'), url('font/avenirltstd-book.woff') }
@font-face  { font-family: museo; src: url('font/museo.eot'), url('font/museo.ttf'),  url('font/museo.otf'), url('css/font/museo.svg'), url('font/museo.woff') }
@font-face	{font-family: nexa; src: url('font/nexaregular-webfont.ttf'), src: url('font/nexaregular-webfont.eot'), src: url('font/nexaregular-webfont.svg'), src: url('font/nexaregular-webfont.woff') }

body{
	background-image:url("img/back.png");
	background-repeat: repeat;
	font-family: Arial, Nexa, sans-serif;
}

.todo{
	background: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.7));
    width: 800px;
    height: 800px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.cero{
	position:absolute;
	top: 0;
	height:90px;
	width:100%;
}
.pleca{
	width: 100%;
	position:absolute;
	top: 0;
	margin:auto;
	left:0;
	right:0;
}
.uno{
	position:absolute;
	top:120px;
	left: 15px;
	height:510px;
	width: 330px;
}
a:link   
{
	color:#fff;
	text-decoration:none;
}
a:visited{
	color:#fff;
	text-decoration:none;
}
.nivel1{
	font: bold 18px nexa, avenir, calibri, arial;
	padding: 8px 17px;
	cursor:pointer;
	color:#fff;
	background: #5c968d;
	border: 1px solid #fff;
}
.nivel2:first-child, .nivel3:first-child{
	margin-top: 10px;
}
.nivel2{
	font:14px nexa, avenir, calibri, arial;
	padding:10px;
	cursor:pointer;
	display:none;
	background: #a22183;
	margin-right: -17px;
	margin-bottom: -8px;
}
.nivel3{
	font: bold 13px nexa, avenir, calibri, arial;
	padding: 5px;
	cursor:pointer;
	display:none;
	background: #5f95ce;
	opacity: 0.9;
}
/*.nivel1:hover > .nivel2,
.nivel2:hover > .nivel3{
	display:block;
}*/
.dos{
	position:absolute;
	top:120px;
	right: 0px;
	height:390px;
	width: 420px;
}
.por{
	width: 376px;
}
.logo{
	width: 130px;
    margin-left: 260px;
}
.ev{}
.evb{}
.evs{}
.evd{}
.evf{}
.evsm{}
.ge{}
.gees{}
.gemt{}


