
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
  
  
 .Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 
  
.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 #778;
 font: bold 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 #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 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:600px;
 overflow:auto;
}


/*Menu*/
#navcontainer
{
	margin: 0;
	padding: 0;
	height: 40px;
	font: 20px Verdana, sans-serif;
	width: 100%;
	list-style-type: none;
	background-color: #B70000;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
	background-color: #B70000;
color: #FFFFFF;
text-decoration: none;
padding: 3px 20px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #039;
cursor: pointer;
	background-color: #FFFF00;
}

#navlist li a#current, #navlist li a#current:link
{
	color: #000;
	cursor: default;
	font-weight: bold;
	background-color: #B70000;
	border-bottom-color:#FFFF00
}

#navlist li a#current:hover
{
	background-color: #FFFF00;
}


#divASContainer 
{
	CLIP: rect(0px 175px 500px 0px); 
	HEIGHT: 500px; LEFT: 0px; 
	OVERFLOW: hidden; 
	POSITION: absolute; 
	TOP: 0px; 
	VISIBILITY: hidden; 
	WIDTH: 175px; 
	Z-INDEX: 1
	background-color:#000000;

	}
#divASContent 
{
LEFT: 0px; 
POSITION: absolute; 
TOP: 0px; 
Z-INDEX: 2
background-color:#000000;

}


.texto
{
font: 12px Verdana, sans-serif;
color:#000000;
text-align:justify;
}

.textoscroll
{
font: 10px Verdana, sans-serif;
color:#FFFFFF;
}

.zonatexto
{
	vertical-align:top;
	background:#FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(imagenes/degragris.jpg);
}
.titular
{
	font-family: Verdana,Arial,sans-serif;
	color:#FFFFFF;
	vertical-align:top;
	text-align: center;
	font-size: 12px;
}

.titular h1
{
 font-family: Verdana,Arial,sans-serif;
font-size: 120%;
}


.fondozonatexto {

	vertical-align:top;
	background:#999999;
	text-align: center;
}
.separa {
	height: 10px;
	width: 145px;
}
.tira {
	background-image: url(imagenes/tira.gif);
	width: 15px;
}
.flotarizq {
	margin:0px 20px 20px 20px;
	padding:0px 0px 0px 0px;
	float:left;
	border: 1px solid #666;
	}
	.flotarizqdentro {
	margin:20px 20px 20px 20px;
	padding:0px 0px 0px 0px;
	float:left;
	border: 1px solid #666;
	}
	.noflotarcentro {
	text-align:center;
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
	border: 1px solid #666;
	}

.textoficha {
 font-family: Verdana,Arial,sans-serif;
margin-right:10px;
margin-left:10px;

}
.textoficha h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
}
