﻿UL {
    list-style-image:url(../img/btn/li001.png) }

li {
    color: Red;
    border-bottom: 2px dotted white;    
}
/* -- Estilus comunes -- */
.rightBorderStyle {
    border-right: 1px solid white;
}
.textUnderLineStyle {
    border-bottom: 2px dotted white;
}
.RowContent {
    clear: both;
    margin: 0px auto 0px auto;
}
/* -- Foot Site Control Styles -- */
.foot {
    clear: both;
    width:1000px;
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 0px;
}
.footTitle {
    border-bottom: 1px solid silver;
    margin: 0px;
    padding: 2px 0px 2px 10px;
}
.foot .links {
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 10px;
}
.foot .legal {
    clear: both;
    margin: 20px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}
.popUp {
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

