/* ============================================================== */
/* estilos para colorear fondos de tablas alternativamente */

.trwhite {
	background-color: #fff;
}

.trwhite:hover {
	background: url(fauxalpha.png) transparent repeat center;
}

.trgray {
	border-top: 1px dashed #ccc; 
	border-bottom: 1px dashed #ccc; 
	background-color: #fafafa;
}

.trgray:hover {
	background: url(fauxalpha.png) transparent repeat center;
}

/* ============================================================== */
/* estilos para MOOTOOLS ACCORDION */

#accordion {
	margin: 10px 5px;
}

h3.toggler {
	color: #005599;
	cursor: pointer;
	font-family: Georgia, Serif, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight : normal;	
	text-align: left;
	margin: 2px 0px 2px 0px; 
	padding : 4px 0px 0px 0px; 
}

h3.toggler:hover { 
	background: #F2F7FB;
}

div.element p, div.element h4 {
	padding: 0px 5px;
}

blockquote {
	padding: 5px 10px;
}

/* ============================================================== */
/* estilos para MOOTOOLS FxSlide */

#fxslidecontent {
	    background: #f1f1f1;
}
	div.marginbottom {
}
	div.lista { 
	padding: 10px; 
	font-size: 10px;
	font-weight: normal;
	border-left: 1px solid #f6f6f6; 
}

/* ============================================================== */
/* estilos para LINK con FONDO (de uso en ciertos paneles) */

a.flink {
	font-family : Georgia, Serif, Helvetica, Verdana, Arial, sans-serif;
	color : #000;
	text-decoration : none;
}

a:hover.flink {
	font-family : Georgia, Serif, Helvetica, Verdana, Arial, sans-serif;
	color : #005599;
	text-decoration : none;	
}

/* ============================================================== */
/* estilos para LINK boton descargar  (de uso en ciertos paneles) */

a.botondescargar { 
	display: block;
   width: 96px;
   height: 33px;
   text-decoration: none;
   background: url(boton_descargar_gris.png); 
}
a:hover.botondescargar { 
	display: block;
	width: 96px;
	height: 33px;
	text-decoration: none;
	background: url(boton_descargar_verde.png); 
}

/* ============================================================== */
/* estilos para TABBER */

/*--------------------------------------------------
  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 {
 margin-top:1em;
}

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

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

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

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

ul.tabbernav li a:hover {
 color: #333;
 background: #F2F7FB;
 border-color: #F2F7FB;
}

ul.tabbernav li.tabberactive a {
 color: #333;
 background-color: #F2F7FB;
 border-bottom: 1px solid #F2F7FB;
}

ul.tabbernav li.tabberactive a:hover {
 color: #333;
 background: white;
 border-bottom: 1px solid #F2F7FB;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:3px;
 border:0px solid #F2F7FB;
 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;
}


