/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:81.25%;line-height:1.8462em;color:#222;background:#fff;font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:1.2308em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em;}
h2 {font-size:1.2308em;line-height:1.5em;margin-top:1.5em;margin-bottom:0em;}
h3 {font-size:1.2308em;line-height:1.5em;margin-top:1.5em;margin-bottom:0em;}
h4 {font-size:1.2308em;line-height:1.5em;margin-top:1.5em;margin-bottom:0em;}
h5 {font-size:0.875em;line-height:1.7143em;margin-top:1.7143em;margin-bottom:0em;}
h6 {font-size:0.75em;line-height:2em;margin-top:2em;margin-bottom:0em;}
.you-got24px {font-size:1.8462em;line-height:1em;margin-top:1em;margin-bottom:0em;}
.you-got21px {font-size:1.6154em;line-height:1.1429em;margin-top:1.1429em;margin-bottom:0em;}
.you-got18px {font-size:1.3846em;line-height:1.3333em;margin-top:1.3333em;margin-bottom:0em;}
.you-got16px {font-size:1.2308em;line-height:1.5em;margin-top:1.5em;margin-bottom:0em;}
.you-got14px {font-size:1.0769em;line-height:1.7143em;margin-top:1.7143em;margin-bottom:0em;}
.you-got13px {font-size:1em;line-height:1.8462em;margin-top:1.8462em;margin-bottom:0em;}
.you-got12px {font-size:0.9231em;line-height:2em;margin-top:2em;margin-bottom:0em;}
.you-got11px {font-size:0.8462em;line-height:2.1818em;margin-top:2.1818em;margin-bottom:0em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {font-size:1em;line-height:1.8462em;margin:0 0 1.8462em 0;}
p img {margin:1.8462em 1.8462em 1.8462em 0;padding:0;}
p img.right {margin:1.8462em 0 1.8462em 1.8462em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.8462em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.8462em 0;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 0 1.8462em 0;}
ul, ol {margin:0 0 1.8462em 0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.8462em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#C3D9FF;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:0.8462em;line-height:2.1818em;margin-bottom:2.1818em;}
.large {font-size:1.0769em;line-height:1.7143em;margin-bottom:1.7143em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:918px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:18px;}
.last, div.last {margin-right:0;}
.span-1 {width:21px;}
.span-2 {width:60px;}
.span-3 {width:99px;}
.span-4 {width:138px;}
.span-5 {width:177px;}
.span-6 {width:216px;}
.span-7 {width:255px;}
.span-8 {width:294px;}
.span-9 {width:333px;}
.span-10 {width:372px;}
.span-11 {width:411px;}
.span-12 {width:450px;}
.span-13 {width:489px;}
.span-14 {width:528px;}
.span-15 {width:567px;}
.span-16 {width:606px;}
.span-17 {width:645px;}
.span-18 {width:684px;}
.span-19 {width:723px;}
.span-20 {width:762px;}
.span-21 {width:801px;}
.span-22 {width:840px;}
.span-23 {width:879px;}
.span-24, div.span-24 {width:918px;margin:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:9px!important;}
input.span-2, textarea.span-2 {width:48px!important;}
input.span-3, textarea.span-3 {width:87px!important;}
input.span-4, textarea.span-4 {width:126px!important;}
input.span-5, textarea.span-5 {width:165px!important;}
input.span-6, textarea.span-6 {width:204px!important;}
input.span-7, textarea.span-7 {width:243px!important;}
input.span-8, textarea.span-8 {width:282px!important;}
input.span-9, textarea.span-9 {width:321px!important;}
input.span-10, textarea.span-10 {width:360px!important;}
input.span-11, textarea.span-11 {width:399px!important;}
input.span-12, textarea.span-12 {width:438px!important;}
input.span-13, textarea.span-13 {width:477px!important;}
input.span-14, textarea.span-14 {width:516px!important;}
input.span-15, textarea.span-15 {width:555px!important;}
input.span-16, textarea.span-16 {width:594px!important;}
input.span-17, textarea.span-17 {width:633px!important;}
input.span-18, textarea.span-18 {width:672px!important;}
input.span-19, textarea.span-19 {width:711px!important;}
input.span-20, textarea.span-20 {width:750px!important;}
input.span-21, textarea.span-21 {width:789px!important;}
input.span-22, textarea.span-22 {width:828px!important;}
input.span-23, textarea.span-23 {width:867px!important;}
input.span-24, textarea.span-24 {width:906px!important;}
.append-1 {padding-right:39px;}
.append-2 {padding-right:78px;}
.append-3 {padding-right:117px;}
.append-4 {padding-right:156px;}
.append-5 {padding-right:195px;}
.append-6 {padding-right:234px;}
.append-7 {padding-right:273px;}
.append-8 {padding-right:312px;}
.append-9 {padding-right:351px;}
.append-10 {padding-right:390px;}
.append-11 {padding-right:429px;}
.append-12 {padding-right:468px;}
.append-13 {padding-right:507px;}
.append-14 {padding-right:546px;}
.append-15 {padding-right:585px;}
.append-16 {padding-right:624px;}
.append-17 {padding-right:663px;}
.append-18 {padding-right:702px;}
.append-19 {padding-right:741px;}
.append-20 {padding-right:780px;}
.append-21 {padding-right:819px;}
.append-22 {padding-right:858px;}
.append-23 {padding-right:897px;}
.prepend-1 {padding-left:39px;}
.prepend-2 {padding-left:78px;}
.prepend-3 {padding-left:117px;}
.prepend-4 {padding-left:156px;}
.prepend-5 {padding-left:195px;}
.prepend-6 {padding-left:234px;}
.prepend-7 {padding-left:273px;}
.prepend-8 {padding-left:312px;}
.prepend-9 {padding-left:351px;}
.prepend-10 {padding-left:390px;}
.prepend-11 {padding-left:429px;}
.prepend-12 {padding-left:468px;}
.prepend-13 {padding-left:507px;}
.prepend-14 {padding-left:546px;}
.prepend-15 {padding-left:585px;}
.prepend-16 {padding-left:624px;}
.prepend-17 {padding-left:663px;}
.prepend-18 {padding-left:702px;}
.prepend-19 {padding-left:741px;}
.prepend-20 {padding-left:780px;}
.prepend-21 {padding-left:819px;}
.prepend-22 {padding-left:858px;}
.prepend-23 {padding-left:897px;}
div.border {padding-right:8px;margin-right:9px;border-right:1px solid #eee;}
div.colborder {padding-right:28px;margin-right:28px;border-right:1px solid #eee;}
.pull-1 {margin-left:-39px;}
.pull-2 {margin-left:-78px;}
.pull-3 {margin-left:-117px;}
.pull-4 {margin-left:-156px;}
.pull-5 {margin-left:-195px;}
.pull-6 {margin-left:-234px;}
.pull-7 {margin-left:-273px;}
.pull-8 {margin-left:-312px;}
.pull-9 {margin-left:-351px;}
.pull-10 {margin-left:-390px;}
.pull-11 {margin-left:-429px;}
.pull-12 {margin-left:-468px;}
.pull-13 {margin-left:-507px;}
.pull-14 {margin-left:-546px;}
.pull-15 {margin-left:-585px;}
.pull-16 {margin-left:-624px;}
.pull-17 {margin-left:-663px;}
.pull-18 {margin-left:-702px;}
.pull-19 {margin-left:-741px;}
.pull-20 {margin-left:-780px;}
.pull-21 {margin-left:-819px;}
.pull-22 {margin-left:-858px;}
.pull-23 {margin-left:-897px;}
.pull-24 {margin-left:-936px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -39px 1.5em 39px;}
.push-2 {margin:0 -78px 1.5em 78px;}
.push-3 {margin:0 -117px 1.5em 117px;}
.push-4 {margin:0 -156px 1.5em 156px;}
.push-5 {margin:0 -195px 1.5em 195px;}
.push-6 {margin:0 -234px 1.5em 234px;}
.push-7 {margin:0 -273px 1.5em 273px;}
.push-8 {margin:0 -312px 1.5em 312px;}
.push-9 {margin:0 -351px 1.5em 351px;}
.push-10 {margin:0 -390px 1.5em 390px;}
.push-11 {margin:0 -429px 1.5em 429px;}
.push-12 {margin:0 -468px 1.5em 468px;}
.push-13 {margin:0 -507px 1.5em 507px;}
.push-14 {margin:0 -546px 1.5em 546px;}
.push-15 {margin:0 -585px 1.5em 585px;}
.push-16 {margin:0 -624px 1.5em 624px;}
.push-17 {margin:0 -663px 1.5em 663px;}
.push-18 {margin:0 -702px 1.5em 702px;}
.push-19 {margin:0 -741px 1.5em 741px;}
.push-20 {margin:0 -780px 1.5em 780px;}
.push-21 {margin:0 -819px 1.5em 819px;}
.push-22 {margin:0 -858px 1.5em 858px;}
.push-23 {margin:0 -897px 1.5em 897px;}
.push-24 {margin:0 -936px 1.5em 936px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* oscarstrasnoy-1.0/screen.css */
body {color:#333;}
#wrapper-top, #wrapper-center, #wrapper-bottom {width:100%;margin:0 auto;}
.showgrid {background:url(_imgs/grid.png);}
.grid-cuatro {background:url(_imgs/grid-4col.png);}
.grid-ct {background:url(_imgs/grid-5-13.png);}
.grid-seis {background:url(_imgs/grid-6col.png);}
.grid-sd {background:url(_imgs/grid-6-12.png);}
.grid-sc {background:url(_imgs/grid-6-14.png);}
.grid-ocho {background:url(_imgs/grid-8col.png);}
#wrapper-top {background:#000;}
#wrapper-top h1 {margin:0;}
#wrapper-top h1 a {display:block;text-indent:-200em;height:54px;width:210px;}
.home #wrapper-top h1 a {background:url(_imgs/oscar-home.gif) no-repeat;}
.category-next #wrapper-top h1 a, .s-category-next #wrapper-top h1 a {background:url(_imgs/oscar-next.gif) no-repeat;}
.category-bio #wrapper-top h1 a, .s-category-bio #wrapper-top h1 a {background:url(_imgs/oscar-bio.gif) no-repeat;}
.category-works #wrapper-top h1 a, .s-category-works #wrapper-top h1 a {background:url(_imgs/oscar-works.gif) no-repeat;}
.category-journal #wrapper-top h1 a, .s-category-journal #wrapper-top h1 a {background:url(_imgs/oscar-journal.gif) no-repeat;}
.category-press #wrapper-top h1 a, .s-category-press #wrapper-top h1 a {background:url(_imgs/oscar-press.gif) no-repeat;}
#wrapper-top h2 {color:#eee;margin:0;display:block;text-indent:-200em;background:url(_imgs/composer.png) no-repeat;height:36px;width:210px;}
#wrapper {padding:36px 0;}
#footer {border-top:1px solid #c9cbcc;color:#888;padding:12px;}
#foot-lefty p {margin:0;}
#foot-first {font-size:0.8462em;line-height:2.1818em;margin-bottom:2.1818em;}
.home h1 {margin-top:1.5em;margin-bottom:0;}
.home h4 {font-size:1em;line-height:1.8462em;margin-top:1.8462em;margin:0;}
.next h4 a, .bio h4 a, .works h4 a, .journal h4 a, .press h4 a {display:block;padding-left:12px;color:#fff;border:none;}
body.category-next #wrapper-top, body.s-category-next #wrapper-top, .next h4 a {background:#f30;}
body.category-bio #wrapper-top, body.s-category-bio #wrapper-top, .bio h4 a {background:#f66;}
body.category-works #wrapper-top, body.s-category-works #wrapper-top, .works h4 a {background:#3f3;}
body.category-journal #wrapper-top, body.s-category-journal #wrapper-top, .journal h4 a {background:#c0c;}
body.category-press #wrapper-top, body.s-category-press #wrapper-top, .press h4 a {background:#3af;}
.skip-link {display:none;}
#interno-l {margin-top:72px;color:#666;}
p.audioplayer_container {margin-top:-1.8462em;}
h1, h2, h3, h4, h5, h6 {margin-top:0;}
a:link, a:visited, a:hover, a:active {text-decoration:none;}
#wrapper .next a, .category-next #wrapper a, .s-category-next #wrapper a {color:#333;border-bottom:dashed 1px #f30;}
.category-next #wrapper a:hover, .s-category-next #wrapper a:hover {color:#333;border-bottom:solid 1px #f30;}
.category-next h1, .s-category-next h1 {color:#f30;}
#wrapper .bio a, .category-bio #wrapper a, .s-category-bio #wrapper a {color:#333;border-bottom:dashed 1px #f66;}
.category-bio #wrapper a:hover, .s-category-bio #wrapper a:hover {color:#333;border-bottom:solid 1px #f66;}
.category-bio h1, .s-category-bio h1 {color:#f66;}
#wrapper .works a, .category-works #wrapper a, .s-category-works #wrapper a {color:#333;border-bottom:dashed 1px #3f3;}
.category-works #wrapper a:hover, .s-category-works #wrapper a:hover {color:#333;border-bottom:solid 1px #3f3;}
.category-works h1, .s-category-works h1 {color:#3f3;}
#wrapper .journal a, .category-journal #wrapper a, .s-category-journal #wrapper a {color:#333;border-bottom:dashed 1px #c0c;}
.category-journal #wrapper a:hover, .s-category-journal #wrapper a:hover {color:#333;border-bottom:solid 1px #c0c;}
.category-journal h1, .s-category-journal h1 {color:#c0c;}
#wrapper .press a, .category-press #wrapper a, .s-category-press #wrapper a {color:#333;border-bottom:dashed 1px #3af;}
.category-press #wrapper a:hover, .s-category-press #wrapper a:hover {color:#333;border-bottom:solid 1px #3af;}
.category-press h1, .s-category-press h1 {color:#3af;}
#wrapper .next a.thickbox, #wrapper .bio a.thickbox, #wrapper .works a.thickbox, #wrapper .journal a.thickbox, #wrapper .press a.thickbox {border-bottom:none;}
a img {border:none;}
#footer p img {margin:0;}
#interno-l {font-size:0.8462em;line-height:2.1818em;}
#interno-l ul {list-style:none;}
.postmetadata {font-size:0.8462em;line-height:2.1818em;margin-left:20px;}
.category .post {padding-bottom:1.82em;background:url(_imgs/bg_linea_gris.png) repeat-x bottom;}
.category .post p {margin-bottom:0;}
#wp_page_numbers {font-size:0.8462em;line-height:2.1818em;}
#wp_page_numbers ul {list-style:none;margin:0;}
#wp_page_numbers ul li.page_info {display:block;}
.category-next #wp_page_numbers ul li.active_page a, .next #wp_page_numbers ul li.active_page a {font-weight:bold;color:#f30;}
.category-bio #wp_page_numbers ul li.active_page a, .bio #wp_page_numbers ul li.active_page a {font-weight:bold;color:#f66;}
.category-works #wp_page_numbers ul li.active_page a, .works #wp_page_numbers ul li.active_page a {font-weight:bold;color:#3f3;}
.category-journal #wp_page_numbers ul li.active_page a, .journal #wp_page_numbers ul li.active_page a {font-weight:bold;color:#c0c;}
.category-press #wp_page_numbers ul li.active_page a, .press #wp_page_numbers ul li.active_page a {font-weight:bold;color:#3af;}
#wp_page_numbers ul li {display:inline;}
#wp_page_numbers ul li:after {content:" | ";}
#wp_page_numbers ul li.page_info:after, #wp_page_numbers ul li:last-child:after {content:"";}

/* misc */
a {overflow:hidden;}
li.first, p.first {border:0 !important;padding:0 !important;margin:0 !important;}

/* superfish-oscar */
#menu {font-size:0.9167em;}
#menu a {height:30px;line-height:30px;font-size:11px;}
#menu a:link {color:#fff;}
#menu a:visited {color:#fff;}
#menu a:hover {color:#fff;}
#menu li.next a:hover, body.category-next li.next, body.s-category-next li.next {background:#ff3300 url(_imgs/bg_boton_next.png) bottom right no-repeat;}
#menu li.bio a:hover, body.category-bio li.bio, body.s-category-bio li.bio {background:#f66 url(_imgs/bg_boton_bio.png) bottom right no-repeat;}
#menu li.works a:hover, body.category-works li.works, body.s-category-works li.works {background:#3f3 url(_imgs/bg_boton_works.png) bottom right no-repeat;}
#menu li.journal a:hover, body.category-journal li.journal, body.s-category-journal li.journal {background:#cc00cc url(_imgs/bg_boton_journal.png) bottom right no-repeat;}
#menu li.press a:hover, body.category-press li.press, body.s-category-press li.press {background:#3af url(_imgs/bg_boton_press.png) bottom right no-repeat;}
#msenu a:active {color:#fff;}
.sf-menu, .sf-menu * {margin:0;padding:0;list-style:none;}
.sf-menu ul {position:absolute;top:-999em;width:10em;}
.sf-menu ul li {width:200px;}
.sf-menu li:hover {visibility:inherit;}
.sf-menu li {float:left;position:relative;width:156px;}
.sf-sub-indicator {display:none;}
.sf-menu a {display:block;position:relative;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {left:0;top:31px;z-index:99;}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left:10em;top:0;}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left:10em;top:0;}
.sf-menu {float:left;}
.sf-menu a {border-left:1px solid #fff;padding:0 0 0 9px;text-decoration:none;}
.sf-menu li.next a {border-left:none;}
.sf-menu a, .sf-menu a:visited {color:#fff;}
.sf-menu li {background:#666;}
.sf-menu li li {background:#666;}
.sf-menu li li li {background:#666;}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {outline:0;}

/* semantic class names */
#wrapper:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
#interno-l {float:left;margin-right:18px;width:177px;}
#footer, #header, #home-interno {width:918px;margin:0 auto;display:block;}
#interno {float:left;margin-right:18px;width:684px;}
#wrapper {width:918px;margin:0 auto;display:block;}
#sidebar {margin-right:0;padding-right:0;float:left;margin-right:18px;margin-right:0;width:216px;}
#interno-r {margin-right:0;padding-right:0;float:left;margin-right:18px;margin-right:0;width:489px;}