@charset "utf-8";
body {
	background-repeat:  repeat;
	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;
	background-color: #FFFFFF;
}
.menucelda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: capitalize;
}
.menucelda a:link{
	text-decoration: none;
	color: #000000;
}
.menucelda a:active{
	text-decoration: none;
	color: #000000;
}
.menucelda a:visited{
	text-decoration: none;
	color: #000000;
}
.footer a:hover{
	text-decoration: none;
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.menucelda a:hover{
	text-decoration: none;
	color: #EA0000;
}
