/* $Id: style.css,v 1.38.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
 
body {
  margin: 0;
  padding: 0;
  background: #ffffff url(images/fondo.gif) repeat-x top left;
	text-align: left;
	font-family           : arial, verdana, Helvetica, sans-serif;
	font-size             : 14px;
	color: #000000;
}

input {
  font: 12px/100% Arial;
  color: #494949;
}

textarea, select {
  font: 12px/160% Arial;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
/*  font-family: Arial;*/
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:active, a.active {
  color: #000000;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
/*  margin: 1em 0;*/
  margin: 0;
/*  width: 100%;*/
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  /*padding: .3em .5em;*/
  padding: 0;
}

tr.even, tr.odd, tbody th {
/*  border: solid #d3e7f4;*/
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  margin: 0;
  padding: 0px 0 0 0;
/*  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;*/
width: 862px;
}

#header-region .block {
  display: block;
  margin: 0;
}

#header-region .block-region {
  display: block;
  margin: 0;/*0 0.5em 1em;*/
  padding: 0;/*0.5em;*/
  position: relative;
  top: 0.5em;
}

#header-region * {
/*  display: inline;*/
  line-height: 1.5em;
/*  margin-top: 0;
  margin-bottom: 0;*/
  margin: 0;
  padding: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
/*#header-region script {
  display: none;
}*/

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0;/*0 1em;*/
  padding: 0;
  background: none;
}

#wrapper {
  background: #FFFFFF;
  margin: 4px auto 0 auto;
  padding: 0;
  width: 861px;
}

#wrapper #container {
  margin: 0;
  padding: 0;
  width: 861px;
  overflow: hidden;
  height: 200px;
/*  margin-bottom: 5px;*/
}
#wrapper #container2 {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 861px;
  background: transparent /*url(images/bgmenu.jpg) no-repeat top left*/;
}

#wrapper #container #header {
  height: 200px;
  width: 861px;
  padding: 0;
  margin: 0;
/*	padding-left: 28px;*/
}

#wrapper #container #header #logo-floater {
	width: 305px;
	height: 144px;
	background: #e08003;
	float: left;
	position: absolute;
	top: 4px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 16px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 861px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left{
/*  width: 185px;*/
min-width: 861px;
}
body.sidebar-right {
/*  width: 209px;*/
min-width: 861px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: right;
  width: 810px;
/*  margin-right: 116px;*/
  background-color: White;
}

#wrapper #container2 #center,#wrapper #container2 #center3 {
  float: left;
  width: 428px;
/*  margin-right: 116px;*/
  background-color: transparent;
/*  padding-left: 4px;*/
/*  padding-top: 5px;*/
  margin-left: 28px;
  margin-right: 28px;
/*  margin-right: 30px;*/
}
#wrapper #container2 #center2 {
  float: left;
  width: 646px;
/*  margin-right: 116px;*/
  background-color: transparent;
/*  padding-left: 4px;*/
/*  padding-top: 5px;*/
  margin-left: 28px;
/*  margin-right: 13px;*/
/*  margin-right: 30px;*/
}

#wrapper #container2 #center h2, #wrapper #container2 #center2 h2{
	text-decoration: underline;
	min-height: 22px;
/*	background-color: #d8d8d8;*/
/*	padding-left: 10px;*/
	padding-top: 4px;
	font-size: 15px;
	font-weight: bold;
	color: #db6a00;
/*	text-transform: uppercase;*/
/*  color                 : #000000;
  font-family           : arial;
  font-size             : 14px;
  font-weight           : bold;
  text-align            : left;
  padding-top           : 10px;
  padding-bottom        : 10px;
  min-width: 542px;
  width: 100%;*/
}

#wrapper #container2 #center h2.nodo, #wrapper #container2 #center2 h2.nodo{
	text-decoration: none;
}

div.node h2{
	background: white;
	text-transform: none !important;
	background: white !important;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
/*  margin-left: -210px;*/
}
body.sidebar-right #center {
/*  margin-right: -210px;*/
}
body.sidebars #center {
/*  margin: 0 -210px;*/
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 0;/*0px 0 5em;*/
  width: 279px;
  float: left;
  z-index: 2;
  position: relative;
}
#wrapper #container2 .sidebar {
/*  margin: 0px 0 5em;*/
	margin: 0;
  width: 187px;
  float: left;
  z-index: 2;
  position: relative;
}
#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}
#wrapper #container2 .sidebar .block {
  margin: 0;/*0 0 1.5em 0;*/
}
#sidebar-left .block {
  padding: 0 0px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 0px;
}

#sidebar-right{
  padding: 0 0px 0 0px;
  margin: 0;
  width: 190px!important;
  float: right;
  /*background: #ffffff url(images/bg_right.gif) repeat-y top left!important;*/
  /*padding-left: 3px;*/
  overflow: hidden;

}
#sidebar-right div{
  padding: 0 0px 0 0px;
  margin: 0;
}

.block .content {
  margin: 0;
}

#sidebar-left{
	/*background: #e6e6e6 url(images/menuleft.jpg) no-repeat bottom left!important;*/
	background: #ffffff;
	width: 187px!important;
	padding-bottom: 17px;
/*	padding-left: 13px;*/
}
#sidebar-left div,#sidebar-left h2{
/*	padding-left: 14px;*/
}
#sidebar-left .block-region {
  margin: 0 0px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 0px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
  position: relative;
}
#wrapper #container2 #center #squeeze {
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
  position: relative;
}
#wrapper #container #center .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}
#wrapper #container2 #center .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}
#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}
#wrapper #container2 #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}
#wrapper #container2 #pre_footer {
  padding-top: 15px!important;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  width: 862px!important;
  height: 1px;
  background: #ffffff url(images/bg_footer.gif) repeat-x bottom left;
}
#wrapper #container2 #footer {
  clear: both;
  margin: 0;
  color: #ffffff;
  width: 861px;
  /*height: 94px;*/
  height: 116px;
  background: #939598;
/*  margin-top: 10px;*/
/*  background-color: #e1e1e1;*/
/*  padding-top: 1px;
  line-height: 13px;*/
/*  padding-left: 10px;
  padding-right: 39px;*/
  font-size: 12px;
  /*font-weight: bold;*/
}



#wrapper #container2 #footer td a.web{
	color: #dc7b01;
}


#wrapper #container2 .breadcrumb {
/*  position: absolute;
  top: 15px;
  left: 35px;
  z-index: 3;*/
/*  font-family           : arial;*/
  font-size             : 14px;
/*  padding-left          : 4px;*/
  color                 : #db6a00;  
  font-weight           : bold;  
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}


#wrapper #container2 .breadcrumb a {
  color                 : #db6a00;
  font-weight           : bold;
  font-size             : 14px;
  text-decoration: underline;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
div#mislinks {
  float: right;
  margin                : 0;
  padding               : 0;
  top: 19px;
  position: absolute;
  width: 862px;
/*  line-height: 10px;*/
  font-size: 12px;
/*  z-index: 2;*/
}

div#mislinks a {
  padding: 0 5px 0 5px;
  margin: 0;
  text-align            : left;
  line-height: 10px;
	border-right: 1px solid #666666;
	font-weight: bold;
	float: right;
}

div#mislinks a.first {
  padding-left: 0;
}
div#mislinks a.last {
  border: 0;
}
/*ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
	display: block;
	color: #000000;
	LINE-HEIGHT: 15px !important;
	text-align            : right;
	font-size             : 14px!important;
	text-decoration       : none;
	padding-left          : 5px;
	padding-right         : 0px;
	font-weight: bold;
}*/

/*ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;

}*/

/*ul.primary-links li a:hover {
  color                 : #ffffff;
  background            : #6993bd;
}*/

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 29px 0 0 13px;
  height: 60px;
