/* CSS Document for SubjectsPlus, public display (i.e., subjects/ folder ) */

/* reset - blueprint mod */
* {padding: 0; margin: 0;}
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;}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align:top; }
/* Remove annoying border on linked images. */
a img { border: none; }

/* no's*/
.no-border{border: 0 !important}
.no-margin{margin: 0 !important}
.no-bg{background: none !important}
.no-pad-left{padding-left: 0 !important}
.no-pad-right{padding-right: 0 !important}

/* jQuery UI overrides */
.ui-widget {

       font-family: sans-serif;
}

body {
background-color: #eee;
padding-top: 2px;
font: 0.75em Verdana, Arial, sans-serif;}

.contenido {
margin-left: auto;
margin-right: auto;
width: 960px;
background-color: #FFF;
padding-top: 5px;
}
#footer {margin-top:10px;padding-left:10px; padding-right:9px;width:100%;padding-top:5px; padding-bottom:5px; text-align:center;}

#idiomas {width:941px;display: inline;float: left;position: relative;margin-left: 0;margin-right: 9px;}
#idiomas ul li {border-left: 1px solid #666; padding: 0 8px;float: right; list-style:none; }
#idiomas ul li a {text-decoration: none; }
.separador {background-color: #eee;clear: both;display: block;overflow: hidden;width: 960px;padding-left:0px; height: 2px;}

#cabecera {padding-left:10px; padding-right:9px;width:100%;padding-top:2px; padding-bottom:5px;height:80px;}
#logo {float:left; width:50%;}
#titulo {float:right;width:45%; font-family: Georgia, serif;font-size: 1.6em; amargin: auto 0px auto 0px; color: #006;}

/* NAVEGACIÓN */
#navi {margin-left:10px;}
#navi ul ul {
	display: none;
}

#navi ul li:hover>ul {
	display: block
}

#navi ul,#navi ul ul {
	margin: 0;
	list-style: none;
}

/* en oscuro */
#navi ul li {
	display: block;
	margin: 1px 2px 1px 0;
	float: left;
	background: #003082;
	width: 150px;
}

#navi ul a,#navi ul li.dis a:hover,#navi ul li.sep a:hover {
	display: block;
	vertical-align: middle;
	border: 0px;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
}

#navi ul li ul li.separador_nav {
	text-align: left;
	font-weight: bold;
	margin: 10px 5px;
}

/* en oscuro*/
#navi ul li a {
	color:#fff;
}

#navi ul li:hover {
	position: relative;
}

#navi ul li:hover>a {
	border-style: solid;
	text-decoration: none;
}

#navi ul li a:hover {
	position: relative;
	color: white;
	background: #36C;
	
}

#navi ul ul {
	width: 150px;
	background-color: #E9E9E9;
	color: #000;
	position: absolute;
	top: 98%;
	z-index: 210;
}

#navi ul ul li {
	display: block;
	float: left;
	background: none;
	border: none;
	width: 150px;
	margin: 0;
}

#navi ul li ul li a {
	color: #000;
	border-bottom: 1px solid #999;
}

#navi ul ul a {
	text-align: left;
	white-space: nowrap;
}

#navi ul a:hover ul {
	display: block
}
/* FIN DE NAVEGACIÓN */

#menu { background: #eee; color: #006; height: 20px; width: 98%; padding: 20px 0px 20px 5px; margin: 10px auto 10px auto; text-align: center; font-size: 12px; font-weight: bold; border: 1px #ddd solid; }
	#menu ul li { color: #ffffff; display: inline; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 12px;  }
	#menu ul li a { font-size: 14px; color: #ffffff; font-weight: bold; text-decoration: none;  }
	#menu ul li a:hover { color: #cc0000; text-decoration: underline; }
#wrap {text-align:left; width:95%; margin: 0px auto 0px auto; padding: 20px 0px 20px 0px;background:#fff;}

ul li { list-style-image: url("san/assets/images/li.png");  padding: 2px 2px 2px 2px; margin: 0px 0px 0px 1px; line-height: 120%; }
ul li ul li { list-style-image: url("/san/assets/images/li2.png"); padding: 2px 2px 2px 2px; margin: 0px 0px 0px 1px; line-height: 120%; }
ul li ul li ul li { list-style-image: url("/san/assets/images/li3.png"); padding: 2px 2px 2px 2px; margin: 0px 0px 0px 1px; line-height: 120%; } 


/*EN EL ORIGINAL*/
a {
    color: #039;
}

a:link {
    color: #039;
}

a:visited {
    color: #039;
}

