/* CSS Document */

body {
    background-color: #65BE2E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a:link,
a:focus,
a:active {
	outline: none;
	outline-color: none;
	outline-width: none;
	color:#006600;
	}

a:link {
	text-decoration: none;
}

p, ul {
	font-size: 12px;
	}

p {
	padding-right: 30px;
	padding-left: 10px;
	}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	}

#navegacion {
	clear: both;
	width: 317px;
	height: 48px;
	}

#navegacion ul {
	display: inline;
	}

#navegacion ul li {
	float: left;
	}

#navegacion a#navquees,
#navegacion a#navversus,
#navegacion a#navxq {
	display: block;
	text-indent: -1000em;
	}

#navegacion a#navquees {
	width: 74px;
	height: 48px;
	background: url(navquees.gif) no-repeat top left;
	}

#navegacion a#navversus {
	width: 105px;
	height: 48px;
	background: url(navversus.gif) no-repeat top left;
	}

#navegacion a#navxq {
	width: 138px;
	height: 48px;
	background: url(navxq.gif) no-repeat top left;
	}

#navegacion a#navqueeson,
#navegacion a#navversuson,
#navegacion a#navxqon {
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	text-indent: -1000em;
	}

#navegacion a#navqueeson {
	width: 74px;
	height: 48px;
	background-image: url(navquees.gif);
	}

#navegacion a#navversuson {
	width: 105px;
	height: 48px;
	background-image: url(navversus.gif);
	}

#navegacion a#navxqon {
	width: 138px;
	height: 48px;
	background-image: url(navxq.gif);
	}

#navegacion a#navquees:hover,
#navegacion a#navversus:hover,
#navegacion a#navxq:hover {
	background-position: bottom left;
	}

#mejoras {
	margin-bottom: 20px;
}
	
#mejoras li {
	background: url(redcheck.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin-bottom: 10px;
	margin: 10px 0px 10px 3px;
	}
	}

#contenidob li#calendar,
#contenidob li#lupa,
#contenidob li#brujula {
	padding-left: 65px;
	padding-bottom: 25px;
	margin: 0px 0px 15px 0px;
	}

p.feats {
	padding: 0px;
	}

a.feats {
	font-size: 11px;
	text-decoration: none;
	color: #006600;
}

a.feats:hover {
	text-decoration: underline;
}



.fixvert {
	margin-top: 5px;
	}

a.postit {
	display: block;
	text-indent: -1000em;
	width: 210px;
	height: 150px;
	background: url(post-it.gif) no-repeat top left;
	}

.margined {
	margin-bottom: 20px;
}

a.postit:hover {
	background-position: bottom left;
	}

a.siguiente {
	float: right;
	display: block;
	text-indent: -1000em;
	width: 120px;
	height: 20px;
	background: transparent url(siguiente.gif) no-repeat top left;
	}

a.siguiente span {
	display: none;
	}

a.anterior {
	display: block;
	text-indent: -1000em;
	width: 120px;
	height: 20px;
	background: url(anterior.gif) no-repeat top left;
	}
	

a#feat-acceso {
	display: block;
	width: 250px;
	height: 40px;
	margin-bottom: 15px;
	background: url(linkaccesomovil.gif) no-repeat top left;
	}

a#feat-detalles {
	display: block;
	width: 250px;
	height: 70px;
	margin-bottom: 15px;
	background: url(linkcaracterist.gif) no-repeat top left;
	}

a#feat-docs {
	display: block;
	width: 260px;
	height: 65px;
	background: url(linkdocs.gif) no-repeat top left;
	}

a#feat-acceso span,
a#feat-detalles span,
a#feat-docs span {
	display: none;
	}

a#feat-acceso:hover,
a#feat-detalles:hover,
a#feat-docs:hover {
	background-position: bottom left;
	}	
	
	
	
	
	
	
	
	
	
