/* MENU */
#menu {
	position: relative;
	z-index:100;
	width: 300;
	text-align: left;
	background-color: transparent;
	height: 180;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9px;
	font-family: Verdana;
	color: #366CA3;
}

#menu li { /* all list items */
	position: relative;
	width:14em;
	top: 0px;
}

#menu li ul {
	position: absolute;
	display: block;
	width:14em;
	top: 0em;
	left: 14em;
	visibility: hidden;


}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: 0px;
	left: 0px;;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
    left: 10em;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 

}

/* Styles for Menu Items */
#menu ul a {/* LINKS*/
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: black;  /* IE6 Bug */
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	padding: 3px;
	border: 0px ;
	text-align: center;
}
/* Hover Styles */
#menu ul a:hover { 
	color: #000000; 
	background: #ff3300; 
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: white;
	background: black ; /* IE6 Bug */
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border: 0px ;
	width:10em;
    padding: 0px;
	margin-left: 127px;
} 
/* IE6 Only */
* html #menu li ul a {
	text-decoration: none;
	color: white;
	background: black ; /* IE6 Bug */
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border: 0px ;
	width:10em;
    padding: 4px;
	margin-left: 0px;
} 

/* IE7 Only */
*:first-child+html #menu li ul a {
	text-decoration: none;
	color: white;
	background: black ; /* IE6 Bug */
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border: 0px ;
	width:10em;
    padding: 4px;
	margin-left: 0px;
} 


/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: black; 
	background: #ff3300; 

} 
.text-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	color: #85846B;
}
.resultado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #586267;
	font-weight: normal;
	letter-spacing: 0px;
	font-variant: normal;
/*	text-transform: uppercase;*/

}
.naranja{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: normal;
}
.paginacion{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	font-weight: normal;
	text-decoration: none;
}
.paginacion:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	font-weight: normal;
	text-decoration: underline;
}

.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FF3300;
	font-style: normal;
	line-height: 15px;


}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #546562;
}

.fImg {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #76890A;
	background: #FDFFD7; 
	border: #76890A solid 1px; 
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{
	position: absolute;
	background-color: white;
	padding: 0px;
	left: -1000px;
	border: 1px solid white;
	color: black;
	text-decoration: none;
	height: 250px;
	visibility: hidden;


}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>

/* HASTA AQUI */

/**/

/*

#navcontainer { width: 180px; }


#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 12px;

}

#navcontainer li
{
margin: 0px;
padding: 0px;
line-height: 12px;
}

#navcontainer ul li a 
{
	display: block;
	width: 180px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;


}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #663300;
text-decoration: none;
background-image: none;
background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul li a:hover
{
	color: #B75B00;
	background-image:none;
	text-decoration: underline;

}

#navcontainer ul ul li a
{
	display: block;
	padding-left: 30px;
	width: 180px;
	font-size: 9px;
	bottom: auto;

}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
color: #000000;
text-deco
