@charset "utf-8";
body { font: 75% Verdana, Arial, Helvetica, sans-serif; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #FFFFFF; }
a { font-size: 11px; font-weight: bold; color: #e87137; }
h1 { font-size: 14px; }
#container { width: 955px; margin: 0 auto; text-align: left; /* this overrides the text-align: center on the body element. */ background: url(../img/naranja.jpg) no-repeat bottom right; }
#header { height: 300px; padding-top: 10px;  }
#header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ }
#mainContent { background: url(../img/sign.jpg) repeat-y #1A75BB; margin-top: 0; margin-right: 22px; margin-bottom: 10px; margin-left: 10px; padding-top: 10px; padding-right: 20px; padding-bottom: 0; padding-left: 20px; }
#footer { padding: 10px 0; margin-top: 20px; clear: both; }
#footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ }
#leftmenu { width: 250px; float: left; }
#leftmenu p, #leftmenu a { font-size: 14px; color: white; text-decoration: none; }
#leftmenu a:hover { color: yellow; }
#imgs { background-image: url(../img/fotos.jpg); background-repeat: no-repeat; height: 553px; width: 250px; float: left; clear: both; text-align: center; background-position: center top; }
#box { width: 597px; margin-left: 265px; padding-top: 10px; }
.style1 { font-size: 90%; display: block; padding: 10px 30px; background: url(../img/plantilla_10.jpg); color: #0C3758; margin-top : -4px; }
.naranja { color: #FF6633; font-weight: bold; }
.navlinks, .navlinks a { font-size: 10px; font-weight: bold; color: #ffffff; text-decoration: none; }
#box_bottom { background-image: url(../img/plantilla_15.jpg); height: 44px; }
#box_top { background-image: url(../img/plantilla_05.jpg); height: 32px; }
.footer-contents { float: left; padding-top: 25px; padding-left: 10px; }
.footer-contents2 { color: #FFFFFF; }
#footer .col, #footer .col-last { float: left; margin: 10px 0 0 0; padding: 1px 0; width: 18.5%; border-right: 1px solid #ddd; min-height: 210px; position: relative; }
#footer .col-last { border: none; width: 25% !important; } /*IE7*/
#footer dl { margin: 0; }
#footer dl.col-prime { margin-bottom: 0.7em; }
#footer dd { margin: 0; padding: 3px 10px; font-size: 85%; }
#footer dd a { text-transform: uppercase; font: 85% tahoma, sans-serif; text-decoration: none; padding-bottom: 1px; color: #CCCCCC; }
#footer dd a:hover { text-transform: uppercase; font: 85% tahoma, sans-serif; text-decoration: none; padding-bottom: 1px; color: #FFFFFF; }
#footer dd a span { text-transform: none; }
#footer dt { font-size: 105%; font-weight: bold; letter-spacing: -0.02em; padding: 0 10px; }
#footer .footer-feature { position: absolute; right: 10px; top: 28px; }
.foot-clear { height: 0; }
