/*Example for a Menu Style*/
.menu {background-color:#000; color:#272727; height:29px;width:460px;
  position: absolute;
  top: 439px; left: 10px;}
.menu ul 
{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: table;
	text-align:left;
}
.menu li {display:inline; line-height:29px;border:solid 0px #FFF;}
.menu li a {color:#fff;background: url(../images/pestana_tab_noactiva.gif) no-repeat top right #000;text-decoration:none; padding:4px 8px 6px 8px;font-family: Arial;font-size: 11px;}
.menu li a.tabactive {color:#fff;background: url(../images/pestana_tab_activa.gif) no-repeat top right #000;font-weight:bold;font-family: Arial;font-size: 11px;}
#contenedor_tab 
{
	color:#fff;
	background: url(../images/fondo_contenido_tab_kuku.gif) no-repeat top left #000000;
	border:0px solid #003885; 
	width:475px; 
	text-align:left;
	height:145px;
  position: absolute;
  top: 464px; left: 10px;
  font-family: Arial; 
  font-size: 11px;
 }
#tabcontent1,#tabcontent3
{
	color:#fff;
	width:475px; 
	text-align:left;
	height:153px;
  position: absolute;
  top: 0px; left: 0px;
  font-family: Arial; 
  font-size: 11px;
	background: url(../images/animacion_carnero.gif) no-repeat top left #000000;
	padding-left:0px;
	padding-top:0px;
 }
#tabcontent2,#tabcontent4 
{
	color:#fff;
	width:435px; 
	text-align:left;
	height:123px;
  position: absolute;
  top: 15px; left: 20px;
  font-family: Arial; 
  font-size: 11px;
 }
