
/* Este es el CSS para las cajitas laterales derechas, las de "Ultimas Noticias", "Interrupciones Programadas", banners y/o cualquier otra cosa en esa parte del template */
/* Las imágenes para esta cajita están en "(images3/imagen.jpg)" adentro del folder "styles" del root directory  */
/* Si tuviere que modificar las imágenes para la cajita, veálas en el folder para modificarlas, deben ser de ese tamaño para acomodar crecimiento de ser necesario */


The CSS: 
/* Show only to IE PC \*/

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox_ult_not {
	margin: 0 auto; /* center for now */
	width: 270px; /* en ems para que crezca o en pixeles para ancho fijo */
	background: url(../styles/images7/sbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead_ult_not {
	background: url(../styles/images7/sbhead-r.jpg) no-repeat top right;
	margin: 15;
	padding: 10;
	text-align: left;
}
.boxhead_ult_not h2 {
	background: url(../styles/images7/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 10px 15px 5px 5px; /* Valores son "top, right, bottom, left" */
	color: white; 
	font-weight: normal; 
	font-size: 1.0em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxhead_ult_not h3 {
	background: url(../styles/images7/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 10px 15px 5px 5px; /* Valores son "top, right, bottom, left" */
	color: grey; 
	font-weight: normal; 
	font-size: 8; 
	line-height: 1em;
}

.boxbody_ult_not {
	background: url(../styles/images7/sbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px 0px; /* Valores son para "top, right, bottom, left" */
	font-weight: normal; 
	font-size: 11px;
	text-align: left;  /* IE Hack */
}

/* unvisited link */

a:link {
	text-decoration: none;
	color:#89137f
}

/* visited link */
a:visited {
	text-decoration: none;
	color:#89137f
}

/* mouse over link */
a:hover {
	text-decoration: none;
	color:#0033ff
}

/* selected link */
a:active {
	text-decoration: none;
	color:#89137f
}