@charset "utf-8";
body {
	background-repeat:  repeat;
	background-color: #FFFFFF;
}
.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
	background-position: bottom;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}
.contenidoindx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(imgs/bg.jpg);
}

.orilla {
	background-image: url(imgs/bgrugth.jpg);
	background-color:#046b26;
	background-repeat: repeat-y;
	background-position: right;
}
.orillaleft {
	background-image: url(imgs/bgleft.jpg);
	background-repeat: repeat;
	background-position: center;
}

.menucelda {
	font-family: Impact;
	font-size: 14px;
	color: #00FFFF;
	text-decoration: none;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(imgs/bttnc.gif);
	font-style: normal;
}
.menucelda a:link{
	text-decoration: none;
	color: #FF00FF;
	font-family: Impact;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menucelda a:active{
	text-decoration: none;
	color: #FF00FF;
}
.menucelda a:visited{
	text-decoration: none;
	color: #00FFFF;
}
.menucelda a:hover{
	text-decoration: underline;
	color: #FF00FF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
