@charset "utf-8";
body {
	background-image: url(imagenes/fondo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #231F20;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.borde1_izq {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #231F20;
	border-right-color: #231F20;
	border-bottom-color: #231F20;
	border-left-color: #231F20;
}
A:visited  {color: #231F20; text-decoration: none}
A:link  {color: #231F20; text-decoration: none}
A:active  {color: #231F20; text-decoration: none}
A:hover   {cursor: #231F20; color: #C0FFC0; background-color: lightslategray; text-decoration: none}
.borde1 {
	border: 1px solid #000000;
}
.fuente {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
