﻿.Vetrina {  
    position: relative; 
    width: 230px;
    height: 300px;
    overflow: hidden;  
    margin: 0 0 1px 0; 
    font: bold 10px Arial, Helvetica; 
} 
.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 Arial, Helvetica; 
    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 { 
    font: bold 10px Arial, Helvetica; 
    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{ font: 12px Arial, Helvetica; float:left; margin:5px 0; }
.boxLink2{ clear:both; font: 12px Arial, Helvetica; margin:5px 0; text-align:left; text-decoration:none; font-weight:normal}

.ContentLink a:hover{ 
    color: #999999;
    text-decoration:none;
    text-transform:none;
}

.FrameFile{ padding:2px; background-image:url(Images/Frame.png); background-repeat:no-repeat;}

.boxLink2 p {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;font-weight:normal;text-decoration:none;}

.boxLink2 p a {text-decoration:none; font-weight:normal;}
.boxLink2 p a:visited {text-decoration:none; font-weight:normal;}
.boxLink2 p a:hover {text-decoration:underline; font-weight:normal;}