/*  float: right;
  clear: right;
  position: relative;
  z-index: 4;*/
}

ul.secondary-links li {
  margin: 0 3px 0 0!important;
  padding: 0;
  background: transparent url(images/bg_sec.png) no-repeat top left!important;
  float: left;
  width: 99px;
  height: 44px;
  text-align: center;
/*  background-image: none;*/
}
ul.secondary-links li.active{
  margin: 0 3px 0 0!important;
  padding: 0;
  background: transparent url(images/bg_sec_ac.png) no-repeat top left!important;
  float: left;
  width: 99px;
  height: 60px;
  text-align: center;
/*  background-image: none;*/
}


ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 auto 0 auto;
  padding: 14px 0 0;
  color: #ffffff;
  background: transparent;
}

/*ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}*/

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0;
  padding: 0;
/*  border-bottom: 1px solid #e9eff3;*/
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
/*  border-bottom: 1px solid #e9eff3;*/
/*  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;*/
}

ul.links li, ul.inline li {
/*  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1em;*/
  padding: 0;
  margin: 0;
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

#contenido .submitted{
display:none;
}

.field-field-fuente{
margin-top:10px;
}

.field-field-nombre-completo, 
.field-field-poblacion, 
.field-field-municipio, 
.field-field-provincia, 
.field-field-direccion, 
.field-field-email, 
.field-field-descripcion, 
.field-field-telefono, 
.field-field-fax,
.field-field-codigo-postal, 
.field-field-sitio-web{
	margin-bottom:15px;
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

#block-locale{
	float: right;
	vertical-align: top;
	height: 10px;
	position: absolute;
	top: 47px;
	padding: 0;
	margin: 0;
	width: 862px;
	text-align: right;
/*	padding-left: 800px;*/
}


#block-locale a{
	border-right: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0;
	color: #000000;
	height: 10px;
/*	line-height: 10px;*/
	font-size: 12px;
	font-weight: bold;
/*	letter-spacing: 0;*/
}
#block-locale a.first{
	padding-left: 0px;
	padding-right: 4px;
}
#block-locale li{
	padding-left: 3px;
	padding-right: 0px;
	margin: 0;
}
#block-locale a.last{
	border-right: none;
}
/*#block-locale a{
	color: White;
}*/

#block-search-0{
/*	float: right;*/
	width: 187px;
/*	vertical-align: top;*/
/*	height: 22px;*/
/*	top: 38px;
	position: absolute;*/
/*	padding: 0 0 0 300px;*/
	margin: 0 0 20px 0!important;
/*	z-index: 1;*/
/*	padding-left: 612px;*/
}

#block-search-0 div{
	width: 187px;
	margin: 0;
	padding: 0;
}
#search-block-form{
/*	height: 26px;*/
}
#search-block-form div{
/*	height: 26px;*/
}
#block-search-0 table{
	width: 187px;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

td#s_b_f_1{
	width: 54px;
	padding: 0;
	margin: 0;
}

td#s_b_f_2{
	width: 135px;
	padding: 0;
	margin: 0;
}

td#s_b_f_3{
	width: 128px;
	padding: 0;
	margin: 0;
}

#block-search-0 h2{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	width: 65px;
	height: 26px;
	float: left;
	color: #000000;
	margin: 0;
	line-height: 25px;
/*	padding: 3px 0 0 0;*/
/*	background-color: #cd2c32;*/
/*	text-align: center;*/
/*	position: absolute;*/
/*	top: 21px;*/
/*	left: 593px;*/
}

#mi-edit-submit{
	width: 22px;
	height: 22px;
/*	background: #00a8e0 url(images/submit.jpg) no-repeat top left;*/
	color: White;
	border: none;
	margin: 0;
	padding: 0;
/*	position: absolute;
	left: 887px;*/
/*	background: url('images/buscar.jpg') no-repeat top left;*/
}
#mi-edit-txt{
	width: 155px;
	height: 21px;
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #d3d4d6;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0;
/*	position: absolute;
	left: 647px;*/
}
#contenido{
	/*padding-left: 10px;*/
}

#sidebar-left div.block-menu div.content ul.menu{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#sidebar-left div{
	background: #ffffff;
}
#sidebar-left div.block-menu div.content ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}
#sidebar-left div.block-menu div.content ul li a {
/*	border-bottom: 1px solid #333333;*/
/*	padding-top: 11px;*/
	display: block;
	vertical-align: middle;
	min-height: 21px !important;	
	padding-left: 20px;
	line-height: 22px;
	text-decoration: none;
	color: #00a8e0;
	font-size: 15px;
}
#sidebar-left div.block-menu div.content ul li a:hover {
	text-decoration: underline;
}
#sidebar-left div.block-menu div.content ul li a.active {
/*	font-weight: bold;*/
background: transparent url(images/flecha.jpg) no-repeat top left;
}
#sidebar-left div.block-menu div.content h2{
	color: #00a8e0;
	font-weight: bold;
	font-size: 15px;
	padding-left: 20px;
}
#sidebar-left div.block-menu div.content ul li a.active, #sidebar-left div.block-menu div.content ul li.expanded a{
/*	font-weight: bold;*/
/*  color                 : #ffffff;
  font-weight           : bold;
  background-position   : 0px -50px;  */
}

#sidebar-left div.block-menu div.content ul li, #sidebar-left div.block-menu div.content ul.menu li, #sidebar-left div.block-menu div.content .item-list ul li, #sidebar-left div.block-menu div.content li.leaf {
/*  padding: 0;
  list-style-type: none;
  list-style-image: none;*/
/*  background: none;*/
}

#sidebar-left div.block-menu div.content ul li.expanded ul li.expanded a, #sidebar-left div.block-menu div.content ul li.expanded ul li.collapsed a, #sidebar-left div.block-menu div.content ul li.expanded ul li.leaf a{
	padding-left: 25px;
/*  padding: 0 0 0 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  background: none;
  min-height: 25px;*/
}



#sidebar-left div.block-menu div.content ul li.expanded ul li.expanded a, #sidebar-left div.block-menu div.content ul li.expanded ul li.collapsed a, #sidebar-left div.block-menu div.content ul li.expanded ul li.leaf a{
/*  background: none; 
	display: block;
	vertical-align: middle;
	font           : 15px arial;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 21px;

	text-decoration: none;
	margin-top: 2px !important;
	margin-top: 1px;
	margin-left: -4px;*/
}

#sidebar-left div.block-menu div.content ul li.expanded ul li.expanded a.active, #sidebar-left div.block-menu div.content ul li.expanded ul li.collapsed a.active, #sidebar-left div.block-menu div.content ul li.expanded ul li.leaf a.active{
/*color                 : #000000;
  font-weight           : bold;
  text-decoration: underline;	  */
}

#sidebar-left div.block-menu div.content ul li.expanded ul li.expanded a:hover, #sidebar-left div.block-menu div.content ul li.expanded ul li.collapsed a:hover, #sidebar-left div.block-menu div.content ul li.expanded ul li.leaf a:hover{
/*	color: #000000;
	font           : 15px arial;
	font-weight: bold;
	text-decoration: underline;	*/
}


/*#sidebar-left div.block-menu div.content ul li.expanded a, #sidebar-left div.block-menu div.content ul li.leaf a.active{
	width: 173px;
	background: #c1ad53;
}*/

