/*@import url("reset.css");*/

:focus {
    -moz-outline-style:none;
    outline-style:none
}

/* galeria */
#gallery
{
    padding:0px;
    margin:0;   
    font-family: 'Oswald', sans-serif;
    font-size:16px;
    font-weight: normal;
    color:#FFCC00;    
    display: block;
}

#gallery h1
{
    font-family: 'Oswald', sans-serif;
    font-size:20px;
    line-height: 20px;
    min-height: 20px;
    color:#FFCC00;
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: right;
}
#gallery h2
{
    font-family: 'Oswald', sans-serif;
    font-size:16px;
    font-weight: normal;
    color:#FFCC00;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    min-height: 20px;    
    margin-top: 8px;
}
#gallery h3
{
    line-height: 22px;
    min-height: 22px;    
    padding:0px;
    margin:0;  
    font-family: 'Oswald', sans-serif;
    font-size:15px;
    font-weight: normal;
    color:#999999;
    padding: 0px;
    margin: 0px;
}

#gallery h3 span{
    font-family: 'Oswald', sans-serif;
    font-size:15px;
    font-weight: normal;
    color:#FFF;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    min-height: 20px;    
}

#gallery .back img
{
    margin-top: -3px;
    opacity:0.4;
    -moz-opacity:0.4;
}

.box-detail *{
    padding: 0px;
    margin: 0px;
    border: none;
}
.box-detail{
    float:left;
    margin-bottom: 10px;
    margin-right:8.6px;
    border:0px solid #000;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);	
    transition:all .2s ease 0s;
    -webkit-transition: all .2s ease 0s; 
    -moz-transition: all .2s ease 0s; 
    -o-transition: all .2s ease 0s;  
   
    background-color: #0F0F0F;
    padding: 7.7px;
	max-width: 290px;
    min-height: 275px;
}
.sbox-detail:hover{
    border:2px solid #000;
    box-shadow: 6px 6px 6px #333;
    transition:all 0.5s ease 0s;    
}
.box-detail a, .box-detail a:hover {
    text-decoration:none;  
}
.box-alb{
    transition:all .2s ease 0s;
}
.box-alb-thumb{
    max-width: 170px;
    min-height: 170px !important;    
}

/*slideshow*/
.myCarousel{
    width: 915px;
    font-family: arial !important;
    border: 0px solid #0F0F0F;
    margin: 0;
    margin-bottom: 20px;
    box-shadow: 4px 4px 4px #0F0F0F;
    -moz-box-shadow: 4px 4px 4px #0F0F0F;
    background: url(../images/bg_foto.png);   
    padding:4px;    
    padding-bottom:8px;    
    padding-top:8px;    
    padding-left:6px;    
    float: left;
}
.carousel-control{
    top: 180px;
}
.carousel-indicators {
    top: 90%;
    right: 25px;
    z-index: 31;
}
.carousel-indicators li {
    background-color: #ffcc00;    
    border: 1px solid #0F0F0F;
}
.carousel-indicators .active {
    background-color: #0F0F0F;    
    border: 1px solid #ffcc00;
}


.carousel .item IMG{
	    width: 920px !important;
		/*height: 300px !important; */
}
.carousel .ctrl-right{
    right: 20px;
    top:45%;
    padding:6px;
    display:block;
    width:20px;
    height:20px;
    border:0px solid #fff;
    background: url(arrows.png) no-repeat -30px 0px;
    text-decoration:none;
}

.carousel .ctrl-left{
    left:20px;
    top:45%;
    padding:6px;
    display:block;
    width:20px;
    height:20px;
    border:0px solid #fff;
    background: url(arrows.png) no-repeat 0px 0px;
    text-decoration:none;
}

#slideshow-topo .carousel .item IMG{
	    width: 920px !important;
		height: 300px !important;
}

/*videos*/
.thumb {
    padding: 0px;
    margin: 0px;    
    float:left;
    margin-bottom: 10px;
    margin-right:7px;
    /*transition:all .2s ease 0s; */
    background-color: #0F0F0F;
    padding: 7.7px;
    max-width: 290px;
    min-height: 210px;
    position: relative;
    color:#FFCC00;
    font-family: 'Oswald', sans-serif;
    font-size:15px;    
}

.thumb img {
    vertical-align:bottom;
    max-width: 290px;
    min-height: 210px;
}

.thumb span {
    background:url(../images/img-play.png) no-repeat center top;
    display:block;
    height:64px;
    left:50%;
    position:absolute;
    text-indent:-9000px;
    top:50%;
    width:84px;
    margin:-19px 0 0 -40px;
}
.thumb h1{
    font-family: 'Oswald', sans-serif;
    font-size:20px;
    line-height: 20px;
    min-height: 20px;
    color:#FFCC00;
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: right;
}