a:hover {
    color: #cc6666;
}

h1 {
    color: #333333;
    font-family:sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0.5em 0 1em;
    text-shadow: 0 2px 3px #CCCCCC;
    margin-left: 2em;
}

h2 {
    font-family:sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #333;

}

h3 {
    font-family:sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
	font-weight:600;
    color: #666;
}

em {font-style: italic;}

img {
    height: auto !important;
    max-width: 100%;
}
/* Main content areas */


#maincontent {
    clear: both;
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
}

#maincontent h2  {
    background-color: #efefef;

    color: #333;
    font-weight: 700;
    border: 1px solid #999;
    padding: 4px 4px 4px 10px;
    font-size: 12pt;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0;

}

#maincontent h3 {
    color: #333;
    font-weight: bold;
    font-size: 12pt;
    margin: 5px 0;
}

#maincontent ol, #maincontent ul, #maincontent ol {
    padding-left: 2em;

}

#leftcol {
    clear: both; float: left; width: 30%; margin-left: 2%;
}

#maincol {
    float: left; width: 30%; margin-left: 3%;
}

#rightcol {
    float: left; width: 30%; margin-left: 3%;
}

#rightcol p,#rightcol ul,#rightcol dl {
    margin: 4px 10px 4px 10px;
    padding: 0;
    list-style: none;
}

#rightcol ul li {
    margin: 0 0 .5em 0;
    padding: 0 0 0 18px;
    line-height: 1.4em;
    background: url("../images/icons/required.png") no-repeat 0 0px;
}

#rightcol h3 {
    font: 1.2em Arial, sans-serif;
    font-weight: 700;
    margin: 10px 0 12px 0;
    padding: 5px 10px 0px;
    border: none;
    color: #000;
}

#rightcol h4 {
    font-size: 92%;
    font-weight: normal;
    margin: 0;
}

/* This is for the pluslets */

.pluslet_simple {
    position: relative;
    clear: both;
    cursor: auto;
    z-index: 1;
    overflow: visible;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    padding: .5em 1em;
    margin-bottom: 1em;
}
.pluslet_simple ul, ol {
    margin: 1em;
}

#maincontent .pluslet_simple h2 {
    border: none;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}
.no_overflow {
    overflow:auto;
}

.pluslet {
    position: relative;
    clear: both;
    background: #fff;
    margin-bottom: 10px;
    cursor: auto;
    z-index: 50;
    border: 1px solid #fff;
    box-shadow: 1px 1px 3px #666;
    padding: 0px;
    font-size: 12px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}
.titlebar {
    color: #333;
    position: relative;
    height: 2em;
    padding: 0px 0;
    margin: 0;
    top: 0px;
    right: 0px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #eee;
}

.titlebar_text {

    font: 1.2em Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 5px 10px 0px;
    border:  none;
    color: #006;
    background-color: transparent;

}

.titlebar_options { 

    display: none;

}

/* Next lines override the regular pluslet to create a heading */
.plusheading, .type-heading { background-color: #9F3E3B; width: 70%; padding: 0; text-transform:uppercase;}
div.plusheading .pluslet_body, div.type-heading .pluslet_body {position: relative;padding:0;}

.pluslet_body {
    background-color: #fff;
    padding: .5em;
    margin: .5em;
    text-align: left;
    overflow: auto;
	color:#000;
	}
.pluslet_body a {color:#03F;}

div.pluslet form {
    padding-top: -10px;
    margin: 0;
}

/* subjects/databases.php */

#a2z a  {
    color: #fff;
    font-size: larger;
    text-decoration: none;
    text-align:center;
}

#a2z a:link a:visited {
    color: #fff;
}

#a2z a:hover {
    color: #333;
}

.togglelink img {
    cursor: pointer;
}

/* Search boxes on subjects/index.php */

.main_search_box {
    text-align: left;
    margin-left: 0px;
}

/* Display for the "all items" pluslet */

.leftcolheader {
    background-color: #EFF8CE;
    border: none;
    color: #000000;
    font-size: 1em;
    padding: 2px;
    text-align: center;
    font-weight: 700;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #CFDAE6;
}				


.note {
    font-size: 9pt;
    line-height: 12pt;
}

/* Databases Page */

