#industriatab
{float:left;
  display: block;
  width: 103px;
  height: 23px;
  background: url("rollovers.png") no-repeat 0 0;
  margin: 0;
}

#industriatab:hover
{ background-position: 0 -23px;}

#industriatab.selected
{float:left;
  display: block;
  width: 103px;
  height: 23px;
  background: url("rollovers.png") no-repeat;
  background-position: 0 -23px;
}

#industriatab span
{ display:none;}

#gobiernotab
{float:left;
  display: block;
  width: 103px;
  height: 23px;
  background: url("rollovers.png") no-repeat 0 -46px;
  margin: 0;
}

#gobiernotab:hover
{ background-position: 0 -69px;}

#gobiernotab.selected
{float:left;
  display: block;
  width: 103px;
  height: 23px;
  background: url("rollovers.png") no-repeat;
  background-position: 0 -69px;
}

#gobiernotab span
{ display:none;}


#academiatab
{float:left;
  display: block;
  width: 103px;
  height: 23px;
  background: url("rollovers.png") no-repeat 0 -92px;
  margin: 0;
}

#academiatab:hover
{ background-position: 0 -115px;}

#academiatab.selected
{float:left;
  display: block;
  width: 103px;
  height: 23px;
  background: url("rollovers.png") no-repeat;
  background-position: 0 -115px;
}

#academiatab span
{ display:none;}

/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/

#sidebarfeed{
padding:0px;
margin:-4px 0 0 0;
list-style-type: none;
text-align: left; /*alineación del menú*/
}

.tabs li{
display: inline;
width:103px;
height:24px;
display:block;
float:left;
text-align:center;
}

.tabs li:hover{
}

.tabs li a{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
text-decoration: none;
margin-right:6px;
}

.tabs li a:hover{
color: #900;
width:104px;
height:14px;
display:block;
background-image:url(petana3.jpg);
}

.tabs li a:active{
color: #666;
}

.tabs li a.selected{ /*selected main tab style */
color: #900;
}

.tabcontent{
display:none;
margin-top:-4px;
text-align:left;
width:309px;
background-color:#fff;
border-top:#CCC 1px solid;
}

.tabcontent h2 {
font-size:12px;
}

.tabcontent span {
font-size:10px;
line-height:14px;
}

.tabcontent a {
	text-decoration:none;
}

.tabcontent img {
	float:left;
	margin:0px 10px 0px 0px;
	border:1px solid #efefef;
}

@media print {
.tabcontent {
display:block !important;
}
}

.salto { clear:both;}