body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: none;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
}

.Estilo1 {color: #FFFFFF}

a:link {
	color: #363636;
	text-decoration: none;
}
a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
a:hover {
	color: #f60003;
	text-decoration: none;
}
a:active {
	color: #009cf6;
	text-decoration: none;
}
a {
	font-size: 8pt;
}
.Estilo2 {
	font-size: 14pt;
	font-weight: bold;
}
.links {
	padding: 1px;
	width: auto;
	position: absolute;
}

/* Estilos para el menú superior */
#hotlinks {
	margin: 0;
	font: normal .9em "Lucida Grande", Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	padding: 8px 0 8px 35px;
	font-size: .9em;
	color: #AFE3FF;
	background: url('Images/fondo_menu.gif') repeat-x center left #4DA1CF;
}

#hotlinks #hottags {
	margin: 0 0 0 -5px;
	padding: 0;
}

#hotlinks #hottags li {
	list-style-type: none;
	display: inline;
	margin-left: 5px;
}

#hotlinks #hottags a {
	padding: 10px;
	white-space: nowrap;
	outline: 0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
/*	font-weight: bold; */
	font-family: "Futura Hv", Verdana, Arial;
}
#hotlinks #hottags a:hover {
	background: #4da1cf;
	text-decoration: none;
}

#hotlinks #hottags .current-cat a {
	background: #2C6C8F;
}

