

body {
background-color:#f9f8f8;
background-image:url('../images/background.jpg');

background-position:center top;

}

#fondo {
background-repeat:no-repeat;
background-image:url('../images/fondo.png');
z-index:-100 !important;
background-position:center top;
}

#head_trans {
background-image:url('../images/transani_default.png'); 
}

#contenedor-exterior {
background-image:url('../images/contenedortodotop.png');
background-repeat:repeat-x;
background-position:left top;
position:relative;
z-index:23;
padding:0;

}

#contenedortodo {

background-image:url('../images/fondo_contenedor.png');
background-repeat:no-repeat;
background-position:center bottom;
}

#main {
/*background-image:url('../images/gridark.gif');*/
background-color:#f8f8f8;
/*border-color:#d5d5d5;*/

}

#main .interior {
border-width:0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
/*background-image:url('../images/bg-main.png');*/
}


/* -------- footer ----------- */

#footer-top {
margin-top:50px;
height:20px;
background-image:url('../images/footer-top.png');
background-position:center bottom;
}

#footer {

padding: 10px 0 0px 0;
/*background-color:#333;*/
overflow:hidden;

background-image:url('../images/bg_.jpg');
background-position:center top;
background-repeat:no-repeat;
background-color:#1a1a1a;
}

#footer .widget a{
color:#ddd;
}

#footer .widget h3 {
color:#666;
text-shadow:1px 1px 1px #000;
background-image:none;
border-style:solid;
border-width: 0 0 1px 0;
border-color:#555;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#footer-content {
color:#ddd;
}

#footer-content .footertext {
color:#ddd;
}

#footer h3 {
/*color: #FFFFFF;*/
font-weight: bold;
}

#footer li {
font-size: 15px;
display: inline;
margin: 0 0 0 20px;
}