.comic {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #666666;

}
.borde {
	border: 1px solid #808384;
}
.bordenegro {
	border: 1px solid #000000;
}
.lineaazul {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9D9E0;
	border-right-color: #C9D9E0;
	border-bottom-color: #C9D9E0;
	border-left-color: #C9D9E0;
}
.verdana8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.degradado {
	background-color: #F1F7F9;
	background-image: url(Images/degradado.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	border: 1px solid #808384;

}
.degradado2 {

	background-color: #EFEFE7;
	background-image: url(Images/degradadogris.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	border: 1px solid #808384;
}
.enlace {
	color: #666666;
	text-decoration: none;
}
a.enlace:hover {
	color: #A7BCC5;
	text-decoration: underline;
}
.fondopagina {
	background-color: #E9EAEB;
	background-image: url(images/fondo.gif);
	background-repeat:  repeat-x;
	background-position: top;
}
.campotexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #000000;

}
