@charset "ISO-8859-1";
/* CSS Document */

body {

margin: 0 0 0 0;
background-color:#1a1a1a;
}

.titulo{

font-family:tahoma;
font-size:25px;
color:#FFFFFF;
font-weight:bold;

}

.texto{

font-family:tahoma;
font-size:12px;
color:#FFFFFF;

}

.texto2{

font-family:tahoma;
font-size:12px;
color:#ffc600;

}

.tituloEND{

font-family:tahoma;
font-size:18px;
color:#ffc600;

}

.textoEND{

font-family:tahoma;
font-size:12px;
color:#FFFFFF;

}

a.linkEND:link {
	font-family:tahoma;
	font-size:12px;
        color: #FFFFFF;
	text-decoration: none;
}
a.linkEND:visited {
	font-family:tahoma;
	font-size:12px;
        color: #FFFFFF;
	text-decoration: none;
}
a.linkEND:hover {
	font-family:tahoma;
	font-size:12px;
        color: #FFFFFF;
	text-decoration: underline;
}
a.linkEND:active {
	font-family:tahoma;
	font-size:12px;
        color: #FFFFFF;
	text-decoration: none;
}