body {
	background-color: white;
	color: black;
}

p { 
	color: black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 8pt;
}


img { border: 0; }

div#instruccions h3 {
    color: #6e99d4;
    font-size:10pt;
    font-weight:bold;
}

div#instruccions p {
    color: #6e99d4;
    font-size:8pt;
    line-height: 1.8;
}

div#instruccions a {
    color: #6e99d4;
    background-color: white;
    text-decoration: none;
}

div#instruccions a:hover {
    color: #7faae5;
    background-color: white;
    text-decoration: underline;
}

div#noticia p {
    color: black;
    background-color: white;
    font-weight: bold;
    font-size: 9pt;
}

div#texte p {
    color: black;
    background-color: white;
    font-weight: bold;
    font-style: italic;
}

div#bototornar a {
    color: #307884;
    background-color: white;
    text-decoration: none;
    text-align: right;
    float: right;
    font-size: 8pt;
    font-weight: bold;
}    

div#bototornar a:hover {
    color: #307884;
    background-color: white;
    text-decoration: underline;
}

div#peu p {
    color: #6e99d4;
    font-size:8pt;
    text-align:center;
}

