

/* GENERAL */
* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, cite, var, address, em { font-style: normal; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: #999; color: #000; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }
/**********FIN RESET************/
/***** Global *****/
html, body {
border:0;
margin:0;
padding:0;
}
body {
font:11px/1.25 "Trebuchet MS", Arial, Helvetica;
}

/***** Encabezados *****/
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
#middle .content .contenido h6{
    font-size:1.1em;
    margin:8px 0 8px 3px;
    font-weight:bold;
    padding-left:15px;                                              
} 
/***** Formato comun *****/
p, ul, ol {
margin:0;
padding:0;
}
ul, ol {
padding:0;
}
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
small {
font-size:0.85em;
}
img {
border:0;
}
/***** Enlaces *****/
a,
a:link,
a:visited {
text-decoration:none;
color:#fff;
}
a:hover {
text-decoration:underline;
}
/***** Formularios *****/
form {
margin:0;
padding:0;
display:inline;
}
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
textarea {
width:100%;
line-height:1.25;
}
label {
cursor:pointer;
}
/***** Tablas *****/
table {
border:0;
margin:0;
padding:0;
}
table tr td {
padding:2px;
}
/***** Wrapper *****/ 
#wrap {
width:1000px;
/*padding:0 25px;*/
margin:0 auto 10px;
background:url(../img/bg-wrap.jpg) center repeat-y #fff;
}
#wrap .oculto{
	display:none;
}
/* FIN GENERAL */

/* HEADER */
#wrap #header{
width:950px;
margin:0 auto;
height:123px;
background:url(../img/fondo-top-sidebar.jpg) 675px 73px no-repeat;
}
#header .logo{
height:67px;
margin-left:20px;
padding-top:15px;
width:600px;
}
#header h1 a{
width:0px;
display:block;
float:left;
padding-top:14px;
padding-left:255px;
height:43px;
overflow:hidden;
background:url(../img/logo-economistas.gif) left top no-repeat;
}
#header h1 span{
padding-top:15px;
display:block;
float:right;
color:#000;
font-size:1.7em;
font-family:Arial, Helvetica, sans-serif;
}
#header .utilidades{
height:14px;
float:right;
width:160px;
overflow:hidden;
margin-top:-30px;
}
#header .utilidades li{
float:left;
padding:0 5px;
border-left:1px solid #000;
}
#header .utilidades li.primero{
border:none;
}
#header .utilidades a{
color:#000;
}
#header .menu{
background:url(../img/bg-menu.jpg) top repeat-x #000;
width:659px;
height:31px;
padding-top:7px;
padding-left:13px;
}
#header .menu li{
float:left;
border-left:1px solid #999;
padding:0 14px 0 3px;
width:64px;
height:31px;
}
/* FIN HEADER */

/* MIDDLE */
#middle{
width:950px;
margin:0 auto;
overflow:auto;
background:url(../img/bg-middle.gif) bottom right repeat-y;
}
/* FIN MIDDLE */

/* FOOTER */
#wrap #footer .bloque{
background:url(../img/bg-footer.jpg) top repeat-x;
width:950px;
height:157px;
margin:0 auto;
}
#wrap #footer .btnAvisoLegal{
color:#000;
}
#wrap #footer .menu{
padding-left:100px;
height:142px;
background:url(../img/bg-menu-footer.jpg) left bottom no-repeat;
padding-top:15px;
color:#ccc;
}
#wrap #footer .menu a{
color:#ccc;
}
#wrap #footer .menu li{
height:140px;
border-left:1px solid #999;
padding-right:15px;
padding-left:3px;
float:left;
}
#wrap #footer .menu li.primero{
width:150px;
padding-right:10px;
}
#wrap #footer .menu li.primero .submenu{
padding:8px 0 0 12px;
}
#wrap #footer .menu li.primero .submenu li{
border:none;
float:none;
padding:0;
padding-left:5px;
height:auto;
background:url(../img/footer-bullet.gif) left no-repeat;
}
#wrap #footer .menu li.primero .submenu li a{
display:inline;

}
#wrap #footer .menu li a,
#wrap #footer .menu li .padre{
display:block;
width:65px;
}
#footer .txt{
width:950px;
margin:0 auto;
padding:15px 25px;
background-color:#999;
color:#FFF;
font-weight:bold;
text-align:center;
}
/* FIN FOOTER */