@charset "utf-8";
/* CSS Document */

#wrap {
	width:850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
#nav a:link, #nav a:active, #nav a:visited{
	display:block;
	float:left;
	color:#FFF;
	margin-right:10px;
	text-decoration:none;
	outline:none;
	background-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-image: url(../images/tab_Border.png);
	background-repeat: no-repeat;
	background-position: right;
	}
#caracteristicas {
	height: auto;
}
#funciones {
	height: auto;
}
#funciones2 {
	height: auto;
}
#nav a.selected, #nav a.selected:active, #nav a.selected:visited {
	color:#FFF;
	text-decoration:none;
	outline:none;
	background-color: #F0F;
	background-image: url(../images/tab_Border_2.png);
	background-repeat: no-repeat;
	background-position: right;
	}
.hiddencontent {
	padding:5px;
	display:none;
	background-color: #F4F4F4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	}
table {
	border: 1px solid #666;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}


.clear {
	clear:both;
	}
