@charset "utf-8";
body {
	background-repeat:  repeat;
	padding: 15px;
	background-image: url(imgs/bg.jpg);
}
.celdacabecera {
	background-image: url(imgs/tribal.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #CCCCCC;
}
.menucelda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	font-style: normal;
	line-height: normal;
}
.menucelda a:link{
	text-decoration: none;
	color: #999999;
}
.menucelda a:active{
	text-decoration: none;
	color: #999999;
}
.menucelda a:visited{
	text-decoration: none;
	color: #999999;
}
.menucelda a:hover{
	text-decoration: none;
	color: #CCCCCC;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
.once {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer a:hover{
	text-decoration: none;
	color: #FF8000;
}
