@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}

/* Estilos de la tabla */

.tablaPrincipal {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #E6E8FF;
}

.celdaTitulo {
	background-color: #E6E8FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #345C85;
	padding: 5px;
	text-align: center;
}

.celdaFormulario {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #345C85;
	padding: 5px;
	text-align: justify;
}

.celdaMensaje {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #345C85;
	padding: 5px;
	text-align: justify;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #E6E8FF;
}

.celdaTituloSeccion {
	background-color: #397599;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
	text-align: justify;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #E6E8FF;
}