/*#sidebar-left div.block-menu div.content ul li.expanded ul li.expanded ul li a{
   padding-left: 36px;
	width: 145px;
	background: #ebe7d0 url('images/flecha2.jpg') no-repeat 0 5px;
	
}

#sidebar-left div.block-menu div.content ul li.expanded ul li.expanded a{
	font-weight: bold;
}

#sidebar-left div.block-menu div.content ul li.expanded ul li.expanded ul li a{
	font-weight: normal;
}

#sidebar-left div.block-menu div.content ul li.expanded ul li.expanded ul li a.active{
	font-weight: bold;
}

#sidebar-left div.block-menu div.content ul li.expanded ul li.collapsed a{
	font-weight: normal;
}
*/
/*#sidebar-left div.block-menu div.content ul li ul li.leaf a{
  background: none;
   padding: 3px 0 0 26px;
	font-size: 13px;
		background: #c3b772 url('images/flecha.jpg') no-repeat top left;
	width: 155px;
	font-weight: normal;
}

#sidebar-left div.block-menu div.content ul li ul li.leaf a.active{
	font-weight: bold;
}
#sidebar-left div.block-menu div.content ul li.leaf a, #sidebar-left div.block-menu div.content ul li.expanded a, #sidebar-left div.block-menu div.content ul li.collapsed a {
  display: block;
}

#sidebar-left div.block-menu div.content ul.menu, #sidebar-left div.block-menu div.content .item-list ul {
  margin: 0 0 0 0;
  padding: 0;
}

#sidebar-left div.block-menu div.contentul.menu ul, #sidebar-left div.block-menu div.content .item-list ul ul {
  margin-left: 0em;
}

#sidebar-left div.block-menu div.content ol li, #sidebar-left div.block-menu div.content ul li, #sidebar-left div.block-menu div.content ul.menu li, #sidebar-left div.block-menu div.content .item-list ul li, #sidebar-left div.block-menu div.content li.leaf {
  margin: 0;
}

#sidebar-left div.block-menu div.content ul li, #sidebar-left div.block-menu div.content ul.menu li, #sidebar-left div.block-menu div.content .item-list ul li, #sidebar-left div.block-menu div.content li.leaf {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  background: none;
}*/
/*#sidebar-left ul li, #sidebar-left ul.menu li, #sidebar-left .item-list ul li, #sidebar-left li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: none;
}*/

#logoflota{
	width: 305px;
	height: 144px;
	background: transparent url('images/logo2.png') no-repeat top left;
/*	z-index: 999999;*/
	float: left;
/*	position: absolute;*/
/*	margin-left: 115px;*/
/*	top: 68px;*/
	cursor: pointer;
/*	padding-left: 28px;*/
}
#logo{
	z-index: 0;
/*	position: absolute;*/
/*	width: 965px;
	height: 201px;*/
	top: 0px;
	float: right;
}
#fecha{
	z-index: 0;
	position: absolute;
	top: 13px;
}


tbody {
  border-top: none;
  margin: 0;
  padding: 0;
}
tbody th {
  border-bottom: none;
}

.portada_fecha{
	color: #d1aa1c;
	font-weight: bold;
}
td .portada{
	height: 22px;
	background-color: #d8d8d8;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 15px;
	font-weight: bold;
	color: #522f22;
	text-transform: uppercase;
}

td.portada2{
/*	height: 24px;*/
	min-width: 110px;
	float: right;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #522f22;
	background: #f3e6cc;
	text-align: center;
	white-space: nowrap;
}

td .portada3{
/*	height: 22px;
	background-color: #d8d8d8;
	
	
	font-weight: bold;
	color: #522f22;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 4px;
}

.tbl_c_por td{
	padding-left: 10px;
	padding-bottom: 13px;
}


div.weblinkCat fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: none;
}

ul.weblinks{
	padding-left: 10px;
}

ul.weblinks li.weblinks {
  padding: 0 0 30px 0;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-links.jpg) no-repeat 1px .35em; /* LTR */
}


div.weblinks-more a{
	color: #e6be3d;
}

span.title2 {
  background: white url(images/menu-links.jpg) no-repeat; /* LTR */
  padding-left: 20px;

  font-weight: bold;
 font-size: 12px;
}

span.subtitle2 {
  padding-left: 20px;
  font-size: 12px;
}
div.volume h3{
  background: white url(images/menu-links.jpg) no-repeat 0px 2px; /* LTR */
  padding-left: 20px;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

div.volume ul li{
  list-style-type: none;
  list-style-image: none;
  background: none;
  margin: 0;
  padding: 0 0 0 20px;
}

div.reference a{
	font-weight: normal;
}

div.pub_list div.description{
	font-style: normal;
	font-size: 12px;
}
span.fecha{
	color: #e1b935;
}

div.topic{
	width: 98%;
	height: 22px;
	background-color: #d8d8d8;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 15px;
	font-weight: bold;
	color: #522f22;
}

table#calendario_anual{
	width: 100%;
}

table#calendario_anual h3{
	font-weight: bold;
}

table#calendario_anual td.calendario_anual_cal{
	width: 219px;
	height: 172px;
	vertical-align: top;
}

table#calendario_anual td.calendario_anual_cal table tr.odd, table#calendario_anual td.calendario_anual_cal table tr.even{
	border-bottom: none;
}

table#calendario_anual td.calendario_anual_lista{
	vertical-align: top;
	padding-left: 25px;
}

table#calendario_anual td.calendario_anual_lista table tr.odd{
	background: none;
	border-bottom: none;
}

table#calendario_anual td.calendario_anual_lista span.date-display-single, .view-field-node-data-field-fecha-field-fecha-value{
	color: #e2ac00;
	width: 80px;
	white-space: nowrap;
}

span.titulocontacto {
  padding: 0 0 0px 20px;
  font-size: 14px;
  font-weight: bold;
  background: transparent url(images/menu-links.jpg) no-repeat;
}
span.titulocontacto2 {
	color: #e2ac00;
}

div#div_pre_contact{
	padding-top: 20px;
}

.sec_portada{
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: #472315;
	font-size: 14px;
}
.txt_portada{
	font-size: 10px;
}
a.tit_portada{
	
	text-decoration: none;
	font-size: 12px;
	color: #806460 !important
}


span#portada_lst_socios{
	padding-right: 37px;
	float: right;
}

div.pub_list_dl{
	color: #e1b01b;
	background: white url(images/dl_boletin.jpg) no-repeat 0px 2px; /* LTR */
	padding-left: 10px;
	font-size: 12px;
	min-height: 14px;
}

div.pub_list_dl a{
	color: #e1b01b;
}

div.portada_logos{
	float: right;
	padding-right: 125px;
}



#tbl_footer{
	/*height: 74px;*/
	height: 116px;
	width: 838px;
}

#tbl_footer a{
	color: #ffffff;
}

#tbl_footeri{
	height: 116px;
	width: 377px;
	float: left;
}

#tbl_footerd{
	/*height: 116px;*/
	padding-top: 5px;
	width: 377px;
	float: right;
	text-align: right;
}

#tbl_footerd .f1{
	height: 43px;
}

#tbl_footerd .f3{
	font-weight: bold;
}

#tbl_footerd .f2, #tbl_footerd .f3, #tbl_footerd .f4{
	line-height: 16px;
}

div.node div.content table.tablanodo td{
	padding: 5px;
}
div.mialbum{
	padding-left: 20px;
}
div#album table{
	width: 440px;
}

div#album td{
	padding: 5px;	
}

div#album td img{
	border: 2px solid #f2d585;
}

a.e{
	color: #d4b12f;
	font-weight: bold;
	font-size: 12px;
}

div#f_prev{
	width: 80px;
	background: #ffffff url(images/f_atras.jpg) top left no-repeat;
	float: right;
}
div#f_next{
	width: 80px;
	background: #ffffff url(images/f_adelante.jpg) top left no-repeat;
	float: right;
}

table#t_foto{
	width: 510px;
	margin-bottom: 10px;
}

td#c_foto{
	background: #d0a819;
	color: white;
	width: 40px;
	height: 15px;
	text-align: center;
}

