body {
	font: 12px "Trebuchet MS",verdana,sans-serif;
	color: #222;
	background-color: #FFFFFF;
	}
h1 {
	color: #92278f;
	margin: 0;
	}
h1 a {
	color: #92278f;
	font-size: 18px;
	margin: 0 0 0 10px;
	text-decoration: none;
	}

/* azul/gris/blanco */
.anorte { background: url(img/ia/norte.gif) repeat-x top; }
.aeste { background: url(img/ia/este.gif) repeat-y right; }
.asur{ background: url(img/ia/sur.gif) repeat-x bottom; }
.aoeste { background: url(img/ia/oeste.gif) repeat-y left; }
.ane { background: url(img/ia/ne.gif) no-repeat top right; }
.ase { background: url(img/ia/se.gif) no-repeat bottom right; }
.aso { background: url(img/ia/so.gif) no-repeat bottom left; }
.ano { background: url(img/ia/no.gif) no-repeat top left; }

.ano { padding: 25px; }


/* gris/blanco */
.norte { background: url(img/i/norte.gif) repeat-x top; }
.este { background: url(img/i/este.gif) repeat-y right; }
.sur{ background: url(img/i/sur.gif) repeat-x bottom; }
.oeste { background: url(img/i/oeste.gif) repeat-y left; }
.ne { background: url(img/i/ne.gif) no-repeat top right; }
.se { background: url(img/i/se.gif) no-repeat bottom right; }
.so { background: url(img/i/so.gif) no-repeat bottom left; }
.no { background: url(img/i/no.gif) no-repeat top left; }

.no { padding: 25px; }


.caja100j {
	width: 100%;
	clear: both;
	text-align: justify;
	}

.caja30 {
	float: right;
	width: 30%;
	}

.caja40 {
	float: left;
	width: 40%;
	}
	
.caja50 {
	float: left;
	width: 50%;
	}

.caja70 {
	float: left;
	width: 70%;
	}


.caja100c {
	clear: both;
	width: 100%;
	text-align:center;
	}
	
.caja100 {
	clear: both;
	width: 100%;
	text-align:left;
	}
