

/* Recuadro para textos en el interior de un articulo */
#NotaInteriorRight {
background-color:	#FFF;
border: 1px solid #000;
font-family: tahoma;
font-size: 11px;
color:	#000;
float:	right;
padding: 5px;
margin: 5px;
position: relative;
text-decoration: none;
}
.sponsorEnlaces:link {
text-decoration:    none;
font-family:  tahoma;
font-size:  11px;
font-weight: normal;
color:  #000;
}
#NotaInteriorLeft {
background-color:	#FFF;
border: 1px solid #000;
font-family: tahoma;
font-size: 11px;
color:	#000;
float:	left;
padding: 5px;
margin: 5px;
position: relative;
text-decoration: none;

}

