/* CSS Document */
body {
	font-family: "trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align: justify;
	background-color: #DEF3FF;
	background-image: url(fondo.gif);
	background-repeat:  repeat-y;
	background-position: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
td,th {
	font-family: "trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align: justify;
}
p {
	margin: 0px
}
h1 {
	color: #006392;
	font-size: 20px;
	margin: 5px;
	font-style: italic;
}
a:link {
	color: #006392;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006392;
}
a:hover {
	text-decoration: none;
	color: #00C1EA;
}
a:active {
	text-decoration: none;
	color: #006392;
}
#botonera {
	font-size: 14px;
	margin-top: 6px;
}
#botonerabottom {
	font-size: 14px;
}
.azul {
	color: #006699;
}
.naranja {
	color: #FF9900;
	font-weight: bold;
	text-transform: uppercase;
}
.naranja.a {
	color: #FF9900;
	font-weight: bold;
}
.gris {

	color: #999999;
}
.naranja.a:hover {

	color: #FFCC00;
	font-weight: bold;
}
.naranja.a:active {


	color: #FFFFFF;
	font-weight: bold;
}
.tablaencab {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	background-repeat: repeat;
}
