/********************************************/
BODY.gema{
   color:#FBFFB3;
   background-color:#8D0A0D;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-size:12px;
   /*background-image:url(gema.jpg);
   background-repeat:no-repeat;*/
}
/********************************************/
.boton{
	text-align: center;
	font-style:italic; 
	font-family:Georgia, 'Times New Roman', Times, serif
}
/********************************************/
.formulario{
  font-size:10px;
  font-weight:bold;
  color: #FBFFB3;
  background:#8D0A0D;
  width:80px;
  height:20px;
  border-color: #7D0A0D;
}
/********************************************/
.text{
  color:#8D0A0D;
  background-color:#FBFFB3;
}
/********************************************/
TABLE.gema{
	border-color:#FBFFB3;
	border-style:double;
}
TD.pri{
	color:#8D0A0D;
	background:#FBFFB3;
	text-align:center;
	font-weight:bold;
}
TD.sec{
	text-align:justify;
	padding-left:5px;
}
/********************************************/
TD.pie{
	text-align: center;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:10px;
}
/********************************************/
TD.negro{
	background:#FBFFB3;
}
/********************************************/
A.enlaces:link {
  text-decoration: none;
   color:#FBFFB3;
} 
A.enlaces:active {
  text-decoration: none;
   color:#FBFFB3;
} 
A.enlaces:visited {
  text-decoration: none;
   color:#FBFFB3;
} 
A.enlaces:hover {
  font-weight:bold;
   color:#FBFFB3;
} 
/********************************************/
A.enlaces_pie:link {
  text-decoration: underline;
   color:#FBFFB3;
} 
A.enlaces_pie:active {
  text-decoration: underline;
   color:#FBFFB3;
} 
A.enlaces_pie:visited {
  text-decoration: underline;
   color:#FBFFB3;
} 
A.enlaces_pie:hover {
  text-decoration: underline;
  font-weight:bold;
   color:#FBFFB3;
} 
/********************************************/
#archivo {
	position:relative;
	width:80px;
	height:20px;
	z-index:1;
	visibility: visible;
}
#prensa {
	position:absolute;
	width:60px;
	height:20px;
	z-index:2;
	left: -150px;
	top: 20px;
	visibility: hidden;
}
#videos {
	position:absolute;
	width:60px;
	height:20px;
	z-index:2;
	left: -90px;
	top: 20px;
	visibility: hidden;
}
#galeria {
	position:absolute;
	width:130px;
	height:20px;
	z-index:2;
	left: -30px;
	top: 20px;
	visibility: hidden;
}
#disco {
	position:absolute;
	width:80px;
	height:20px;
	z-index:2;
	left: 100px;
	top: 20px;
	visibility: hidden;
}
#cv {
	position:absolute;
	width:100px;
	height:20px;
	z-index:2;
	left: 180px;
	top: 20px;
	visibility: hidden;
}

