/* cabecera */
#header{width:100%; height:70px; position:relative;}

#header .contentDate{background-color:#525552; height:30px; font-size:12px; }
#header .date{color:#fff;  padding:7px 0 4px 10px; float:left;}
#header .linksHeader{color:#fff; padding:7px 0 4px 10px; float:right; padding-right:10px;}
#header .linksHeader a{color:#fff; text-decoration:none; padding:0 2px;}
#header .linksHeader a:hover{text-decoration:underline;}

#header .contentLogo{width:100%; height:23px; position:relative;}
#header .contentLogo .headerLeft{width:362px; height:65px; background:url("/public/static/images/bg_header_left.png") no-repeat; position:absolute; top:0px; left:0px;}
#header .contentLogo .headerRight{width:538px; height:90px; background:url("/public/static/images/bg_header_right.png") no-repeat; position:absolute; top:0px; right:0px;}
#header .contentLogo .linkLogo{width:362px; height:50px; position:absolute; top:0px; left:0px; text-indent:-99999px;}

.consultaGratuita{position: absolute; top:37px; left:415px; text-align: center;}
.consultaGratuita a{font: 16px arial; font-weight: bold; color:#c72626; text-decoration: none;}