#letterhead {
    margin-bottom: 1em;
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
}
#selected_letter {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #79A4D4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 .6em;
    margin: .5em .5em .5em 0;
    color: #fff;
}
#letterhead a, #letterhead li {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 .6em;
    margin: .5em .5em .5em 0;
    text-decoration: none;
    color: #333;
}
#letterhead a:hover {
    background-color: #79A4D4;
    color: #fff;
}
#letterhead input {
    background-color: #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: .2em .6em;
    margin: .5em;
    font-size: 1em;
}
#letterhead select {
    background-color: #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: .1em 0 .1em 0;
    margin: .5em .5em 0 0;
    font-size: 1em;
}
#letterhead option {
}
#letterhead_small {
    margin-bottom: .2em;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: .2em;
}
#letterhead_small a {
    color: #333;
    text-decoration: none;
    width: 1em;
    display: inline-block;
    list-style-type: none;
    border: 1px solid #ccc;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 .6em;
    margin: .2em .5em .2em 0;
    color: 333;
    text-decoration: none;
}
#letterhead_small a:hover {
    background-color: #79A4D4;
    color: #fff;
}
.dbresults {
    clear:both;
    padding: 7px 0;
    border-top: 1px dashed #dfdfdf;
}
#cuerpo ul li {
list-style-image: url("/san/assets/images/li.png");
padding: 2px 2px 2px 2px;
margin: 0px 0px 0px 10px;
line-height: 16px;
color:#000;
}
.dbresults.no-border {
    border: none;
	margin: 0px 0px 0px 20px;
}
.dbresults {
	margin: 0px 0px 0px 20px;
}

.dbresults.a {
    font-size: 14px;
}
.dbresults {
	margin: 0px 0px 0px 20px;
}

.dbresults-inset {
    clear:both;
    padding: 7px 0;
    margin-left: 2em;
}

.zebra {
    padding: .5em 0 .5em .5em;
    border-bottom: 1px solid #ccc;
}
/*
.zebra:hover {
    background-color: #ccc;
}
*/

.evenrow, .even {
    background-color: #eee;
}
.oddrow, .odd {
    background-color: #fff;
}

.list_bonus {
    display: none;
    z-index: 200000;
}

table {
    font-size: 1em;
}
table.item_listing td, div.item_listing p {
    padding: .5em 0 .5em .5em;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
table.item_listing th {
    padding: .5em 0 .5em .5em;
    border-top: 1px solid #EFE9C2;
    background-color: #000;
    background: #000;
    color: #fff;

}

table.istem_listing h2 {
    border:none;
    background-color: #fff;
}
/* The next three classes are used for even/odd striped tables of data/results */
.striped_data {
    font-size: 100%;
    margin: 2px;
    background-color: #ccc;
}



/* This is for debugger results, if $debugger variable is turned on in file */
.debugger {
    text-align: left;
    background: Yellow;
    font-size: 12px;
    margin: 15px;
    padding: 5px;
    border: 1px dashed #ccc;
    overflow: auto;
}

/* For subjects/faq.php results */

.faq_item {
    background: url("../images/left_top_corner.gif") no-repeat;
}

.faq_item_q { /*background: #333; color: #fff;
	*/
              padding-left: 15px;
              margin-bottom: 2px;
              padding-bottom: 2px;
              font-weight: bold;
              padding-top: 9px;
}

.faq_item_a {
    padding-left: 15px;
    padding-bottom: 5px;
}

.faq_filter {
	font-size: .8em;
	text-align: center;
	margin:1em;
}

/* The next few determine how peoples' names and pix appear in staff.php & staff_details.php 
staff_photo2 is in the sidebar of the subject results page (which requires a float)*/

.staff_photo {
    position: relative;
    background: #efefef;
    padding: 3px;
    border: 1px solid #333;
    margin-right: 20px;
    margin-bottom: 10px;
}

.staff_photo2 {
    position: relative;
    float: left;
    background: #efefef;
    padding: 3px;
    border: 1px solid #333;
    margin: 0 10px 0 10px;
}

.staff_contact {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 0;
}

span.staff_contact a:link {

    color: #000;
    text-decoration: underline;
}
span.staff_contact a:visited {

    color: #000;
    text-decoration: underline;
}

span.staff_contact a:hover {

    text-decoration: none;
    color: #cc6666;

}

span.staff_contact a {

    color: #000;
    text-decoration: underline;
}

h2.dept_header {
    border:none !important;
    background-color: #fff  !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    text-align: center !important;
}

/* This is for the search box on subjects/display.php & subjects/faq.php */

.search_smaller {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}


/* Used throughout for print that is um smaller  */
.smaller {font-size: 8pt; }


#listing a:hover {
    text-decoration: underline;

} 

#listing a   {
    text-decoration: none;
}


#intro_pluslet {

    position: relative;  clear: both; background: #fff; margin-bottom: 10px; z-index: 50; border: 1px solid #929abe;  padding: 0px;cursor: move; font-size: 10pt;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


