body{
    background-color: #FFFFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-size: 24px;
}
.TDcuerpo{
	margin: 100px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003366;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
table {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
select {
    background-color:rgb(204,204,255); 
    font-family:Arial; 
    font-size: x-small;
}

A:link, A:visited{ text-decoration: none }

A:hover { text-decoration: underline; }

.linkRegistro{ color: #000000 }

.divMensajes {
    color:#EEEEEE;
    background-color: Red;
    position: absolute;
    left: 10px; top: 10px;
}

.instrucciones {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: small;
    text-align: left;
    color: rgb(33,33,33);
}
