body,td,a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 10px;
	background-repeat:no-repeat;
}
td {
	background-color : #ffffff;
	color : #333333;
}
body {
	background-color : #F4EBD7;
}
a {
	color : #663300;
}
a:hover{
	text-decoration : underline;
}

/* Fondos */

td.fondo1  {  
	background-color : #993300;
	background-repeat:repeat;
}
td.fondo2  {  background-color : #CC9933; }
td.fondo3  {  background-color : #F4EBD7; }
td.fondo4  {  background-color : #999999; }
td.fondo5  {  background-color : #000000; }

/* Textos */
.justifica  {  text-align : justify; }
.petit, .descripfotos  {  
	color :#CC9933;
	font-size:9px;
}
.petit  {  
	color :#CC9933;
}
a.petit:hover  {  
	text-decoration : none;
	color:#ffffff;
}
.descripfotos  {  
	color :#993300;
}

/* Enlaces */

/* Menu */
div.opcion {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	visibility: hidden;
	z-index: 1000;
}
a.menu1:hover {
	text-decoration : none;
}
a.menu1 { 
	color : #666666;
}
a.menu1:hover { 
	color : #663300;
}