img.image-preview{
	border: 1px solid #c0a038;
}

div#cont_foto{
	padding-left: 20px;
}

div#lafoto{
	text-align: center;
}

#sec_1_2, #sec_2_2{
	white-space: nowrap;
}

#sec_1_2.a{
	background-color: #009ee0;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-top: 6px;
	width: 821px;
	position: absolute;
	top: 301px;
	text-align: right;
	text-transform: uppercase;
	color: white;
	font-size: 21px;
	font-weight: bold;
	height: 25px;
}

#sec_1_2.r{
	background-color: #009ee0;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 8px;
	width: 140px;
	position: absolute;
	top: 301px;
	text-align: right;
	text-transform: uppercase;
	color: white;
	font-size: 17px;
	font-weight: bold;
	height: 23px;
}

#sec_2_2.a{
	background-color: #e2007a;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 7px;
	margin-left: 845px;
	width: 140px;
	position: absolute;
	top: 301px;
	text-align: left;
	text-transform: uppercase;
	color: white;
	font-size: 17px;
	font-weight: bold;
	height: 23px;
}

#sec_2_2.r{
	background-color: #e2007a;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 7px;
	margin-left: 161px;
	width: 821px;
	position: absolute;
	top: 301px;
	text-align: right;
	text-transform: uppercase;
	color: white;
	font-size: 21px;
	font-weight: bold;
	height: 25px;
}

#sec_1_2.n{
	background-color: #009ee0;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-top: 6px;
	width: 479px;
	position: absolute;
	top: 301px;
	text-align: right;
	text-transform: uppercase;
	color: white;
	font-size: 21px;
	font-weight: bold;
	height: 25px;
}

#sec_2_2.n{
	background-color: #e2007a;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-top: 6px;
	width: 479px;
	margin-left: 503px;
	position: absolute;
	top: 301px;
	text-align: right;
	text-transform: uppercase;
	color: white;
	font-size: 21px;
	font-weight: bold;
	height: 25px;
}

div#container2 div#center div#tabs-wrapper ul.tabs{
/*	min-width: 542px;*/
/*	width: 100%;*/
}

table.homebox td.corner_leftup{
	background: white url(images/cornerleftup.png) no-repeat top left;
	width: 12px;
	height: 10px;
}

table.homebox td.up{
	background: white url(images/upper.png) repeat-x top left;
/*	min-width: 100;*/
	height: 10px;
}
table.homebox td.corner_rightup{
	background: white url(images/cornerrightup.png) no-repeat top left;
	width: 12px;
	height: 10px;
}

table.homebox td.mid_left{
	background: white url(images/borderleft.png) repeat-y top left;
	width: 3px;
}

table.homebox td.mid_right{
	background: white url(images/borderright.png) repeat-y top right;
	width: 3px;
}

table.homebox td.corner_leftdown{
	background: white url(images/cornerleftdown.png) no-repeat top left;
	width: 12px;
	height: 10px;
}

table.homebox td.down{
	background: white url(images/downer.png) repeat-x top left;
/*	width: 12px;*/
	height: 10px;
}
table.homebox td.corner_rightdown{
	background: white url(images/cornerrightdown.png) no-repeat top left;
	width: 12px;
	height: 10px;
}
table.homebox, table.homebox td{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
}
table.homebox{
	margin-bottom: 16px;
}



a.azultitular:link {
  font-family           : arial;
  color                 : #009EE0;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
}

a.azultitular:visited {
  font-family           : arial;
  color                 : #009EE0;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
}

a.azultitular:hover {
  color                 : #009EE0;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
  text-decoration       : underline;  
}

a.rosatitular:link{
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
}

a.rosatitular:visited{
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
}

a.rosatitular:hover{
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
  text-decoration       : underline;  
}


table.moduletable_banner {
  width                 : 302px;
  height				: 302px;
  background            : url(images/bordebanner.png) top left no-repeat;
  margin-bottom			: 2px;
  border                : 0px solid;  
  padding-bottom		: 4px;
}

table.moduletable_banner th {
  height                : 13px;
  line-height           : 23px;
  color                 : #009EE0;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  padding-left			: 15px;
  padding-top			: 10px;
}

table.moduletable_banner td {
  /*padding-top			: -10px;*/
  color                 : #000000;
  font-weight           : bold;
  margin				: 0px;
  padding-left				: 26px;
}

table.moduletable_banner a:link, table.moduletable_banner a:visited {
  color                 : #000000;
  font-size             : 14px;
  font-weight           : bold;  
  text-align			: center;  
}

table.moduletable_banner a:hover {
  color                 : #000000;
  font-size             : 14px;
  font-weight           : bold;  
  text-decoration       : underline;  
}

table.moduletable_margen{
  width                 : 100%;
  padding-bottom		: 20px;  
}

table.moduletable_margen th {
  height                : 27px;
  line-height           : 25px;
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
  background            : #ffffff;   
}

table.moduletable_margen td {
  color                 : #000000;
  font-weight           : bold;
  text-align            : left;
}

table.moduletable_margen a:link, table.moduletable_margen a:visited {
  color                 : #000000;
  font-size             : 15px;
  font-weight           : bold;  
}
table.moduletable_margen a:hover {
  color                 : #000000;
  font-size             : 15px;
  font-weight           : bold;  
}

table.moduletable_margen a.azultitular:link {
  font-family           : arial;
  color                 : #009EE0;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
}

table.moduletable_margen a.azultitular:visited {
  font-family           : arial;
  color                 : #009EE0;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
}

table.moduletable_margen a.azultitular:hover {
  color                 : #009EE0;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
  text-decoration       : underline;  
}

table.moduletable_margen a.rosatitular:link{
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
}

table.moduletable_margen a.rosatitular:visited{
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
}

table.moduletable_margen a.rosatitular:hover{
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
  text-decoration       : underline;  
}

.leyenda {
  font-family           : arial;
  font-size             : 12px;
  color                 : #000000;
}

table.moduletable_agenda {
  width                 : 100%;
  height				: 205px;
  background            : url(images/bgagenda.jpg) top left no-repeat;
  margin: 0;
  border                : 0px;  
  padding-bottom		: 4px;
}

table.moduletable_agenda th {
/*  height                : 13px;
  line-height           : 23px;
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  padding-left			: 15px;*/
}

table.moduletable_agenda td {
  /*padding-top			: -10px;*/
  color                 : #000000;
  font-weight           : bold;
}

table.moduletable_agenda a:link, table.moduletable_agenda a:visited {
  color                 : #000000;
  font-size             : 14px;
  font-weight           : bold;  
}

table.moduletable_agenda a:hover {
  color                 : #000000;
  font-size             : 14px;
  font-weight           : bold;  
  text-decoration       : underline;  
}


table.moduletable {
  width                 : 100%;
 /* height: 100%;*/
}

table.moduletable th {
  height                : 27px;
  line-height           : 25px;
  color                 : #E2007A;
  font-size             : 16px;
  font-weight           : bold;
  text-align            : left;
  margin                : 0 0 2px 0;
  background            : #ffffff;   
}

table.moduletable td {
  color                 : #000000;
  font-weight           : bold;
  text-align            : left;
}

table.moduletable a:link, table.moduletable a:visited {
  color                 : #000000;
  font-size             : 14px;
  font-weight           : bold;  
}

table.moduletable a:hover{
  color                 : #000000;
  font-size             : 14px;
  font-weight           : bold;  
  text-decoration       : underline;    
}

/*table#tbleyenda, */
table#tbleyenda td{
	border: 0;
	border-collapse: collapse;
	padding: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

table#tbleyenda td.leyenda{
	padding-left: 5px;
}


.cont_home td{
	padding: 3px!important;
}

