h2 { color: black; font-family: Verdana; }

#contenedor {
width:910px;
margin: auto;
*margin: auto;

}

body {}
.imgGalleria img{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    
    }
li a.imgGalleria{
   text-decoration: none;
}   
img.imgPic:hover{
    filter: alpha(opacity=50);
    opacity: .5; 
    -moz-opacity:0.5; 
    }

#TopContent{
    float:left;
    clear:both;
    width: 100%;
    }
    
    
#LeftContent img{
    margin:10px;
    padding:0px;
    }


#BottonContent{
    clear:both;
    }
    
.separadorhorizontal {
	background-image:url(../image/separadorhorizontal.png);
	background-repeat:no-repeat;
	height:5px;
	width:400px;
	float:left;
}

#divCover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black fixed;
    z-index: 2000;
    filter: alpha(opacity=30);
    opacity: .3; 
    -moz-opacity:0.3; 
    
}