* {
padding: 0;
margin: 0;
} 

body {
background: #FFFFFF url(images/fondo_idesac.jpg) top center repeat-y;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #555;
line-height: 20px;
}

img { border: none; }
a { text-decoration: none; color: #006600; }
a:hover { color: #333; }
h3 { border-bottom: 1px dotted #ccc; color: #F0A848; padding: 10px 0 2px 0; }
h3 a { color: #3090F0; }
h3 a:hover { color: #F0A848; }


#wrap {
margin: 0 auto;
width: 980px;
}

#header {
background: url(images/header_idesac.jpg) no-repeat;

height: 150px;
}

#header h1 { text-transform: uppercase; padding: 25px 0 0 30px; font-size: 30px; font-weight: 100; letter-spacing: -2px; }
#header h1 a { color: #3090F0; }
#header h1 a:hover { color: #333; }
h2 { border-bottom: 1px dotted #ccc; color: #333; padding: 10px 0 2px 0; }

#menu {
background:  url(images/menu_bar.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 20px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
padding:0 10px;
text-decoration:none;
color: #fff;
letter-spacing:-1px;
font-weight: 100;
font-size: 13px;
}
#menu li a:hover {
color: #FFFF00;
text-decoration: none;
}

#content { 
padding: 10px;
}

#left {

float: left;
width: 200px;
}
#left li {

/*background-image: url(images/bg_botonera.gif); */
background:  url(images/bg_botonera.gif) repeat-y;
background-repeat: no-repeat;

padding: 5px 0px 10px 0px;
margin: 0px 0px 0px 0px;
font:  12px verdana;

color: #FFFFFF;

list-style-type: none;
padding-left: 3px;
border-right: 0px solid #FF0000;
border-left: 0px solid #FF0000;
border-bottom: 0px solid #FF0000;
border-top: 0px solid #FF0000;

}
#left .box a:link, #left .box a:active, #left .box a:visited {
color: #FFFFFF;
padding: 0px 0px 0px 20px;
margin: 0px 0px 0px 0px;
border-right: 0px solid #FF0000;
border-left: 0px solid #FF0000;
border-bottom: 0px solid #FF0000;
border-top: 0px solid #FF0000;
}

#left h2 {
margin-left: 10px;
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #EEF0F1 url(images/hbg.gif) repeat-x;
border-right: 0px solid #ccc;
border-left: 0px solid #ccc;
}
#left .box {

border-right: 0px solid #ccc;
border-left: 0px solid #ccc;
border-bottom: 0px solid #ccc;
margin: 0 0 0px 10px;
padding: 5px 0 10px 0;
}

#right { 
float: right;
width: 740px;
margin-right: 10px; 
}
.contentleft {
float: left;
width : 550px;
}
.contentleft h2 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: 0b4c2a;
/*background: #EEF0F1 url(images/hbg.gif) repeat-x; */
border-right: 0px solid #ccc;
border-left: 0px solid #ccc;
}
.contentleftbox {
border-right: 0px solid #ccc;
border-left: 0px solid #ccc;
border-bottom: 0px solid #ccc;
margin: 0 0 10px 0;
padding: 0 10px 10px 10px;
text-align: justify;
}

.contentright {
float: right;
width: 180px;
}
.contentright h2 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #EEF0F1 url(images/hbg.gif) repeat-x;	
border-right: 0px solid #ccc;
border-left: 0px solid #ccc;
}
.contentrightbox {
border-right: 0px solid #ccc;
border-left: 0px solid #ccc;
border-bottom: 0px solid #ccc;
margin: 0 0 10px 0;	
padding: 10px;
text-align: justify;
}

#footer {
height: 40px;
line-height: 40px;
background: #C0D8F0 url(images/footer_idesac.jpg) no-repeat;
color: #fff;
text-align: center;
}
#footer a { color: #fff; }
#footer a:hover { color: #333; }


