/*Estilo de las cajas de noticias*/
#new1 {
	font: 12px Arial, sans-rerif;
	color: #000;
	text-align: justify;
	margin: 10px 0px 15px 5px;
	background: #EEEEEE;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#new1 h1{
	font: 12pt Arial, sans-serif;
	color: #660000;
	font-weight: bold;
	margin: 0;
	text-align:left;
	margin-bottom:10px;
}

#new1 a {
	color: #990000;
	text-decoration: none;
	margin-left:5px;
}

#sumarios {
	margin: 10px;
}

#sumarios a{
	color: #666666;
	font: 10pt Arial, sans-serif;
	text-decoration: none;
}

#sumarios a:hover{
	color: #000;
	font: 12pt Arial, sans-serif;
	text-decoration: none;
}


table.botonera {
    margin: auto;
    border-spacing: 0px;
    border-collapse: collapse;
    empty-cells: show;
    width: 490px;
    /*background: url(../imagenes/background-botoneragra1.gif) repeat-x;*/
}

table.botonera table {
    border-spacing: 0px;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
}

table.botonera td.frameTL {
    width: 6px;
    height: 6px;
    padding: 0;
    background: url(../imagenes/esq-formato-interior-izq-sup.gif) no-repeat left top;
}

table.botonera td.frameTC {
    padding: 0;
    background: url(../imagenes/background-formato-interior-sup.gif) repeat-x;
}

table.botonera td.frameTR {
    width: 6px;
    height: 6px;
    padding: 0;
    background: url(../imagenes/esq-formato-interior-der-sup.gif) no-repeat right top;
}

table.botonera td.frameBL {
    width: 6px;
    height: 6px;
    padding: 0;
    background: url(../imagenes/esq-formato-interior-izq-inf.gif) no-repeat left bottom;
}

table.botonera td.frameBC {
    padding: 0;
    background: url(../imagenes/background-formato-interior-inf.gif) repeat-x;
}

table.botonera td.frameBR {
    width: 6px;
    height: 6px;
    padding: 0;
    background: url(../imagenes/esq-formato-interior-der-inf.gif) no-repeat right bottom;
}

table.botonera td.frameCL {
    padding: 0;
    background: url(../imagenes/background-formato-interior-izq.gif) repeat-y;
}


table.botonera td.frameC {
    padding: 0;
    text-align: justify;
}

table.botonera td.frameCR {
    padding: 0;
    background: url(../imagenes/background-formato-interior-der.gif) repeat-y;
}

table.botonera a:link, table.botonera a:active, table.botonera a:visited {
    color: #12BB26;
    text-decoration: none;
}

table.botonera a:hover { 
    color: #C82E28;
    text-decoration: underline;
}
*/