.dropdown { cursor: pointer; float: left; margin: 0px 3px; height: 24px; width: 210px }
.dropdown * { margin: 0px; padding: 0px; font-family: Verdana, Helvetica, sans-serif; }
.dropdown h3 {
	font-weight: bold;
	font-size: 11px;
	border: 1px none #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.dropdown h3 span {
	padding: 3px;
	text-indent: 3px;
	display: block;
}
.dropdown ul { margin-top: -1px; display: none; position: absolute; background-color: #000000; padding: 3px; width: auto}
.dropdown li { display: block; padding: 2px}
.dropdown a {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
}
.dropdown a:hover {
	color: #FF0066;
}
.dropdown1 { cursor: pointer; float: left; margin: 0px 3px; height: 24px; width: 200px }
.dropdown1 * { margin: 0px; padding: 0px; font-family: Verdana, Helvetica, sans-serif; }
.dropdown1 h3 {
	font-weight: bold;
	font-size: 11px;
	border: 1px none #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.dropdown1 h3 span {
	padding: 3px;
	text-indent: 3px;
	display: block;
}
.dropdown1 a {
	font-size: 11px;
	text-decoration: none;
	color: #FF0066;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CCC;
}
.dropdown1 a:hover {
	color: #FF0066;
}

/* Al último no le ponemos borde */
.dropdown li.last { border-bottom: none; }
.backpage {
	background-color: #000000;
}
.derechos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.textowhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.textorosa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0066;
	text-decoration: underline;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
}
