<!-- Proyecto Instituto de Formacion Politica Prof. Juan Bosch -->
<!-- Estilos de texto CSS -->
body {
        SCROLLBAR-FACE-COLOR: #682888;
        SCROLLBAR-HIGHLIGHT-COLOR: #F0F028;
        SCROLLBAR-SHADOW-COLOR: #F0F028;
        SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
        SCROLLBAR-ARROW-COLOR:  #FFCC00;
        SCROLLBAR-TRACK-COLOR: #F0EAF5;
        SCROLLBAR-DARKSHADOW-COLOR: #666666; 
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.xsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
        color: black;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
        color: black;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


<!-- Estilos de enlaces general -->

<!-- estilos enlaces para los botones -->

<!-- estilos enlaces para las noticias -->
a.enlacet:link {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

a.enlacet:visited {
    text-decoration: none;
    color: black;
    font-weight: bold;
}    

a.enlacet:hover {
    text-decoration: underline;
    color: #683090;
}

a.enlacet:active {
    text-decoration: none;  
}


<!-- estilos enlaces para los menues -->
a.enlacem:link {
    text-decoration: none;
    color: #F0F028;
}

a.enlacem:visited {
    text-decoration: none;
    color: #F0F028;
    font-weight: bold;
}    

a.enlacem:hover {
    text-decoration: none;
    font-size: 11px;
    color: #FFFF00;
}

a.enlacem:active {
    text-decoration: none;  
}


<!-- estilos enlaces para los footer -->
a.enlacef:link {
    text-decoration: none;
    color: #999999;
}

a.enlacef:visited {
    text-decoration: none;
    color: #999999;
}  

a.enlacef:hover {
    text-decoration: underline;
    color: #999999;
}

a.enlacef:active {
    text-decoration: none;
}