*{
	margin:0;
	list-style:none;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	margin:10px;
}
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}
Pagina {
	background-image: url(bg/footer.gif);
	background-repeat: repeat-x;
	float: right;
	width: 550px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}
.Otras {
	height: 120px;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	font-size: 0px;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 5%;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}
#Pagin {
	float: right;
	width: 550px;
	clear: both;
	border: 1px solid #eee;
}
