.chromestyle{
width: 100%;
font-weight: normal;
font:bold 11px arial, "Lucida Sans";
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #333;
width: 100%;
background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333;
padding: 4px 3px;
margin: 1;
text-decoration: none;
border-right: 1px solid #9c9; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #9c9; /*THEME CHANGE HERE*/
border-bottom-width: 2;
font:normal 11px "Lucida Sans", arial;
line-height:15px;
z-index:100;
background-color: #CCE4CE;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#9c9,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9c9; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9c9;
}.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99CCCC;
	padding: 3px;
	text-decoration: none;
}
a.pie
{	
	color:#FFFFFF;
	height:22px;
	text-decoration: none;
}

.pie a:hover
{	
	color:#FFFFFF;
	height:22px;
	text-decoration: true;
}
.cajaTexto {
	border: 1px dotted #99CCFF;
}

.pie a:visited
{	
	color:#99CCCC;
	height:22px;
}
.titulo {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.texto {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 30px;
	text-align: justify;
	line-height: 16px;
}
.marcoFoto {
	padding: 5px;
	border: thin dotted #99CCFF;
	margin-top: 10px;
}
.subtitulo {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.fotoDerecha {
	margin-top: 0px;
	margin-right: 0px;
}