#navbar {
    width:100%;
}

#nav a {color: #000;
        text-decoration:none;}

#nav a:link {color: #000;
             text-decoration:none;}

#nav a:visited {color: #000;
                text-decoration:none;}

/* Talk Back */

.pluslet_error {
    background-color: #CC0000;
}

.tb_year_head {
    background-color: #333;
    font-size: 16pt;
}

div.tb_year_head a {
    color: #fff;
}

.tb_form_head {
    background-color: #fff;
}


.tb_answer {
    margin-top: 8px;
    padding: 8px 5px;
    min-height: 70px;
    background-color: #e0e0e0;
    border-top: 1px solid #ccc;
}

.tb_staff_photo {
    position: relative;
    float: left;
    background: #efefef;
    padding: 3px;
    border: 1px solid #333;
    margin: 0 10px 0 0px;
    max-width: 50px;

}

.toc {
    float: left;
    width: 30%;
    margin: 0 1% 1em 1%;
}

/* Tell Us Page */
form#tellus p {
    padding: .5em 0 .5em 1em;
}

.tellus_item {
    clear: both;
    display: block;
    float: left;
    margin: 1em 0;
    padding: .5em;
    min-width: 95%;
    background-color: #fff;
    border-bottom: 1px dashed #DCD9CC;
}
.comment_num {
    position: relative;
    float: left;
    display: inline-block;
    background-image: url(../images/icons/comment_box.png);
    width: 39px;
    height: 34px;
    margin-right: 1em;
    text-align: center;
    font-size: 1.4em;
    color: #fff;


}
.tellus_comment {
    background-color: #fff;
    padding: .5em;
    margin: 0;
}

/* Styling the markup generated by the autocomplete jQuery UI widget */


ul.ui-autocomplete{
    width:250px;
    background-color:#fff;
    border:1px solid #fff;
    outline:1px solid #ccc;

}

ul.ui-autocomplete li{
    list-style:none;
    border-bottom:1px solid #e0e0e0;
    border-top:1px solid #fff;
    text-align: left !important;
}

ul.ui-autocomplete li:first-child{
    border-top:none;
}


ul.ui-autocomplete li:last-child{
    border-bottom:none;
}

ul.ui-autocomplete li a{
    color:#333;
    border:none !important;
    text-decoration:none !important;
    padding:5px 10px;
    display:block;
}

#ui-active-menuitem{
    background-color:#79A4D4;
    color:#fff;
    cursor:pointer;
}

/* Videos page */


.vid_container {
  clear: both;
  float: left; 
  margin-right: 25px; 
  margin-bottom: 2em; 
  background-color: #333; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  width: 550px;
  color: #fff;
}


div.vid_container img {
  float: left; 
  margin-right: 20px; 
  margin-bottom: 0px; 
  background-color: #4F4E4E; 
  width: 150px;
  cursor: pointer;
  list-style: none outside none;
  padding: 7px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}



div.vid_container h3 {
  font-size: 1.3em;
  color: #B0CBE8 !important;
  margin-top: 0;
  cursor: pointer;
}

div.vid_container p {
  font-size: 1em;
  color: #fff;
  margin-top: 0;
}

div.vid_container a {
  color: #B0CBE8;
  cursor: pointer;
}

div.vid_container p.runtime {margin-top: -10px; font-size: smaller;}

