
html {
	height: 101%;
}

html,body {
	margin: 0;
	padding: 0;
	border: none;
}

table.principal {
	width: 100%;
	align: center;
	}

table.secundaria {
	width:expression((document.body.clientWidth > 960)? "960px": "auto" );
	max-width: 960px;
	align: center;
	}

table.menu {
	width:expression((document.body.clientWidth > 960)? "960px": "auto" );
	max-width: 960px;
	margin-left:auto; 
	margin-right:auto;
}

table.formulario {
	width: 100%;
	margin-top: 10px;
}

td.header {
	background-color: #3e5662;
	color: white;
	height: 42px;
	}

td.contenedor {
}

td.logotipo {
	background-color: white;	
	}

td.separador {
	background-color: #3e5662;
	height: 10px;
	}

td.espacio {
	background-color: #FFFFFF;
	height: 10px;
	}

td.contenido {
	font-family: Verdana, Segoe Ui;
	font-size: 10pt;
	background-color: white;
	width:expression((document.body.clientWidth > 960)? "795px": "auto" );
	max-width: 795px;
	vertical-align: top;
	padding: 10px;
	padding-left: 20px;
	padding-top: 0px;
	}

td.footer {
	font-family: Verdana, Segoe Ui;
	font-size: 10pt;
	background-color: #3e5662;
	color: white;
	height: 80px;	
	text-align: center;
	vertical-align: middle;
	border-top-width: 20px;
	border-top-color: #73c3ce;
	border-top-style: solid;
	}

td.lateral {
	background-color: white;
	width: 165px;
	vertical-align: top;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	}

td.menu_superior {
	font-family: Arial;
	font-size: 8pt;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	font-weight: bold;
	}

h1 {
	font-family: Verdana;
	font-size: 15pt;
	line-height: 24pt;
	margin: 0px;
	margin-bottom: 10px;
	color: #ff9900;
	font-weight: lighter;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-color: #73c3ce;
	border-bottom-style: outset;
	text-shadow: #6374AB 1px 1px 1px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	display: block;
	text-align: left;
	padding:10px;
	margin-top: 10px;
	margin-bottom: 1px;
	background-color: #90bade;
	border-width: 0px;
	border-color: #FFFFFF;
	border-style: solid;
	width:expression((document.body.clientWidth > 960)? "745px": "auto" );
	max-width: 744px;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	display: block;
	height:12pt;
	text-align: left;
	padding-top:10px;
	margin-bottom: 2px;
	margin-top: 10px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-color: #73c3ce;
	border-bottom-style: outset;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #3e5662;
	display: block;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	padding-left: 3px;
	color: white;
	text-transform: uppercase;

}
a.menu_sup_link {
	color: white;
	text-decoration: none;
	}

a.menu_sup_link:hover {
	color: white;
	text-decoration: underline;
	}
	
p {
	margin-top: 0pt;
	margin-bottom: 4pt;
	}
	
a.menu_link {
	text-decoration: none;
	}

#button {
	width: 165px;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	color: #333;
	}
	
#button ul.ulmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li.item {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}

#button li.item a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	width: 100%;
	}

html>body #button li.item a {
	width: auto;
	}

#button li.item a:hover {
	border-left: 10px solid #90bade;
	border-right: 10px solid #90bade;
	background-color: #90bade;
	color: #fff;
	}

li {
	margin-bottom: 10pt;
}
	
td.encabezado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	height: 36px;	
	background-color: #90bade;
	padding-left:6px;
	border-bottom-width:1px;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	}

td.etiqueta {
	white-space: nowrap;
	width : 160px;
	padding-left: 3px;	
	padding-right: 7px;	
	border-bottom-width:1px;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-right-width:1px;
	border-right-color:#ffffff;
	border-right-style:solid;
	background-color: #3e5662;
	text-align: right;
	color: white;
	}

td.campo {
	background-color: #90bade;
	padding:2px;
	border-bottom-width:1px;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	}

input.rojo {
	background-image: url(imagenes/estilos/fondo_boton.gif);
	background-color: #3e5662;
	color: #FFFFFF;
	width: 192px;
	height: 30px;
	font-size: 11px;
	border-style: none;
	cursor: pointer;
	font-weight: bold;
}

input.verde {
	background-image: url(imagenes/estilos/fondo_boton_on.gif);
	background-color: #73c3ce;
	color: #FFFFFF;
	width: 192px;
	height: 30px;
	font-size: 11px;
	border-style: none;
	cursor: pointer;
	font-weight: bold;
}

input.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width:300px;
	margin: 1px;
	font-weight: normal;
	border-style: inset;
}

select.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width:304px;
	margin: 1px;
	border-style: inset;
	font-weight: normal;
}

textarea.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width:90%;
}

p.error {
	background-color: #F5F5FE;
	border-style: solid;
	border-width: 3px;
	border-color: red;
	background: #fde3a2 url(imagenes/estilos/error.gif) no-repeat left ;
	background-position: 0px 10px;
	padding: 10px 10px 10px 70px;
	margin: 0px;
	text-align:left;
	min-height:50px;
}


p.aviso {
	background-color: #F5F5FE;
	border-style: solid;
	border-width: 3px;
	border-color: green;
	background: #fde3a2 url(imagenes/estilos/ok.gif) no-repeat top left;
	background-position: 0px 10px;
	padding: 10px 10px 10px 70px;
	margin-top: 0px;
	text-align:left;
	min-height:50px;
}

