HTML {
	height: 100%;
}

BODY {
	margin: 0px;
	text-align: center;
	height: 100%;
}

TABLE.bandera {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width:100%;
}

TABLE.bandera TD {
	padding: 0px;
	width:100%;	
}

TABLE.formulario {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

TABLE.formulario TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

TABLE.formulario TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-align: left;
}

TABLE.datosPersonales {
	width: 100%;
	margin-top: 4%;
}

.img4x4 {
	width: 4px;
	height: 4px;
}

.campoTexto {
	color: #666666;
	border-color: #B3C8CF;
	border-style: solid;
	border-width: 1px;
	background-color: #F4FDFF
}

INPUT.campoTexto2 {
	width: 90%;
}

TABLE.datosComplementarios {
	width: 100%;
	margin-top: 4%;
}

.small {
	font-size: x-small;
}

TABLE.textoLegal {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
}

TABLE.botonesFormulario {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
	width: 40%;
	text-align: center;
}

TABLE.botonesFormulario TD A {
	text-decoration: none;
	color: #01677E;
}

TABLE.botonesFormulario TD A:HOVER {
	color: #009FBB;
}

TABLE.botonesFormulario TD A IMG {
	border: 0px;
}

A.botonesFormulario {
	text-decoration: none;
	color: #01677E;
}

A:HOVER.botonesFormulario {
	color: #009FBB;
}

.img8x8 {
	width: 8px;
	height: 8px;
}

TABLE.mensajeCentrado {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
}

TABLE.mensajeCentrado TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
}

