﻿
 
.img1border {
    top:20px;
    left:700px;
    height:156px;
    width:206px;
    border:1px solid #BEBEBE;
    background:white;
    position:relative;
    -ms-transform: rotate(350deg); /* IE 9 */
    -webkit-transform: rotate(350deg); /* Chrome, Safari, Opera */
    transform: rotate(350deg);
}

#slides {display:none;max-width:200px;max-height:150px;margin-left:3px;margin-top:3px;}

#slides img {max-width:200px;max-height:150px;}


.img2border {
    top:5px;
    left:720px;
    height:156px;
    width:206px;
    border:1px solid #BEBEBE;
    background:white;
    position:relative;
    -ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
    transform: rotate(1deg);
}

#slides2 {display:none;max-width:200px;max-height:150px;margin-left:3px;margin-top:3px;}

#slides2 img {max-width:200px;max-height:150px;}



.img3border {   
    top:-30px;
    left:720px;
    height:156px;
    width:206px;
    border:1px solid #BEBEBE;
    background:white;
    position:relative;
    -ms-transform: rotate(345deg); /* IE 9 */
    -webkit-transform: rotate(345deg); /* Chrome, Safari, Opera */
    transform: rotate(345deg);
}

#slides3 {display:none;max-width:200px;max-height:150px;margin-left:3px;margin-top:3px;}

#slides3 img {max-width:200px;max-height:150px;}




.conteudo {
    font-size:16px;
    margin-left:70px;    
    height:450px;
    position:absolute;
    width:600px;
    color:#4F4F4F;
    top:120px;    
}
   

 .conteudo ul  {
        list-style:disc;
    } 
    .conteudo ul li {
        font-size:14px;
        display:list-item;
    }
    .conteudo p {
        text-align:justify;
        font-size:14px;
    }

.titulo {
    font-weight:bold;
    font-size:14px;
    color:#708090
}


.saibamais {
    text-decoration:underline; 
    color:#4F4F4F;   
    font-weight:bold;
    cursor:pointer;
}