BODY {
    color : #FFFFCC;
	background : Black;
	font-family : Arial, Helvetica, sans-serif;
}

td {
    color : #FFFFCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

LI {
	list-style : none;
}

LI.bolita {
	list-style : square;
}

A {
	color : #FF6633;
	text-decoration : none;
	font-weight : bold;
	font-size :12px;
	font-family : Arial, Helvetica, sans-serif;
}

A.marron {
	color : #FFCC00;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

A.verde {
	color : #00ff00;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

A.amarillo {
	color : #FF6633;
	text-decoration : none;
	font-weight : normal;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}


A:HOVER {
	color : Lime;
}

A.fotos {
	color : #FFFFCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : normal;
}

A.fotos:HOVER {
	color : Lime;
	text-decoration : underline;
}


