

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

/*background-position:center top;
background-repeat:no-repeat;*/
}

#contenedor-exterior {
background-image:url('../images/contenedortodotop.png');
background-repeat:repeat-x;
background-position:left top;
}

#head_exterior.transition, #head_interior.transition {
width:100%;
}

#contenedortodo {
/*padding-bottom:50px;*/

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

#main {
/*background-image:url('../images/f1.jpg');*/
-moz-box-shadow: 0px 0px 5px #555;
-webkit-box-shadow: 0px 0px 5px #555;
box-shadow: 0px 0px 5px #555;
background-color:#f7f7f7;

border-color:#CC9966;

}

#main .interior {
background-image:url('../images/bg-main.png');
border-color:#ccc;
border-width:0px;
-moz-box-shadow: 0px 0px 0px #988;
-webkit-box-shadow: 0px 0px 0px #988;
box-shadow: 0px 0px 0px #988;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}



/* -------------------------------- */

#sidebar {
color:#000;
margin-top:10px;
/*background-image:url('../images/trans.png');*/
background-repeat:repeat;
background-position:left top;
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
width:350px;
padding-left:-20px !important;
margin:0 !important;
text-align:left;
}

#sidebar #logo {
margin-left:10px;
}

#sidebar-left #sidebar {
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
margin-left:3px;
}

#sidebar .widget h3 {
color:#fafafa;
text-shadow:0px 0px 0px #300;
background-image:none;
}


#portfoliov3 #sidebar, #portfoliov4 #sidebar, #fullsidebar #sidebar {
background-image:none;
color:#555;
}

#portfoliov3 #sidebar a, #portfoliov4 #sidebar a {
color:#555;
}

#portfoliov3 #sidebar h3, #portfoliov4 #sidebar  h3{

color:#555;
}

#sidebar .widget {
background-color:#fff;
width:300px !important;
padding:10px;
color:#555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-image:url('../images/comment.png');
background-repeat:repeat-x;
background-position:left bottom;
border-style:solid;
border-color:#f9f9f9;
border-width:5px;
margin-left:10px;
-moz-box-shadow: 0px 0px 5px #555;
-webkit-box-shadow: 0px 0px 5px #555;
box-shadow: 0px 0px 5px #555;
}

#sidebar #logo + .widget h3{
padding-top:10px;
background-image:none;
}

#sidebar .widget h3 {
color:#888;
background-color:#f5f5f5;
margin: -15px 0 0 -15px;
width:310px;
font-size:16px !important;
font-family:lobster;
margin-bottom:10px;
padding:10px;
text-transform:none;
text-shadow:1px 1px 1px #fff;
}

#sidebar .widget .separator {
background-image:none;
display:none;
}




#fullsidebar #sidebar .widget, #portfoliov3 #sidebar .widget, #portfoliov4 #sidebar .widget {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color:transparent;
background-image:none;
margin-left:20px;
border-width:0;
}

#fullsidebar #sidebar .widget h3, #portfoliov3 #sidebar .widget h3, #portfoliov4 #sidebar .widget h3 {
margin:0 0 10px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width:auto;
color:#777;
}


#portfoliov3 #sidebar, #portfoliov4 #sidebar {
width:330px;
}

#portfoliov3 #sidebar .widget, #portfoliov4 #sidebar .widget {
margin-left:20px;
}


/* -------- 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;
}