.video_thumb {
  float: left; 
  margin-right: 25px; 
  margin-bottom: 20px; 
  background-color: #333; 
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

div.video_thumb img {
  float: left;
  margin-left: 10px;

}
.video_list {
  clear: both; float: left; width: 500px;
}

/* Override Made Easy
 * The following styles are commonly overridden to make simple colour customizations
 * I did a couple to get ya started
*/



/* Next lines override the regular pluslet to create a heading */
.plusheading, .type-heading { width: 70%; padding: 0; text-transform:uppercase;}
div.plusheading .pluslet_body, div.type-heading .pluslet_body {position: relative;padding:0;}
div.type-heading .titlebar {}

.evenrow {
    background-color: #eee;
}
.span12 { width: 875px; }
.span11 { width: 800px; }
.span10 { width: 725px; }
.span9 { width: 650px; }
.span8 { width: 575px; }
.span7 { width: 500px; }
.span6 { width: 425px; }
.span5 { width: 350px; }
.span4 { width: 275px; }
.span3 { width: 200px; }
.span2 { width: 125px; }
.span1 { width: 50px; }

.span12 { width: 95%; }
.span11 { width: 90%; }
.span10 { width: 85%; }
.span9   { width: 80%; }
.span8   { width: 67%; }
.span7   { width: 70%; }
.span6   { width: 50%; }
.span5   { width: 25%; }
.span4   { width: 25%; }
.span3   { width: 15%; }
.span2   { width: 10%; }
.span1   { width: 5%; }

#cuerpo { height: 100%; float: none; width: 100%; text-align: center; clear: both; amargin: 10px auto 0px auto; padding: 0px auto 0px auto; }
	#cuerpo div { text-align: left; }
	#cuerpo div #letterhead { text-align: center; font-size: 10px; }
	#cuerpo div #letterhead ul li { margin: 0px 0px 0px 14px; }
	#cuerpo div #letterhead ul li { padding: 0px 4px 0px 0px; }
	#cuerpo div h2 {}
	#cuerpo table.item_listing td a {color: #309;}
	#cuerpo table.item_listing td a:hover {color:#C03;}
	#cuerpo table.item_listing td a:visited {color:#309;}
	#cuerpo ul { text-align: left; }
	#cuerpo form input { padding: 2px; margin: 0px 0px 0px 10px; }
	#cuerpo div.vid_container { width: 90%; margin: 0px 0px 20px 20px; background: #3684AD; abox-shadow: 2px 2px 5px #D6108D; }
	#cuerpo div.vid_container img { border: 1px solid #D6108D; }
	#cuerpo a { font-weight: normal; text-decoration: none; }
	#cuerpo a:hover {color:#C03; }

table.istem_listing h2 { border:none; background-color: #fff;}

#cuerpo table.item_listing td div.list_bonus { abackground-color: #aaff42; color: #424242; padding: 10px 0px 10px 0px; margin: 0px; aline-height: 120%; font-size: 11px;}
#cuerpo table.item_listing td div.list_bonus div, p         { abackground-color: #bbaaff; color: #424242; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#cuerpo table.item_listing td div.list_bonus ul , ol         { abackground-color: #ffbbaa; color: #424242; padding: 0px 0px 0px 0px; margin: 0px 0px 5px 30px; font-style:none; }
#cuerpo table.item_listing td div.list_bonus ul li               { list-style-image: url("/san/assets/images/li.png");  padding: 2px 2px 2px 2px; margin: 0px 0px 0px 1px; line-height: 120%; }
#cuerpo table.item_listing td div.list_bonus ul li ul li         { list-style-image: url("/san/assets/images/li2.png"); padding: 2px 2px 2px 2px; margin: 0px 0px 0px 1px; line-height: 120%; }
#cuerpo table.item_listing td div.list_bonus ul li ul li ul li   { list-style-image: url("/san/assets/images/li3.png"); padding: 2px 2px 2px 2px; margin: 0px 0px 0px 1px; line-height: 120%; }
#cuerpo table.item_listing td div.list_bonus p.nota       { abackground-color: #ffccff; font-size: 10pt; color: #ff0000; padding: 10px 0px 0px 0px; margin: 0px 0px 0px 0px; font-style:italic; }

#cuerpo table.item_listing td div.list_bonus span a, a:link, a:active, a:hover, a:visited { font-weight: normal; text-decoration: underline; }
#cuerpo table.item_listing td div.list_bonus ul li a, a:link, a:active, a:hover, a:visited { font-weight: normal; text-decoration: underline; }

div.dbresults  			{ }
div.dbresults  ul li 		{ list-style-image: url("/san/assets/images/li.png");  padding: 2px 2px 2px 10px; margin: 0px 0px 0px 10px; line-height: 120%; }
div.dbresults  ul li ul li 		{ list-style-image: url("/san/assets/images/li2.png"); padding: 2px 2px 2px 2px; margin: 0px 0px 0px 1px; line-height: 120%; }
div.dbresults  ul li ul li ul li  	{ list-style-image: url("/san/assets/images/li3.png"); padding: 2px 2px 2px 2px; margin: 0px 0px 0px 1px; line-height: 120%; }


.cookie-warning { adisplay: none; position: fixed; right: 0; top: 0; z-index: 10000; width: 100%; height: 25px; background-color: #EC9133; }
.cookie-warning .instruction { width: 990px; margin: 0 auto; padding: 2px 0; afont-size: 10px; }
.cookie-warning .close-button { cursor: pointer; position: absolute; top: 0; right: 0; width: 25px; height: 25px; background: #EC9133 aurl(/img/cerrar-aviso-cookies-2.png) no-repeat 11px 11px; }