table.pad5 td{
	border: 0;
	border-collapse: collapse;
	padding: 5px;
}

div#center ul li{
	/*margin: 0!important;*/
	margin-bottom:10px;
	list-style-image: none!important;
	background-image: none;
}

.latestnews_margen li {
  margin: 0 0 10px 0!important;
  padding: 0 0 0 15px;
  background: none;
}

ul.latestnews_margen li.latestnews_margen{
	margin: 0 0 10px 0!important;
}

ul.latestnews_margen li.latestnews_margen div{
	height: 10px;
}

div#block-block-2{
	width: 177px;
}

table#hb_502{
	width: 270px;
}

#frm_search .button {
  color                 : #E2007A;
  font-family           : arial;
  font-size             : 12px;
  font-style            : normal;
  font-weight           : bold;
  border                : 1px solid #E2007A;
  background-color		: #ffffff
}

#frm_search .inputbox {
  color                 : #000000;
  font-family           : arial;
  font-size             : 12px;
  border                : 1px solid #E2007A;
  margin-bottom			: 5px;
}

#s_hidden{
	visibility: hidden;
}

div#search{
	height: 50px;
}

td.calendario_mes_cal{
	padding: 0 10px 0 10px!important;
	margin: 0!important;
	height: 190px;
}

li.b_ev_cat{
	background: none;
	list-style:none;
	margin: 5px 0 0 0;
	padding: 0;
}

.b_ev_cat div.res_15{
	background-color: #33CCFF;
	color: white;
}
.b_ev_cat div.res_16{
	background-color: #3366FF;
	color: white;
}
.b_ev_cat div.res_24{
	background-color: #6600CC;
	color: white;
}
.b_ev_cat div.res_25{
	background-color: #FF99FF;
	color: white;
}
.b_ev_cat div.res_26{
	background-color: #CC33CC;
	color: white;
}
.b_ev_cat div.res_27{
	background-color: #FF0000;
	color: white;
}

.b_ev_cat div.res_15 a, .b_ev_cat div.res_16 a, .b_ev_cat div.res_24 a, .b_ev_cat div.res_25 a, .b_ev_cat div.res_26 a, .b_ev_cat div.res_27 a{
	color: white;
}

ul.event_legend_list{
	list-style:none !important;
	padding:0px;
	margin:5px;
}
ul.event_legend_list li {
	list-style:none !important;
	border:solid black 1px;
	background-image:none !important;
	padding-left:0px;
}

div.event_legend_container {
	border:solid black 1px;
	background-color: #fff1f9;
	color:black;
	padding:3px;
	font-size:0.9em;
}

div.event_legend_name a{
	display:block;
	text-decoration:none;
  	background-color:inherit;
  	color:black;
	padding-left: 4px;
}

div.event_legend_desc {
	background-color:white;
	color:black;
	padding:3px 3px 3px 20px;
	
}

div#mnu_top_left{
	border-left: 1px solid #d2474c;
	height: 56px;
	position: absolute;
	top: 0px;
	padding-left: 4px;
}

div#sectores{
	width: 629px;
	height: 22px;
	padding: 0;
	margin: 0;
}

div#sectores ul{
	list-style: none;
	list-style-type: none;
	display: inline;
	float: right;
	padding-right: 13px;
	margin: 0;
}

div#sectores ul li.b_sec_cat{
	list-style: none;
	list-style-type: none;
	float: left;
/*	width: 24px;*/
	height: 21px;
/*	border: 1px solid #d05a5a;*/
	margin: 0 4px 0 0!important;
	padding: 0;
}

div#sectores ul li#sec_cat_last{
	list-style: none;
	list-style-type: none;
	float: left;
/*	width: 24px;*/
	height: 21px;
/*	border: 1px solid #d05a5a;*/
	margin: 0 10px 0 0!important;
	padding: 0;
}

div#sectores ul li.b_sec_cat div.sec_name{
	width: 22px;
	height: 19px;
	border: 2px solid #d05a5a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

div#sectores ul li.b_sec_cat div.sec_name:hover{
	background: #ffffff;
	color: #d05a5a;
}
div#sectores ul li.b_sec_cat div.sec_name:hover a{
	color: #d05a5a;
}
div#sectores ul li.b_sec_cat div.activo{
	background: #ce2d32;
}
div#sectores ul li.b_sec_cat div.sec_name a{
	padding: 0px 5px 0 5px;
}
div#sectores ul li.b_sec_cat div.sec_name a:hover{
	text-decoration: none;
}

div#sectores ul li.b_sec_cat div.sec_name2 a{
	color: #d05a5a;
	font-weight: bold;
}
div#sectores ul li.b_sec_cat div.sec_name a{
	color: #d05a5a;
	font-weight: bold;
}

div#sectores ul li.b_sec_cat div.activo a{
	color: #ffffff;
}
div#sectores ul li.b_sec_cat div.sec_name2{
	width: 121px;
	height: 19px;
	border: 2px solid #d05a5a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #ffffff;
}
div#sectores ul li.b_sec_cat div.sec_title{
/*	width: 121px;
	height: 21px;
	border: 1px solid #d05a5a;*/
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #d05a5a;
}





/**
 * Secondary navigation
 */
ul#secundario{
  margin: 0 0 0 28px;
  padding: 0;/* 0 0 28px;*/
  height: 52px;
/*  float: right;
  clear: right;*/
  position: absolute;
  top: 191px;
  width: 873px;
  background: #ffffff url(images/bgmenuh.jpg) no-repeat top left;
}

ul#secundario li {
  margin: 1px 0px 0 0!important;
  padding: 0;
  background: none;
  float: left;
/*  width: 99px;*/
  height: 37px;
  text-align: center;
/*  background-image: none;*/
}

ul#secundario li.active, ul#secundario li.expanded  {
  background: #4cc2e9;
/*  background: transparent url(images/bg_sec_ac.png) no-repeat top left!important;*/
}
ul#secundario li.firstactive{
  background: transparent url(images/menu_first_active.jpg) no-repeat top left!important;
}

ul#secundario li a{
  display: block;
  margin: 10px auto 0 auto;
  padding: 0 6px 0 6px;
  color: #ffffff;
  background: transparent;
  border-right: 1px solid #ffffff;
/*  border-left: 1px solid #ffffff;*/
}
ul#secundario li.first a{
	border-right: 1px solid #ffffff;
}
ul#secundario li.firstactive a, ul#secundario li.last a, ul#secundario li.lastactive a, ul#secundario li.active a{
  border-right: none;
  border-left: none;
}

ul#secundario li.prev a{
  border-right: none;
/*  border-left: none;*/
}

ul#secundario li.next a{
/*  border-right: none;*/
  border-left: none;
}

ul#secundario li.second a{
  border-left: none;
}
ul#secundario li.penultimo a{
  border-right: none;
}

.homebox_left{
	margin-bottom: 19px;
	width: 100%;
}

/*.homebox_left*/ tr.title{
	/*background: transparent url(images/bgtblhome.jpg) repeat-x bottom left!important;*/
}

/*.homebox_left*/ tr.title td{
	padding-bottom: 3px;
}

.home_title{
	color: #dc7100;
	padding-left: 5px;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
}

.home_title2{
	color: #dc7100;
	padding-left: 1px;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
}

.mas{
	width: 23px;
	height: 22px;
	text-align: right;
}

.cont_home1{
		background: #f6f6f6 url(images/cont_home1.jpg) no-repeat top left!important;
		padding: 15px 12px 15px 12px;
		margin: 0;
}
.cont_home1_e{
	height: 5px;
}

.cont_home1 p{
		margin: 0;
}

table#banners img, #bannersic img{
	margin-bottom: 9px;
}

