@charset "utf-8";
body {
	background-repeat:  repeat;
	background-image: url(imgs/bg.gif);
}
.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: 14px;
	padding: 15px;
}
.menucelda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
}
.menucelda a:link{
	text-decoration: none;
	color: #CCCCCC;
}
.menucelda a:active{
	text-decoration: none;
	color: #FFFFFF;
}
.menucelda a:visited{
	text-decoration: none;
	color: #CCCCCC;
}
.menucelda a:hover{
	text-decoration: none;
	color: #FFFF00;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

