.fondo {
	background-color: #2D6290;
	background-image: url(img/fondo.jpg);
	background-repeat:  repeat-x;
}
.tablaFondoIZQ {
	background-image: url(img/tabla_repeat_izq.jpg);
	background-repeat:  repeat-y;
}
.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: #A9C6D1;
}
.tablaFondoDER {
	background-image: url(img/tabla_repeat_der.jpg);
	background-repeat:  repeat-y;
}
.celeste {
	font-family: Tahoma;
	font-size: 10px;
	color: #3E92E8;
}
.contenido {
	font-family: Tahoma;
	font-size: 11px;
	color: #05325F;
}
.fondoCONTENIDO {
	background-image: url(img/contenido_fondo.jpg);
	background-repeat:  repeat-x;
}

a:link {
	font-family: Tahoma;
	font-size: 13px;
	color: #fc7418;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: Tahoma;
	font-size: 13px;
	color: #fc7418;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #fc7418;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-family: Tahoma;
	font-size: 13px;
	color: #fc7418;
	text-decoration: none;
	font-weight: bold;
}
