/* CSS Document */

td img {
	display: block;
}
.TextoBlanco {
	color: #FFFFFF;
	font-size: 12px;
}

body {
	margin-top: 0px;
	background-color: #3D61B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	margin-bottom: 0px;
}
.TextoAzul {
	color: #003399;
}
.Margen20 {
	margin-right: 20px;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.Formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-color: #EEF2FD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}

