/* 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;}

/* dicom-1.0/screen.css */
body {font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;margin:0;background:#595959;}
#uber-wrap {margin:0;padding:1.75em 0 0 0;background:#fff;}
#header {height:96px;position:relative;}
#title {width:138px;float:left;margin:6px 0 0 0;}
#description {position:absolute;height:72px;border-left:1px solid #ccc;padding-left:9px;left:156px;top:18px;width:600px;}
#description h1 {margin:0;position:relative;}
#description h1 a {color:#ed1651;font-weight:normal;text-decoration:none;border:none;}
#description h2 {font-size:1.1667em;line-height:1.5em;margin:0;color:#666;font-weight:normal;}
#interno {margin:1.8462em 0;min-height:480px;}
#menu p.cartelera {width:99px;float:right;}
#menu p.cartelera a {background:url(_imgs/bg-cartelera.png) no-repeat;height:30px;line-height:30px;display:block;padding-left:36px;}
.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);}
.shentry {margin:0 39px;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:1.3846em;line-height:1.3333em;color:#006997;margin:0;}
h2 {font-size:1.0769em;line-height:1.7143em;margin:0;font-weight:bold;}
h3, #colDerecha h4 {font-size:1.0769em;line-height:1.7143em;margin:0;color:#006997;font-weight:bold;}
h4 {font-size:1em;line-height:1.8462em;color:#006997;margin:0;}
h5, h6 {font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;font-weight:bold;font-size:0.9231em;line-height:2em;color:#006997;margin:0 0 2em 0;}
h6 {font-style:italic;font-weight:normal;}
pre, code {font-size:1em;line-height:1.75em;margin:0;white-space:pre;}
pre, code, tt {background:#eee;}
blockquote {font-family:Palatino,Georgia;font-weight:normal;font-size:1.2308em;line-height:1.5em;}
.small {font-size:0.9231em;line-height:2em;margin-bottom:2em;}
.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;}
em {font-family:"Lucida Sans", Georgia, "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;font-style:italic;color:#006997;}
strong {font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;font-weight:bold;color:#006997;}
.excerpt p, .excerpt {font-family:"Lucida Sans", Georgia, "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;font-style:italic;}
.wordpress-caption {float:right;margin-left:18px;margin-right:-168px;}
.footnotes, .chico {font-size:0.8462em;line-height:2.1818em;margin-bottom:2.1818em;color:#444;}
.footnotes {margin-bottom:0;}
ol.footnotes li {font-weight:normal;color:#666;}
p + p {text-indent:0;margin-top:0;}
p + ul, p + ol {margin-top:-1.75em;}
p + ol.footnotes {margin-top:0;}
a {overflow:hidden;text-decoration:none;}
a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#ed1651;}
a:active {color:#333;}
.breadcrumb {font-size:0.9231em;line-height:2em;margin:0 0 2em 0;color:#888;}
.breadcrumb a {color:#888;}
.breadcrumb a:hover {text-decoration:underline;}
ul {list-style:none !important;}
ul li {padding-left:12px;background:url(_imgs/punto_azul.png) no-repeat;}
ul.post-meta li {padding-left:0;background:none;}
#footer ul li {padding:0;background:none;}
.entry-content .bibliografia {background:none;padding-left:3em;text-indent:-3em;}
* html #portrait, * html .docentes, * html #diCom-link {height:1px;position:relative;}
p img {float:none;margin:0;}
.alignright {float:right;margin:0 0 0 39px;}
.alignleft {float:left;margin:0 39px 0 0;}
.alignceter {float:none;clear:both;}
.gallery {width:216px;float:right;clear:both;margin:0 0 0 57px;}
.gallery-item {float:left;text-align:left;width:216px;}
.wp-caption-text, .gallery-caption {font-size:0.9231em;line-height:2em;margin-bottom:2em;margin-left:0;border-left:1px solid #999;padding-left:6px;}
.wp-caption a {border:none;}
.hentry {margin-bottom:1.8462em;}
.sub-cat {margin-left:39px;}
.category-shortcode p {margin-bottom:0;}
#portrait, .docentes, .marco {display:inline;width:255px;float:right;margin:0 -78px 1.75em 18px;padding:0;clear:both;}
.seminarios ul {margin:0;list-style:none;border-bottom:1px solid #ddd;}
.seminarios ul li {background:#eee;padding:.875em;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.seminarios h3 {font-size:1em;font-weight:bold;line-height:1.75em;background:#999;color:#fff;padding:0 1em;}
.seminarios ul li h3 {font-size:1em;font-weight:bold;line-height:1.75em;background:transparent;padding:0;}
.seminarios p {margin:0;}
.seminarios p a {padding:0 12px 0 0;background:url(_imgs/flecha_der-eee.gif) no-repeat right 0;font-weight:bold;}
.category-shortcode .attachment {height:8.75em;}
.category-shortcode p a, .sub-pages p a {color:#666;font-weight:bold;background:url(_imgs/flecha_der.png) no-repeat right 1px;padding-right:14px;}
.attachment img, #portrait img {border:1px solid #eee;background:#fff;padding:4px;}
.category-shortcode {margin-top:1.75em;}
ul, ol {margin:0 0 1.75em 0;}
ol {margin-left:1.75em;}
.lower-roman {list-style-type:lower-roman;}
.upper-roman {list-style-type:upper-roman;}
.lower-latin {list-style-type:lower-latin;}
.upper-latin {list-style-type:upper-latin;}
.lower-alpha {list-style-type:lower-alpha;}
.upper-alpha {list-style-type:upper-alpha;}
ol li ul {margin:0;}
ol li ol {margin-left:20px;}
ul li {color:#333 !important;font-weight:normal !important;}
ol li {color:#006997;font-weight:bold;}
ol li span {color:#222;font-weight:normal;}
ul.post-meta li {list-style:none;margin:2em 0 0 0;font-weight:bold !important;color:#666;}
.post-meta-key {font-family:"Lucida Sans", Georgia, "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;font-style:italic;font-weight:normal;}
.meta-box {border-left:1px solid #eee;background:none;padding:0 1em;font-size:0.8462em;line-height:2.1818em;margin-bottom:2.1818em;color:#444;}
.no-key {font-weight:normal;}
#wp_page_numbers ul {list-style:none;font-size:0.9231em;line-height:2em;margin-top:2em;margin-bottom:0em;color:#888;}
#wp_page_numbers ul li {display:inline;padding:0 4px 0 0;background:none;border-right:1px solid #ddd;}
#wp_page_numbers ul li.first_last_page {border-right:none;}
#wp_page_numbers a {color:#888;}
#wp_page_numbers a:hover {text-decoration:underline;}
#wp_page_numbers li.active_page a {color:#006997;font-weight:bold;}
#wp_page_numbers li.page_info {display:block;padding:0;border-right:none;}
#colDerecha {margin:0;}
#colDerecha ul, #footer ul {margin:0;list-style:none;}
#colDerecha h4, #footer h4, #footer h3 {line-height:23px;}
#colDerecha label {font-weight:normal;}
#colDerecha li, ul.listado li, #footer li {line-height:23px;}
#colDerecha h4, #colDerecha ul li, #colDerecha ul li ul li, #footer h3, #footer ul li ul li {padding:4px 0;}
#colDerecha h4, #colDerecha ul li, #colDerecha ul li ul li, #footer h3, #footer ul li ul li {border-bottom:1px solid #ccc;}
#footer ul li {border:none;}
ul.listado li.current_page_item a, ul.listado li.current_post_item a {color:#ed1651;background:url(_imgs/flecha_izq.png) no-repeat top left;}
#colDerecha li a {display:block;padding:0 0 0 12px;background:url(_imgs/flecha_der.png) no-repeat top left;}
ul.listado li#rss_links a {padding:0 0 0 18px;background:url(_imgs/feed-icon-14x14.png) no-repeat center left;}
input.text, input.title, textarea, select {margin:0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:165px;padding:5px;}
input.title {font-size:1.5em;}
#searchform input.button {display:none;}
#searchform div {margin:0;}
.main-blog-home #interno h1 {font-size:1.0769em;line-height:1.7143em;margin-bottom:0;margin-top:1.7143em;font-weight:bold;}
.main-blog-home h1 a:link {border-bottom:1px solid #006997;}
.main-blog-home h1 a:visited {border-bottom:1px solid #006997;}
.main-blog-home h1 a:hover {border-bottom:1px solid #006997;color:#006997;}
.main-blog-home h1 a:active {border-bottom:1px solid #006997;color:#006997;}
.main-blog-home h4 {font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, sans-serif;font-size:0.9231em;font-weight:bold;line-height:2em;margin:1em 0;font-style:normal;}
#home-d {background:#eee;border:1px solid #999;margin-top:48px;padding:11px 8px;width:198px;}
#interno #home-d h1 {margin-top:0;}
#region-superior {margin-bottom:24px;}
#colDerecha .widget-title {background:none;padding-left:0;}
.widget-per-category p {margin-bottom:0;}
.widget-title {background:url("_imgs/bg-widget-title.png") no-repeat;padding-left:21px;}
.widget-title a:link, .widget-title a:visited, .widget-title a:hover, .widget-title a:active {color:#ed1651;}
#secondnav ul {margin:0;padding:0;list-style:none;}
#secondnav ul li {float:left;margin-right:18px;}
.sidebar h3 {margin:0;}
.sidebar ul li {margin-bottom:0;}
#footer {background:#666 url(_imgs/footer-bg.png);margin-bottom:0;}
#footer h3 {color:#eee;}
#al-pie {padding:1.75em 0
;}
#al-pie p {margin:0;}
#footer a {color:#eee;}
#footer ul li a {background:url(_imgs/footer-flecha-der.gif) no-repeat;padding:0 0 0 18px;}
#footer #diCom-link {margin:0 0 0 -24px;}
a#diCom {background:url(_imgs/loguito.gif) no-repeat;padding:0 0 0 24px;}
.versalitas {font-size:smaller;text-transform:uppercase;}
#footnotes {margin-top:1.8462em;}
#footnotes h3 {font-size:0.9231em;line-height:2em;margin-top:2em;margin-bottom:0em;}
#footnotes ol li {font-size:0.9231em;line-height:2em;}
#contenido {margin-bottom:1.8462em;}
#contenido a:link {border-bottom:1px solid #006997;}
#contenido a:visited {border-bottom:1px solid #999;}
#contenido a:hover {border-bottom:1px solid #006997;color:#006997;}
#contenido a:active {border-bottom:1px solid #006997;color:#006997;}
#contenido .wp-caption a:link, #contenido .wp-caption a:visited, #contenido .wp-caption a:hover, #contenido .wp-caption a:active {border:none;}
#contenido h4 a:link, #contenido h4 a:visited, #contenido h4 a:hover, #contenido h4 a:active {color:inherit;}
.entry-meta {font-size:0.8462em;line-height:2.1818em;margin-top:-2.1818em;margin-bottom:0em;}
table {border:1px solid #ccc;}
td h3 {font-size:1.1667em;line-height:1.5em;margin-bottom:0em;}
table p {margin:0 0 0 39px;}
.odd {background:#efefef;}
#accesibilidad {display:none;}

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

/* superfish-diCom */
#access {height:48px;}
#menu {height:40px;padding-top:8px;margin-bottom:0;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;background:#ed1651;}
#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;border-bottom:1px solid #fff;padding:0 0 0 9px;text-decoration: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 {background:#ed1651;outline:0;}