table#bannersi img{
	margin-bottom: 9px;
}
table#banners2{
	/*margin-top: 20px;
	padding: 0 0 0 24px;*/
}

table#banners5, table#banners6{
	margin-top: 0px;
}


table#banners2 td.cont, table#banners5 td.cont, table#banners6 td.cont{
	text-align: center!important;
	vertical-align: middle!important;
	padding-bottom: 5px;
	padding-top: 5px;
	position:relative;
}


table#banners2 td.cont .rotor-content-detail img,table#banners5 td.cont .rotor-content-detail img,table#banners6 td.cont .rotor-content-detail img{
	display: inline-block;
	position: absolute;
}


#destacados ul li{
	/*background: #ffffff url(images/flecha_portada.jpg) no-repeat 0px 4px!important;*/
	background: none;
	margin: 0;
	padding-left: 14px;
	padding-bottom: 14px;
	font-weight: normal;
}

#actualidad #lst_notis{
	border: 1px solid #a7a9ac;
}

#actualidad ul li{
	/*background: #ffffff url(images/flecha_portada.jpg) no-repeat 0px 4px!important;*/
	background: none;
	margin: 0;
	padding-left: 14px;
	padding-bottom: 14px;
	font-weight: normal;
}

#actualidad ul li a{
	font-weight: normal;
	color: #000000;
}


#actualidad ul li span.fecha{
	color: #e79e3e;
	font-size: 12px;
}

.calendario_mes_cal .date-nav{
	height: 21px;
	color: #0098da;
	background: none;
}

.calendario_mes_cal .date-nav a, .calendario_mes_cal .date-nav h3 a, .calendario_mes_cal .date-nav div a{
	color: #0098da;
	font-size: 16px;
	background: none;
}

.calendario_mes_cal th.days{
	margin: 0;
/*	height: 45px;*/
	line-height: 12px;
	color: white;
	vertical-align: top;
	border: none;
	padding-top: 10px;
	padding-bottom: 20px;
}

/*.calendario_mes_cal table.mini, .calendario_mes_cal div.month-view, .calendario_mes_cal div.calendar-calendar, .calendario_mes_cal div.view-content-calendario, .calendario_mes_cal div.view-calendario{*/
/*.calendario_mes_cal table th, .calendario_mes_cal div *, .calendario_mes_cal div td, .calendario_mes_cal tr, .calendario_mes_cal td.empty{*/
.calendario_mes_cal table *, .calendario_mes_cal div *{
	background: transparent;
}
.calendario_mes_cal td.empty{
	background: transparent!important;
}
.calendario_mes_cal tr, .calendario_mes_cal a, .calendario_mes_cal div.mini-day-off, .calendario_mes_cal td.mini{
	background: transparent!important;
}

.calendario_mes_cal table.mini{
	width: 187px;
}

.calendario_mes_cal td.mini div.mini-day-on,.calendario_mes_cal td.mini div.mini-day-off{
/*	padding-right: 8px;*/
	height: 20px;
	margin: 0;
	padding: 0;
}

.calendario_mes_cal tr{
	border: none;
}

.calendario_mes_cal div.res_26{
	background-color: #00a8e0!important;
	color: white;
}
.calendario_mes_cal div.res_17{
	background-color: #e08003!important;
	color: white;
}

.calendario_mes_cal div.mini-day-on a{
	background: none!important;
}

.calendario_mes_cal div.res_26 a, .calendario_mes_cal div.res_17 a{
	color: white!important;
}

td.leyenda_color{
	width: 15px;
	height: 15px;
}

td.leyenda{
	width: 1%;
	margin-right: 3px;
}

#tbleyenda{
	width: 210px;
/*	margin-top: 5px;*/
}

#lst_events div.calendar-calendar{
	visibility: hidden;
}

#lst_events ul{
	margin: 0 0 5px 0;
	padding: 0;
}

#lst_events ul li{
	/*background: none;*/
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}

#lst_events ul li a{
	font-weight: normal;
/*	background: #ffffff url(images/flecha_portada.jpg) no-repeat top left!important;*/
	padding-left: 14px;
}

#lst_events .fecha{
	color: #e5942a;
	font-weight: bold;
}

#block-block-1{
	
}

#block-block-1 .content{
	margin: 0;
	padding: 0;
}

table#banners3{
	margin-left: 8px;
}

table#banners3 img{
	margin-bottom: 9px;
}

#block-block-2, #block-block-2 div, #block-block-2 *{
	background: none!important;
}

.terms a{
	color: #db6a00;
	text-decoration: underline;
}

.node .field-field-fecha .field-label{
	font-weight: normal;
}

.calendario_mes_cal .date-prev{
	text-align: right!important;
}

.calendario_mes_cal .date-next{
	text-align: left!important;
}

.view-calendario-lista ul li{
	background: #ffffff url(images/flecha_portada.jpg) no-repeat 0px 4px;
	padding-bottom: 15px!important;
}

.view-content-calendario-lista ul li div{
	padding-top: 8px;
}
.view-content-calendario-lista ul li {
    background: #ffffff url(images/flecha_portada.jpg) no-repeat 0px 4px;
    background: transparent url(images/borde_evento.jpg) no-repeat bottom center!important;
padding-bottom: 15px!important;
}
.view-content-calendario-lista ul li .separator{
/*	padding-bottom: 15px!important;
	padding-top: 10px!important;*/
	background: transparent url(images/borde_evento.jpg) no-repeat bottom center!important;
	height: 2px;
	width: 100%;

	padding-top: 10px!important;
}

.view-content-calendario-lista ul li.last{
/*	padding-bottom: 15px!important;
	padding-top: 10px!important;
	background: none!important;*/
}

.view-content-calendario-lista ul li.first{
	padding-top: 0px!important;
}

#lst_notis ul{
	margin-left: 0!important;
	padding-left: 0 0 0 0!important;
}
#lst_notis .view-data-date{
	color: #00a4e4;
}

.node a{
	color: gray;
	text-decoration: underline;
}
.node a:hover{
	color: black;
}

.node .content p{
	text-align: justify;
}

#block-rotor-0{
	width: 556px;
	height: 144px;
/*	background: #e08003;*/
	float: right;
	/*padding-top: 15px;*/
/*	position: absolute;
	top: 15px;*/
	z-index: 99999;
}

#block-rotor-0 h2{
	display: none;
}

.rotor-content-detail, .rotor, .rotor-items, .rotor-content{
	margin:0;
	padding: 0;
}

#block-rotor-0 img{
	width: 556px;
	height: 144px;
	margin:0;
	padding: 0;
	z-index: 99999;
}


/* $Id: nice_menus_default.css,v 1.1.2.5 2007/10/29 16:35:34 add1sun Exp $ */

/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none;
}

ul.nice-menu li {
  border: none;
  border-top: 0;
  float: left;
  background-color: #00a4e4;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-left: 0;
  background-image: none;
/*  border-width:0pt 0px 0px 1px;*/
}

ul#nice-menu-2 li{
	background-color: #e71e1e;
	}

/* Overrides for Garland header. */
#header-region ul.nice-menu li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */
  padding-top: 0;
  padding-bottom: 0;
  background: #00a4e4;
}

ul.nice-menu li.expanded {
  list-style-type: none;
  list-style-image: none;
}
ul.nice-menu li.collapsed {
  list-style-type: none;
  list-style-image: none;
}

ul.nice-menu a {
/*padding:5px 10px;*/
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
margin: 0;
padding: 0;
/*  top: 1.8em;
  left: -1px;*/
  border: 0;
/*  border-top: 0px solid #E60D2E;*/
/*  margin-right: 0;
  margin-left:-1px;*/
  margin-top:12px;
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
/*  top: 1.7em;*/
}

