
.menubl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight: normal;

}
.normalPequena {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
	font-weight: normal;

}

.normalgrande {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.menublCopiagris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.normalnegrita {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
.menublCopiared {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
.normalgrandeNegrita {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	font-weight: normal;

}
a:hover {  color: #FF0000}


#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
background: #336699;
color: #FFFFFF;
}

#tablist li a{
padding: 7px 0.5em;
margin-left: 55px;
border: 0px solid #778;
border-bottom: none;
background: #336699;
color: #FFFFFF;
}

#tablist li a:link, #tablist li a:visited{
color: FFFFFF;
}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
width: 590px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 15px;
border: 0px solid black;
}

.tabcontent{
display:none;
}








