html {height: 100%;}
body{
	text-align:center;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	min-height: 100%;
	margin-bottom: 0px;
}
.principal {
	width:980px;
	text-align: center;
	background-color: #FFFFFF;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cabecero {
	width:980px;
	height:196px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(imagenes/cabecero.jpg);
}
.pie {
	width: 980px;
	height:91px;
	padding-left: 190px;
	padding-right: 0px;
	padding-top: 57px;
	padding-bottom: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #787879;
	float:none;
	clear: both;
	text-align:left;
	background-image:url(imagenes/pie.gif);
	background-repeat: no-repeat;
}
.columna1 {
	width: 165px;
	height:500px;
	float: left;
	text-align: left;
	background-color:#081B60;
}
.columna2 {
	width: 39px;
	height:500px;
	float: left;
	text-align: left;
	background-image:url(imagenes/fond_izq.gif);
}
.columna3 {
	width: 725px;
	height:500px;
	float: left;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	text-align:center;
	color: #dfa882;
}
.columna4 {
	width: 51px;
	height:500px;
	float: left;
	text-align: left;
	background-image:url(imagenes/fond_der.gif);
}
.botones:link, .botones:visited, .botones:active {
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
	color: #ffffff;
	text-decoration: none;
	padding-right:5px;
	}
.botones:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
	color: #dfa882;
	text-decoration: none;
	padding-right:5px;
	}
.boton {
	width:165px;
	height:21px;
	//height:24px;
	background-image:url(imagenes/boton.gif);
	text-align:right;
	padding-top:3px;
	}
.boton2 {
	width:165px;
	height:21px;
	//height:24px;
	background-image:url(imagenes/boton2.gif);
	text-align:right;
	padding-top:3px;
	}
.enlacepie:link, .enlacepie:visited, .enlacepie:active {
	font-family: Verdana;
	font-size: 10px;
	color: #49494a;
	text-decoration: none;
	}
.enlacepie:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #081b60;
	text-decoration: none;
	}
.textoazul{
	font-family: Verdana;
	font-size: 11px;
	color: #081b60;
	text-align:left;
}
.titulosazul{
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #081b60;
	text-align:left;
}
.marca{
	width:13px;
	height:6px;
	background-image:url(imagenes/marca.gif);
	float:left;
	padding-top:7px;
	background-repeat: no-repeat;
	background-position: center center;
}
	td.form         { color: #081b60; font-family: "Verdana","Arial"; font-size: 11; }
	td.main         { color: #081b60; font-family: "Verdana","Arial"; font-size: 11; }
	font.form_check {	color: red; }
	input           { font-family: "Verdana","Arial"; color:#081b60; font-size: 11px; }
	textarea        { font-family: "Verdana","Arial"; color:#081b60; font-size: 11px; }
	div#form_box    { margin: 2px; width: 615px; padding: 5px; }
	h1              { font-size:12; color: #081b60; font-weight:bold;}