@charset "utf-8";
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

#footer a {
text-decoration: none;
color: #FF0000;
}

#footer a:hover {
	text-decoration: none;
	color: #FF6600;
}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 11px;
	}


.selected {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #000000;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background-color: #B0D70A;
	background-image: url(../imagenes/cajaheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.unselected {
	background-color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 20px;		

	background-image: url(../imagenes/cajaheader.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: none;
	color:#FFFF33;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.texto a {
color: #FF0000;
}
.imagen_despegada {
	margin: 3px;
	padding: 3px;
}
