@charset "utf-8";
body {
	background-repeat:  repeat;
	background-image: url(imgs/bg.gif);
}
.celdacabecera {
	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;
	background-color: #FFFFFF;
	padding: 0px;
}
.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: #FFFFFF;
	text-align: center;
}
.menucelda a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.menucelda a:active{
	text-decoration: none;
	color: #000099;
}
.menucelda a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.menucelda a:hover{
	text-decoration: none;
	color: #000099;
}
.bner {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00008C;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
.footer a:hover{
	text-decoration: none;
	color: #0000FF;
}
