/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  font-family:Georgia, "Times New Roman", Times, serif;	
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*Enlaces (salvo que se indique lo contrario */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

.node .content a {color: #607b88;}


/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
	padding-bottom: 0; /* Undo system.css */
	font-size: 11px;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color: #607B88;
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
    margin-bottom: 20px;
    margin-top: 10px;
}

h2.title a:link {
	font-weight:normal;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
	margin: 0;
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color:#607B88;
}

ul.links li {
  display:block;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

li.pager-current,
li.pager-previous,
li.pager-next {
	font-size:12px;
	font-weight: normal;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

.more-link a:link, .more-link a:visited {
	color:#607B88;
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
	margin-left: 660px;
    margin-right: -660px;
    width: 300px;
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#block-footermap-0 {
	background-color:#FFF;
	border-top:solid 2px #4D4D4D;
	margin-bottom:3px;
	padding-bottom: 10px;
}

#footer h2.title {
    border-bottom: 1px solid #4D4D4D;
    color: #607B88;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
    text-transform: uppercase;
}

/* #footer .section {
	padding-left:10px;
	padding-right:10px;
} */

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
	overflow: auto;
	min-height: auto;
	height:auto !important;
	height: auto;
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* FECHA AUTOMÁTICA */

#fecha {
	height:40px;
	width:170px;
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#fecha-busqueda {
	width:170px;
	height:100px;
	float:right;
}

/* MENUS DESPLEGABLES */

.block-nice_menus {
    line-height: 18px;
}

ul.nice-menu li {
	border:none 0px;
	background-color: #607B88;
}

ul.nice-menu-down {
    font-family:Georgia, "Times New Roman", Times, serif;
}

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

ul.nice-menu-down li a:link {
	background: #607B88;
    border: 0 none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 18px 0 0;
    text-decoration: none;
}

ul.nice-menu-down li a:hover {
    color: #E4E2DB;
}

ul.nice-menu-down li a:visited {
	color:#FFF;
}

ul.nice-menu-down li.menuparent {
	background-image:none;
	background:#607B88;
}

ul.nice-menu-down li.menuparent.active-trail {
	background-image:none;
	background:#607B88;
}

ul.nice-menu-down li.menuparent.over {
	background-image:none;
	background:#607B88;
}

ul.nice-menu-down li.menuparent a:link {
	background: url("../../../../../drupal/sites/default/files/arrow-down.png") no-repeat scroll right center #607B88;
}

ul.nice-menu-down li.menuparent a:hover {
	background: url("../../../../../drupal/sites/default/files/arrow-down.png") no-repeat scroll right center #607B88;
}

ul.nice-menu-down li.menuparent li a:link /*elemento desplegado */ {
	font-size:14px;
	background: #607B88;
	padding-left:10px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #E4E2DB;
}

/* PUBLICIDAD */

.publicidad {
	margin-top:15px;
	margin-bottom:10px;
}

/* FOOTERMAP */

div.footermap-col {
	border-right: 1px solid #4D4D4D;
	float: left;
	margin: 0;
	margin-bottom: 0;
	min-height: 156px;
	height:auto !important;
	height: 130px;
	padding: 0 10px;
	text-align: left;
	width: 74px;
}

ul.footermap-item.links li {
}

ul.footermap-item.links a:link,
ul.footermap-item.links a:visited {
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 11px;
}

h1 {
    font-size: 30px;
	font-weight:normal;
    line-height: 33px;
}

h3 {
	color: #607B88;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.node .content li {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	list-style-image:url(../../../../default/files/bolito.png);	
}	

/* TÍTULOS PORTADILLAS */
.portadilla .view-header {
    margin-bottom: 10px;
    margin-top: 2px;
}

.portadilla .view-header p {
	border-bottom: 1px solid #000000;
    border-top: 2px solid #000000;
    color: #607B88;
	font-family:Georgia, "Times New Roman", Times, serif;	
    font-size: 38px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    text-transform: none;
}

/* CAPTCHA */

fieldset {
	border:none;
}

legend {
	display: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ADD THIS */

.addthis_toolbox {
	margin-top:10px;
}

/* BLOG */

.field-field-blogtitle, .field-field-blogauthor {
	color:#607B88;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.field-field-blogtitle {
	text-transform:uppercase;
 }

/* LLAMADA 'ENVÍE SU PREGUNTA */

.llamada h2 {
	border-top: solid 2px #4D4D4D;
	border-bottom: solid 1px #4D4D4D;
	padding-bottom:5px;
}

.llamada p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.llamada p a:link, .llamada p a:visited {
	color:#607B88;
	font-size:18px;
}

/* TÍTULOS GALERÍAS */

.page-fotogalerias h1.title, .page-videogallery h1.title {
	border-bottom: 1px solid #000;
    border-top: 2px solid #000;
    color: #607B88;
    font-size: 38px;
	font-weight:bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 2px;
    padding-bottom: 10px;
    padding-top: 5px;
    text-align: center;
    text-transform: none;
}

/* PAGE CLOSURE */

.page-closure .submitted {
	display:none;
}

.region-page-closure .field-field-autor {
	display:none;
}

.page-closure .content p {
	color:#607B88;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding-left: 10px;
}

/* SITE MAP */

#site-map h2.title {
    font-weight: normal;
}

#site-map a:link, #site-map a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#site-map ul li {
	list-style-image:url(../../../../default/files/bolito.png);
    margin: 0;
    padding: 0;
}

/* LISTA DE BLOGS */

.pane-advanced-blog-0 h2.pane-title {
	display:none;
}

#advanced_blog table {
	width:100%;
}

#advanced_blog tr.odd td a:link,
#advanced_blog tr.odd td a:visited,
#advanced_blog tr.even td a:link,
#advanced_blog tr.even td a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#607B88;
}

#advanced_blog tr.even, #advanced_blog tr.odd {
	background-color:#FFF;
}

#bloggerlist .blogger {
	border-top: solid 1px #607B88;
	background-color:#FFF;
    float: left;
    margin-bottom: 0;
    width: 100%;
}

#bloggerlist .blogger .info h2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

#bloggerlist .blogger .info h2 a:link,
#bloggerlist .blogger .info h2 a:visited {
	color: #607B88;
}

#bloggerlist .blogger .about {
    float: left;
}

#bloggerlist .blogger .about p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

#bloggerlist .blogger .entries {
    float: left;
    padding-top: 10px;
}

#bloggerlist .blogger .entries h3 {
	display:none;
	padding-left: 0;
}

#bloggerlist .blogger .entries ul {
	margin: 5px 0;
    padding-left: 15px;
}

#bloggerlist .blogger .entries li {
	list-style-image:url(../../../../default/files/bolito.png);
    margin: 0;
    padding: 0;
}

#bloggerlist .blogger .entries a:link,
#bloggerlist .blogger .entries a:visited {
	color:#607B88;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* FECHA EN LOS NODOS */

.pane-node-created {
    color: #607B88;
    float: left;
    margin-right: 10px;
}

/* PIE DE FOTO */
.image-caption {
	color:#607B88;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* TITULOS BLOGS */

.section-blog h1.title {
	border-bottom: 1px solid #000000;
    border-top: 2px solid #000000;
    color: #607B88;
    font-size: 38px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    text-transform: none;
}