

.bgslide 
{ 
    width:540px;
    height:455px;
    background-image:url(../images/galeria/bg_fotos.jpg);    
    margin:0 auto;       
}


.margin_galeria 
{
   float:left;
   margin-top:20px;
   margin-left:20px;   
}



.titleFotos 
{
  float:right; 
   margin:10px 50px 0 0;   
  width:520px;
    
}


.tipoAlbum 
{
  color:#000;
  float:right;
  font-weight:bold;  
}

.escolha_album 
{
   float:left;
   color:#60a064;
   font-weight:bold;   
}


.escolha_album a
{
   float:left;
   color:#60a064;
   font-weight:bold;   
}



.nav-links {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.nav-links li {
	line-height: 1.6em;	
	font-size: 1.2em;
}
#content {
	margin-left: 240px;
	margin-top: 30px;
	margin-right: 50px;
	
}
.twitthis {
	position: absolute;
	top: 250px;
	left: 20px;
}
pre {
	background: #e8e8e8;
	border-left: 10px solid #777;
	font-size: 11px;
	padding: 1em;
	color: black !important;
	overflow-x: auto;
}
.important {
	border: 1px solid #666;
	background: #ddd;
	padding: 0 1em;
	color: #C30;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
.galleryview {
	font-size: 11px;
	font-family: Arial;
	
	
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 11px;
	font-family: Verdana;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}

.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
	font-size:11px;
}
.panel-overlay p {
	line-height: 15px;
}










/***********************drop down menu *********************/


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #f1f1f1;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top:0;
visibility: hidden;
border: 1px solid #cccccc;
border-bottom-width: 0;
font: normal 11px Arial;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fff;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;

}

.anylinkmenu a:hover{ /*hover background color*/
background: #f1f1f1;
color: 000;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}



/********************fim drop down******************/
