﻿.Vetrina {  
    position: relative; 
    width: 230px;
    height: 207px;
    overflow: hidden;  
    margin: 0 0 1px 0; 
} 
.Vetrina ul { 
    margin: 0; 
    padding: 0; 
    position: relative; 
    left: 0; 
    top: 0; 
    width: 2300px; 
    height: 207px;
    list-style-type: none; 
} 
.Vetrina ul li { float:left; list-style-type:none; } 
.VetrinaIndicator { overflow: auto; } 
.VetrinaIndicator ul { 
    margin: 0; 
    padding: 0; 
    position: relative; 
    list-style-type: none; 
} 
.VetrinaIndicator ul li{ 
    width: 20px; 
    float:left; 
    margin: 0 1px 1px 0; 
    list-style-type:none;
} 
.VetrinaIndicator a,
.VetrinaIndicator a:link,
.VetrinaIndicator a:visited,
.VetrinaIndicator a:active { 
    font: bold 10px Verdana, Arial; 
    text-align: center; 
    line-height: 18px; 
    border: 1px solid #dddcdc;
    color: #999999; 
    text-decoration:none;
    text-transform:none;
    display: block; 
}

.VetrinaIndicator a:hover, 
.VetrinaIndicator a.current { 
    background: #c7c6c6; 
    color: #fff;
    text-decoration:none;
    text-transform:none;
}

.ContentFile{ width:230px;}
.ContentFile img { width: 230px; height: 175px; }
.ContentLink{ width:230px; height: 22px; }
.clearBoth{ clear:both;}
.boxLink1{ float:left; margin:5px 0; }
.boxLink2{ float:right; margin:5px 0; }

.ContentLink a:hover{ 
    color: #999999;
    text-decoration:none;
    text-transform:none;
}

.FrameFile{ padding:2px; background-image:url(Images/Frame.png); background-repeat:no-repeat;}