ul.nice-menu ul li {
/*  width: 12.5em;*/
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left;
  border: 0;
/*  margin-left: -1px;*/
}

ul.nice-menu-down li {
/*  border-top: 1px solid #E60D2E;*/
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
/*  left: 12.5em;
  top: -1px;*/
}

ul.nice-menu-down .menuparent a {
/*  padding-right: 15px;*/
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  background: #00a4e4;
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  background: transparent;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
padding: 0;
margin: 0;
  background: #00a4e4;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  background: #00a8df ;
}


#block-nice_menus-1{
  margin: 0 0 0 28px;
  padding: 0;/* 0 0 28px;*/
  height: 50px;
/*  float: right;
  clear: right;*/
  position: absolute;
  top: 148px;
  width: 873px;
  background: #ffffff url(images/bgmenuh.jpg) no-repeat top left;
}

#block-nice_menus-1 h2{
	display: none;
}

#block-nice_menus-2{
  padding: 0;/* 0 0 28px;*/
  height: 52px;
  width: 873px;	
	background: #ffffff url(images/bgmenuh_c.jpg) no-repeat top left;
	}

ul#nice-menu-1 li.top, ul#nice-menu-2 li.top {
  margin: 0px 0px 0 0!important;
  padding: 0;
  background: none;
/*  float: left;*/
/*  width: 99px;*/
  height: 37px;
  text-align: center;
/*  background-image: none;*/
}

ul#nice-menu-1 li.active, ul#nice-menu-1 li.parent  {
  background: #4cc2e9!important;
/*  background: transparent url(images/bg_sec_ac.png) no-repeat top left!important;*/
}
ul#nice-menu-1 li.firstactive{
  background: transparent url(images/menu_first_active.jpg) no-repeat top left!important;
}
ul#nice-menu-1 li.top a, ul#nice-menu-2 li a{
  display: block;
  margin: 8px auto 0 auto;
  padding: 0 6px 0 6px;
  color: #ffffff;
  background: transparent;
  border-right: 1px solid #ffffff;
/*  border-left: 1px solid #ffffff;*/
}
ul#nice-menu-2 {
	margin-top:5px;
}
ul#nice-menu-2 li a{
	margin:0 auto;

}
ul#nice-menu-1 li.first a, ul#nice-menu-2 li.first a{
	border-right: 1px solid #ffffff;
}
ul#nice-menu-1 li.firstactive a, ul#nice-menu-1 li.last a, ul#nice-menu-1 li.lastactive a, ul#nice-menu-1 li.active a, ul#nice-menu-1 li.parent a.active{
  border-right: none;
  border-left: none;
}
ul#nice-menu-1 li.expanded li{
  text-align: left;
}
ul#nice-menu-1 li.expanded li.expanded a{
  border-right: none;
  border-left: none;
  text-align: left;
}

ul#nice-menu-1 li.parent a{
  border-right: none;
  border-left: none;
}


ul#nice-menu-1 li.prev a{
  border-right: none;
/*  border-left: none;*/
}

ul#nice-menu-1 li.next a{
/*  border-right: none;*/
  border-left: none;
}

ul#nice-menu-1 li.second a{
  border-left: none;
}
ul#nice-menu-1 li.penultimo a{
  border-right: none;
}

ul#nice-menu-1 li.expanded ul{
	padding-top: 13px;
}

ul#nice-menu-1 li.expanded ul li.expanded ul{
	padding-top: 1px;
}

ul#nice-menu-1 a.active{
	background: #4cc2e9;
}

.view-calendario .view-content-calendario h2 a{
	text-decoration: underline;
	min-height: 22px;
	padding-top: 4px;
	font-size: 15px;
	font-weight: bold;
	color: #db6a00;
}
#center .view-calendario .view-content-calendario .calendar-calendar ul.links, #center .view-calendario .view-content-calendario .calendar-calendar .date-prev, #center .view-calendario .view-content-calendario .calendar-calendar .date-next{
	display: none;
}

#center .view-calendario .view-content-calendario .item-list ul li{
	background: #ffffff url(images/flecha_portada.jpg) no-repeat 0px 4px!important;
	margin: 0;
	padding-left: 14px;
	padding-bottom: 14px;
	font-weight: normal;
}
.rotor-items2
{
  display:block;
  width:216px;
  max-width:216px;
  height:100px;
  max-height:100px;
  overflow:hidden;
  text-align: left;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.rotor-items2 .rotor-content-detail{
  width:215px;
  max-width:215px;
  height:100px;
  max-height:100px;
  overflow:hidden;
  /*text-align: center;*/
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.site-map ul.tree{
	margin: 0 0 0 0!important;
	padding: 0 0 0 0!important;
	background: none!important;
}

div.separator2{
	background: transparent url(images/bgtblhome.jpg) repeat-x bottom center!important;
	height: 2px;
	width: 100%;
	padding-top: 10px!important;
}

div.separator{
	background: transparent url(images/borde_evento.jpg) no-repeat bottom center!important;
	height: 2px;
	width: 100%;
	padding-top: 10px!important;
}

.date-heading h3{
	font-size: 16px;
	font-weight: bold;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:101;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:250px;
width:400px;
background:#e6e6e6;
border:2px solid #cecece;
z-index:102;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:center;
color:#6FA5FD;
font-size:22px;
font-weight:bold;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#banners6 .rotor-items2, #banners5 .rotor-items2, #banners2 .rotor-items2{
	overflow: hidden;
}

#banners6 .rotor, #banners5 .rotor, #banners2 .rotor{
	width: 215px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#banners6 td.cont, #banners5 td.cont, #banners2 td.cont{
	width: 215px;
	height: 100px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.rotor-items2 img{
	max-height: 100px;
	max-width: 215px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#precontent{
	width:630px;
	display:block;
	}
	
.view-concursos-consumo .view-content .item-list ul li
, .view-actualidad-consumo .view-content .item-list ul li
, .view-directorio .view-content .item-list ul li
, .view-cursos-formacion-consumo .view-content .item-list ul li
, .view-mas-info-consumo .view-content .item-list ul li
, .view-estadisticas-consumo .view-content .item-list ul li
, .view-destacados-consumo .view-content .item-list ul li
, .view-ultimas-noticias-consumo .view-content .item-list ul li
, .contenidoConsumo  ul li
, .view-header-actualidad-consumo  ul li
, .view-header-concursos-consumo  ul li
, .view-header-directorio-consumo  ul li
, .view-header-cursos-formacion-consumo  ul li
, .view-header-estadisticas-consumo  ul li
, #node-9003 .content ul li
, .view-directorio-ayuntamientos  .view-content ul li
, .view-directorio-otras  .view-content ul li
, #node-9932 .content ul li
, .view-cursos-formacion-consumo-adultos .view-content ul li
{
	background-image: url("images/flecha_portada_roja.jpg") !important;
	background-repeat: no-repeat;
}

.field-field-autor, .field-field-colegio, .field-field-edad
{
	margin-bottom:15px;
} 

/* BOLETINES  */
.epublish .edition br{
	display:none;
	}
.epublish .edition .pub_list,
.epublish .edition .pub_list_dl{
	display:none;
	} 
	
.epublish .volume h3{
	float:none;
	font-size:14px;
	margin-right:10px;
	background:white url(images/flecha_portada_roja.jpg) no-repeat 0px 2px;
	}	
.edition .reference {
	font-weight:normal !important;
	}	
	
.view-content-buscadorcontenido{
	width: 800px;
}

.view-content-buscadorcontenido .view-field-node-data-field-fecha-field-fecha-value{
	color: #000000;
}

#edit-filter2-date1, #edit-filter2-date2{
	width: 100px;
}

#destacados{
	margin-bottom: 27px;
}

#destacados .contcen{
	background: #e18226;
	padding: 10px 16px;
}

