@charset "utf-8";
/* CSS Document */

.fondo {
	background-image: url(imagenes/fondo.png);
	background-repeat:  repeat-x;
	background-position: left top;
}
.esq_izq {
	background-image: url(imagenes/esq_izq.jpg);
	background-repeat:  repeat-y;
	background-position: left top;
}
.esq_der {
	background-image: url(imagenes/esq_der.jpg);
	background-repeat:  repeat-y;
	background-position: right top;
}
.tahoma11grey {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #666666;
	line-height: 145%;
}
.tahoma11Blue {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #0033FF;
	line-height: 145%;
}
