a:visited 
{
    color: #CC99FF;
}
h1 {
	font-size: 30px;
	font-style: normal;
	color: white;
	font-weight: bold;
	font-style: italic;
    text-align: center;
}
h2 {
	font-size: 24px;
	font-style: normal;
	color: white;
	font-weight: bold;	
    text-align: center;
    text-decoration:underline;
}
.cuerpo 
{
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFFFFF;	
    background-color:#EAEAEA;
    font-family: Times New Roman, Helvetica, sans-serif;
}
.cuerpo1
{
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFFFFF;	
    background-color:#FFFFFF;
    font-family: Times New Roman, Helvetica, sans-serif;
    font-weight: bold;
}
.fondo
{
    background-color:#800080;
    margin: 10%;
}
.fondoLogin
{    
    background-color: #800080;
    margin: 10%;
}
.texto 
{
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;	
}
.tdCabe
{
    text-align: center;
    color: #800080;
}
.tdCabe2
{
    text-align: center;
    color: #CC99FF;    
}
.tdDocu
{
    text-align: center;
    color: #800080;    
}
.trCabe
{
    background-color: #CC99FF;
}
.trCabe2
{
    background-color: #800080;
}
.trDocu
{
    background-color: White;
}
.tabla
{
    background-color: #800080;
}
.tabla2
{
    background-color: #CC99FF;
}
#pie
{
	font-size: 12px;
	font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: #800080;
    position: absolute;
    bottom: 0px;
    height: 6%;
}
#icono 
{
    background-color: White;
    vertical-align: top;
    text-align: center;
}
#fototitulo
{
    width: 80%;
    display: block;
    margin: auto;
}
#imgSalir
{
    width: 55px;
    height: 45px;
    border: 0;
}
#imgEntrar
{
    width: 55px;
    height: 45px;
    border: 0;
}