.mainRgpd{ font-size:15px; line-height:15px; }
.mainRgpd input[type=checkbox]{ margin:0; line-height:13px; height:10px;}
.mainRgpd a{text-decoration:underline!important; color:#666666}
.mainRgpdNewsletter {  line-height:13px; color:#fff;}
.mainRgpdNewsletter input[type=checkbox]{ margin:0; padding:0;height:10px;}
.mainRgpdNewsletter a{ text-decoration:underline; line-height:13px; color:#fff;}
.failRgpd{ color:#ff0000;}
.failRgpd a{ color:#ff0000!important; text-decoration:underline!important;;}

/* GERAIS */
.centrar
{
    margin-left         : auto;
	margin-right        : auto;
}

.clear
{
    clear               : both;
}
.unselectable 
{
	cursor:default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*ESTRUTURA*/

#wrapper
{
    width   : 980px;
    background:url('/img/imgfundo.jpg');
    padding: 0 20px;
    position:relative;
}

#contentCab
{
    width       : 940px;
    background  : url('/img/imgFundoCab.jpg');
    height      : 150px;
    border-bottom:5px solid #FD0F0F;
    padding     :20px;
    position:relative;
}

#content
{
    width   : 900px;
    padding: 40px 40px 0 40px;
}

#contentEsq
{
    float   : left;
    width   : 200px;
}

#contentCent
{
    float   : left;
    width   : 580px;
}

#contentDir
{
    float   : left;
    width   : 275px;
    margin-left:45px;
}

#contentRod
{
    width   : 100%
}