#destacados .contcen img{
	vertical-align: top;
	padding-right: 20px;
}

#destacados .contcen a{
	color: #ffffff;
}

#destacados .contcen table td{
	vertical-align: top;
	padding-bottom: 8px;
}

#destacados .contcen table td.f{
	width: 139px;
}

#destacados .contcen table td.c{
	font-weight: bold;
}



#banners2{
	margin-top: 20px;
	background: #ececed;
	padding: 20px 0 19px 24px;
	color: #dc7100;
	height: 160px;
}

#banners2 .home_title{
	padding-left: 0;
}

#banners2 .home_title3{
	float: left;
	width: 276px;
}

.item_dir{
	width: 260px;
	height: 116px;
	background: transparent url(images/bg_directorio.jpg) no-repeat top left;
	vertical-align: middle;
	text-align: center;
	line-height: 116px;
	display: table-cell; 
}

.item_dir img{
	vertical-align: middle;
	text-align: center;
	display: table-cell; 
	max-height: 111px;
	max-width: 244px;
}

.pager .pager-list .pager-current{
	background: #00a4e4;
	color: #ffffff;
}


.view-content-taxonomy-term2 .view-data-node-data-field-fecha-field-fecha-value{
	float: left;
	color: #00a4e4;
	padding-right: 5px;
}


#sidebar-right #banners2{
	margin-top: 20px;
	background: none;
	padding: 0;
	color: #dc7100;
	height: 380px;
}

#banners2 .home_title{
	padding-left: 0;
}

#sidebar-right #banners2 .home_title3{
	float: left;
	width: 190px;
	margin-bottom: 12px;
}

#sidebar-right .item_dir{
	width: 190px;
	height: 88px;
	background: transparent url(images/bg_directorio2.jpg) no-repeat top left;
	vertical-align: middle;
	text-align: center;
	line-height: 88px;
	display: table-cell; 
}

#sidebar-right .item_dir img{
	vertical-align: middle;
	text-align: center;
	display: table-cell; 
	max-height: 83px;
	max-width: 180px;
	margin-left: 8px;
}

.tweets{
	border: 1px solid #a7a9ac;
	padding: 8px 12px 8px 12px;
}
/*ul#nice-menu-1 li.first{
  background: none!important;
}*/
/*A�adido Drupal 6*/
#block-views-rotor_cabecera-block_1{
    position:relative;
    left:305px;
}
#block-views-rotor_cabecera-block_1 img{
    margin:0;
    margin-top:0;
}
#nice-menu-1 li{
    height:37px;
}
#nice-menu-1 li a{
    color:#FFFFFF;
    padding: 0 6px 0 6px;
    margin: 8px auto 0 auto;
    background: transparent;
    display: block;
}
#nice-menu-1 li.active-trail{
background: #4cc2e9!important;
}
#nice-menu-1 li.top.active-trail a{
border-right: none;
}
#nice-menu-1 li.first.active-trail{
background: transparent url(images/menu_first_active.jpg) no-repeat top left!important;    
}
ul#nice-menu-1 a.active{
    background:none;
}
.sidebar h2{
    color: #dc7100;
    padding-left: 1px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;    
} 
.view-destacados-portada .views-table{
    background: #e18226;
    border:none;
}
.view-destacados-portada .views-table tr,.view-destacados-portada .views-table th{
    border: none;
}
.view-destacados-portada .views-table tr.odd,.view-destacados-portada .views-table tr.even{
    background-color: transparent;
    border:none;
}
.view-destacados-portada .views-table thead,.view-destacados-portada .views-table tbody{
    border:none;
} 
.view-destacados-portada .views-table td{
    padding:5px;
    font-family:Arial;
    font-size:14px;
}
.view-destacados-portada .views-table a{
    color:#ffffff;
    font-weight:bold;
}
.pane-destacados-portada h2,.pane-taxonomy-term2{
    margin-top:20px;
}
.pane-destacados-portada h2,.pane-taxonomy-term2 h2{
    color: #dc7100;
    padding-left: 1px;
    font-size: 17px;
    font-weight: bold;
    width: 100%    
}
.pane-taxonomy-term2 .view-taxonomy-term2 .view-content{
    border:solid 1px gray;
    padding:10px;
}
.pane-taxonomy-term2 .view-taxonomy-term2 .view-content .date-display-single{
    color: #00a4e4;
    padding-right: 2px;
}
.pane-taxonomy-term2 .view-taxonomy-term2 .view-content .views-row{
    margin-bottom:10px;
}
#block-views-banners_derecha-block_1 .views-row{
    margin-bottom:5px;
}
#block-views-destacados_consumo-block_1 h2{
    border-bottom:2px dotted red; 
    background: none !important;
    color: red !important;
}
#wrapper #container2 #center h2, #wrapper #container2 #center2  #block-views-destacados_consumo-block_1 h2{
    text-decoration:none;
}
#wrapper #container2 #center h2.consumo{
    color: red;
}
ul.pager li{
    background-image:none;
}
.view-taxonomia .views-field-field-fecha-value{
    color: #00a4e4;
    font-size: 12px;
    font-weight: bold;
}
.view-taxonomia .views-row{
    margin-top:10px;
}

#header-region ul.nice-menu li ul li{
    text-align:left;
} 
/*Ocultamos los links de epubliosh de la visualizcion de los nodos incluidos en los boletines*/
div.epublish_navigation{
    display:none;
    visibility: hidden;
}
/*Cambios en p�gina de inicio de CONSUMO - Tck 78478*/
.view-destacados-consumo .views-table {
    background:#e41c1c;
    border: none;
}
.view-destacados-consumo .views-table tr.odd{
    background: none;
    border: none;
    margin-bottom:10px;
}
.view-destacados-consumo .views-table tr.even{
    background: none;
    border:none;
}
.view-destacados-consumo .views-table td {
    padding: 5px;
    font-family: Arial;
    font-size: 14px;
}
.view-destacados-consumo .views-table a {
    color: #ffffff;
    font-weight: bold;
}
.view-destacados-consumo .views-table thead, .view-destacados-consumo .views-table tbody {
    border: none;
}
.view-destacados-consumo .views-table th{
    display:none;
}
#block-views-a7ebcc04d1863a5c71362da4b8aad502{
    margin-top:20px;
}
#block-views-a7ebcc04d1863a5c71362da4b8aad502 .view-destacados-consumo{
    border: solid 1px gray;
    padding: 10px;
}
#wrapper #container2 #center #block-views-a7ebcc04d1863a5c71362da4b8aad502 h2 {
    color:red;
}
/*Maquetacion de las vistas de Actos y Cursos (vista eventos))*/
.view-eventos .views-field-field-foto-fid,.view-display-id-experiencias_noticias .views-field-field-foto-fid{
    padding:  5px;
}
/*Maquetación de nodo Perfil de empresa certificada*/
/*Título más grande y en negro para nodos de tipo empresa certificada*/
.nombre-empresa-cert{
  color:#000000;
  font-size: 18px;
  font-weight: bold;
}
/*Imagen de item de Listado de certificados*/
#nodo-perfil-empresa-certif .field-field-certificados-tfe .field-item,#nodo-perfil-empresa-certif .field-field-otras-tematicas-detalle .field-item{
  background: transparent url(images/check_certificado_list.jpg) no-repeat top left!important;
  padding-left:22px;
}
/*Espaciado entre campos*/
#nodo-perfil-empresa-certif .panel-pane{
  margin-bottom:6px;
}
#nodo-perfil-empresa-certif .panel-pane p{
  margin: 0;
}
/*Vista de Empresas Certificadas*/
li.boton a{
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
  padding: 4px 1em;
  margin: 0 0 0 1px;
  font-weight: bold;
}