/**
 * Re-usable Base Styles
 * @author Ryan Parman
 * @updated 2 January 2008
 */


/***********************************************************
YUI Reset 2.4.1 (with a few modifications)
***********************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;margin:0;padding:0;}
q:before,q:after{content:'';}
caption,th{text-align:left;}
fieldset,img{border:0;}
li{margin:0;padding:0;}
abbr,acronym{border:0;}


/*********************************************
Default styles
*********************************************/
html, body {
	height:100%;
}

body {
	font:13px/1.5em Verdana, sans-serif;
	letter-spacing:0px;
	color:#333;
	background-color:#fff;
	margin:0;
	padding:0;
	background:#fff url(../images/azul.gif) repeat-x top left;
	background-attachment:fixed;
}

#publiarriba{
width:100%;
height:15px;
background-color:#FFFFFF;
margin:0 auto;
text-align:center;
}

div#site {
	width:950px;
	margin:0 auto;
	height:100%;
	min-height:100%;
	background-color:transparent;
}

html>body div#site {
	height:auto;
}

div#navigation {
	text-align:center;
	height:50px;
	padding-top:10px;
	}

a {
	color:#326EA1;
	text-decoration:underline;
	padding:0 1px;
}

a:hover {
	color:#fff;
	background-color:#333;
	text-decoration:none;
	padding:0 1px;
}

a.nohover {
	text-decoration:none;
	border:none;
}

a.nohover:hover {
	background-color:transparent;
	border:none;
}

a.namelink {
	padding:0;
	margin:0;
	overflow:hidden;
	height:1px;
}

.footnote,
.footnote a {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
	letter-spacing:0;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
}

h1, .h1 {
	font-size:30px;
	text-transform:none;
}

h2, .h2 {
	font-size:25px;
	text-transform:none;
}

h3, .h3 {
	font-family:Georgia, serif;
	font-size:22px;
	font-weight:normal;
}

h4, .h4 {
	margin:10px 0 0 0;
	font-size:16px;
	text-transform:none;
}

h5, .h5 {
	margin:7px 0 0 0;
	font-size:12px;
	text-transform:none;
}

.highlight {
	background-color:#ffc;
}

p {
	margin:0;
	padding:5px 0;
}

ul, ol {
	list-style-type:disc;
	margin:10px 0 10px 20px;
	padding:0 0 0 15px;
}

ul li, ol li {
	margin:0 0 7px 0;
	padding:0 0 0 3px;
}

form {
	margin:0;
	padding:0;
}

blockquote {
	font-size:12px;
	line-height:1.4em;
	color:#666;
	border-left:4px solid #666;
	margin:10px 30px;
	padding:10px 20px;
	background-color:#f3f3f3;
}

input[type=text], select, textarea {
	font-size:14px;
	line-height:1.5em;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

div.hr {
	width:100%;
	height:15px;
	border-top:1px solid #999;
	margin:20px auto 0 auto;
}

div.hr2 {
	width:100%;
	height:15px;
	border-top:1px solid #999;
	margin:15px auto 0 auto;
	float:left;
}

div.noline {
	border:none !important;
}


div.hr2 hr,
div.hr2-side hr {
	display:none;
}

div.hr hr,
div.hr-side hr {
	display:none;
}

.hide {
	position:absolute;
	top:0;
	left:-1000em;
}

.center {
	text-align:center;
}

div.spacer {
	height:15px;
}

/***********************************************************
General styles
***********************************************************/
ul, ol {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	list-style:none;
}

ul li, ol li {
	margin:0;
	padding:7px 0;
	border-bottom:1px solid #eee;
	font-size:0.9em;
	line-height:1.2em;
}

p.more {
	background-color:#eee;
	text-align:right;
	padding-right:10px;
}

/*********************************************
Container styles
*********************************************/
div.container {
	zoom:1;
}

div.container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.container div.left-border {
	border-left:1px solid #999;
}

div.container div.right-border {
	border-right:1px solid #999;
}

div.one-third div.primary {
	float:right;
	width:569px;
	padding:0 0 0 20px;
}

div.one-third div.secondary {
	float:left;
	width:300px;
	padding:0 20px 0 0;
}

div.two-thirds div.primary {
	float:left;
	width:569px;
	padding:0 20px 0 0;
}

div.two-thirds div.secondary {
	float:right;
	width:300px;
	padding:0 0 0 20px;
}

div.halves div.section {
	float:left;
	width:435px;
	padding:0 10px;
}

div.thirds div.section {
	float:left;
	width:283px;
	padding:0 10px;
}

div.fourths div.section {
	float:left;
	width:207px;
	padding:0 10px;
}

/***********************************************************
Listing styles
***********************************************************/
div.nb-list ul.primary {
	margin-bottom:0;
	padding-bottom:0;
}

div.nb-list ul.secondary {
	margin-top:0;
	padding-top:0;
}

div.nb-list li.enclosure {
	padding-left:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left 6px;
}

div.nb-list li.video {
	background-image:url(../images/video.png);
}

div.nb-list li.audio {
	background-image:url(../images/audio.png);
}

div.nb-list li.image {
	background-image:url(../images/images.png);
}


/***********************************************************
Wide styles
***********************************************************/
div.nb-wide {
	zoom:1;
}

div.nb-wide:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.nb-wide li {
	float:left;
	border:none;
}

div.nb-wide li a {
	display:block;
	padding:3px;
	margin:10px 0 0 18px;
	background-color:#369;
}

div.nb-wide li a:hover {
	background-color:#69c;
}


/***********************************************************
Tooltip styles
***********************************************************/
.tool-tip {
	color:#fff;
	width:300px;
	z-index:13000;
}

.tool-title {
	font-weight:bold;
	font:13px/1.3em Verdana, sans-serif;
	margin:0;
	color:#9FD4FF;
	padding:8px 8px 4px;
	background:url(../images/bg_tooltip.png) top left;
}

.tool-text {
	font:12px/1.3em Verdana, sans-serif;
	padding:4px 8px 8px;
	background:url(../images/bg_tooltip.png) bottom right;
}

.tool-text span span {
	display:block;
	font:11px/1.3em Verdana, sans-serif;
	color:#aaa;
	padding:5px 0 0 0;
}

/*********************************************
Footer styles
*********************************************/
div#footer {
	padding:5px 20px;
	margin:30px 0;
	background-color:#f3f3f3;
	border:0 solid #ccc;
	border-width:1px 0;
	text-align:center;
}

div#footer p {
	line-height:1.6em !important;
}


/************************
Estilos de la cabecera
/************************/

#logo{
width:162px;
height:49;
padding-left:120px;
margin-right:20px;
float:left;
}

#logo a{
text-decoration:none;
}

#logo a:hover{
text-decoration:none;
	background-color:#dbebf0;
}

#logo a:visited{
text-decoration:none;
}

#buscador{
width:432px;
float:left;
padding-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align:left;
}

#colores{
float:right;
width:48px;
height:8px;
clear:both;
}

/*--------------------------------------------------
Estilos del sistema de Pestaņas
  --------------------------------------------------*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
width:950px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 4px 0;
 border-bottom: 1px solid #aaaaaa;
 font: 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #aaaaaa;
 border-bottom: none;
 background: #efefef;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #666666;
 background: #ffffff;
 border-color: #aaaaaa;
 text-decoration:none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 2px solid #FFF;
 text-decoration:none;
}

ul.tabbernav li.tabberactive a:hover{
 background-color: #efefef;
 color: #000;
 border-bottom: 2px solid #efefef;
 text-decoration:none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #ffffff;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
/*.tabberlive .tabbertab h3 {
 display:none;
}*/

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
