/*----------[ RESET ]----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: normal;
 font-style: normal;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline
}
body {
 line-height: 1
}
:focus {
 outline: 0
}
ol, ul {
 list-style: none
}
table {
 border-collapse: collapse;
 border-spacing: 0
}
blockquote:before, blockquote:after, q:before, q:after {
 content: ""
}
blockquote, q {
 quotes: "" ""
}
input, textarea {
 margin: 0;
 padding: 0
}
hr {
 margin: 0;
 padding: 0;
 border: 0;
 color: #000;
 background-color: #000;
 height: 1px
}
 
/*----------[ FONTS ]----------*/

body {
 font-size:12px;
 font-family:"Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}
table, th, td, input, select, textarea {
 font:1em "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}
.console {
 font:1em "Courier New", Courier, monospace;
}
h1 {
 font-size:1.666em;
 font-weight:normal;
}
h2 {
 font-size:1.2em;
 font-weight:normal;
}
h3 {
 font-size:1.083em;
 font-weight:normal;
}
h4 {
 font-size:1em;
}
abbr, acronym {
 border-bottom:1px dotted;
}
p {
 line-height:1.2em;
 margin-bottom:0.5em;
 color:#121212;
}
a {
 font-weight:normal;
 color:#ccc;
 text-decoration:none;
}
a:visited {
 text-decoration:none;
 color:#ccc;
}
a:hover, a:focus, a:active {
 text-decoration:none;
 color:#fff;
}

/*----------[ LAYOUT ]----------*/

body {
 margin:0;
 padding:0;
 background-color:#fff;
 background-position:top;
 background-repeat:repeat-x;
}
#container {
 width:1072px;
 height:auto;
 margin:0 auto;
 padding:0;
 overflow: hidden;
 alignment-adjust:central;
}
#botonera {
 height:40px;
 width:960px;
 margin:0;
 padding:0;
 background-image:url(../images/bg-botonera.png);
 float:left;
}
#header {
 height:104px;
 width:960px;
 margin:0;
 padding:0;
 background-image:url(../images/bg-header.png);
 float:left;
}
#centro {
 width:850px;
 height:460px;
 margin:0;
 padding:25px 55px;
 background:url(../images/bg-centro.png);
 float:left;
}
#footer {
 height:50px;
 width:100%;
 margin:0;
 padding:0;
 background-image:url(../images/bg-footer.png);
 background-repeat:repeat-x;
}

/*----------[ BOTONERA ]----------*/

.botonera {
 height:14px;
 width:700px;
 margin:0;
 padding:13px 10px 13px 250px;
 float:left;
}
.btn {
 width:auto;
 height:auto;
 margin:0 30px;
 padding:0;
 float:left;
}
#nav { 
 list-style:none; 
 width:500px;
}
#nav li { 
 float:left;
 margin:0 20px;
}
#nav li a { 
 display:block; 
 padding:0; 
 margin:0;
 text-decoration:none; 
 color: #CCCCCC; 
 font-weight:normal; 
 text-align:left;
 text-transform: uppercase;
 font-size:11px;
}
#nav li a:hover { 
 color: #FFFFFF; 
}
#nav ul.submenu { 
 padding:0; 
 margin:0;
 position:absolute; 
 list-style:none; 
 width:120px;
}
#nav ul.submenu li { 
 padding:10px 0 0 0; 
 float:none; 
 width:auto; 
 height:auto;
 margin:-3px 0;
}

/*----------[ FOOTER ]----------*/

.footer {
 height:15px;
 width:255px;
 margin:0 auto;
 padding:25px 0 10px;
}

/*----------[ ESPECIFICOS ]----------*/

/*----------[ DEBUG ]----------*/
