html {
	min-height: 100%;
}
body
{
	height: 100%;
	background-color: #ccc;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#contenedor {
	width: 778px;
	height: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}
* html #contenedor {
	height: 100%;
}
#nonFooter {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	background: #eee url(./img/95c9ed.gif) repeat-y 0;
}
* html #nonFooter {
	height: 100%;
}
#nonFooter #bajo {
	clear: both;
	height: 18px;
}
#footer {
	position: relative;
	margin: -21px 0 0 0;
	height: 20px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
* html #footer {
	margin-top: -20px;
}
form {
	margin: 0;
	padding: 0;
}
#cabecera {
	background-color: #fff;
	height: 80px;
	border-bottom: 5px solid #036;
}
#cabecera div.logo {
	width: 156px;
	height: 80px;
	float: left;
}
#cabecera div.nombre {
	padding: 20px;
/*	float: left;*/
float:right;
}
#cabecera p.titulo {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
}
div#cabecera p.subtitulo {
	margin: 0;
}

div.menu {
	float: left;
	width: 156px;
	border: none;
}
div.menu ul
{
	padding: 15px 0 0 0;
	margin: 0 5px 0 5px;
	border: none;
}
div.menu li
{
	margin-bottom: 12px;
	color: #003496;	
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	list-style-type: none;
	border: none;
}
div.menu li a
{
	color: #003496;	
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
}
div.menu li a:hover
{
	color: #FF8A00;	
	font-weight: bold;
	text-decoration: none;
}
/*	Opciones para el menú lateral	*/
div.menu ul ul#submenu {
	padding: 10px 0 0 0;
	margin: 0 5px 0 5px;
	border: none;
}
div.menu ul#submenu li {
	font-size: 12px;
}
div.menu ul#submenu li a {
	font-weight: normal;
}
div.menu ul#submenu li a:hover {
	font-weight: normal;
}
.oculto {
	position: absolute;
	top:0;
	left: -4000px;
}
.visible {
	position: static;
	display: table;
	top: 0;
	left: 1em;
}

div.principal {
	padding:10px;
	float: left;
	width: 600px;
	border: none;
	margin: 0;
}
* html div.principal {
	width: 620px;
}

h1 {
	font-size: 18px;
	color: #f80;
	margin-top: 3px;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	color: #f80;
	margin-top: 3px;
	margin-bottom: 3px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
p.petit {
	font-size: 10px;
}
td {
	font-size: 12px;
/*	vertical-align: top;*/
}

/*	Estilos para los formularios	*/
.entrada5 {
	border: 1px solid #000;
	width: 50px;
	color: #000;
	background-color: #fff;
	font-size: 12px;
}
.entrada15 {
	border: 1px solid #000;
	width: 100px;
	color: #000;
	background-color: #fff;
	font-size: 12px;
}
.entrada30 {
	border: 1px solid #000;
	width: 200px;
	color: #000;
	background-color: #fff;
	font-size: 12px;
}
.entrada40 {
	border: 1px solid #000;
	width: 300px;
	color: #000;
	background-color: #fff;
	font-size: 12px;
}
.entrada60 {
	border: 1px solid #000;
	width: 400px;
	color: #000;
	background-color: #fff;
	font-size: 12px;
}


.entrada {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	font-size: 12px;
}
.boton {
	border: 1px solid #000;
	font-size: 12px;
}

input.entrada5:focus, input.entrada15:focus, input.entrada30:focus, input.entrada40:focus, input.entrada60:focus, input.sffocus {
	border: 1px solid #036;
	background-color: #DDEDF7;
}
textarea:focus, textarea.sffocus {
	border: 1px solid #036;
	background-color: #DDEDF7;
}
select:focus, select.sffocus {
	border: 1px solid #036;
	background-color: #DDEDF7;
}

/*	Estilos para texto de mensajes	*/
.mensajeError {
	border: 2px solid #f88;
	margin: 5px 0 5px 0;
	font-weight: bold;
	padding: 5px;
}
.mensajeTexto {
	border: 2px solid #aaa;
	margin: 5px 0 5px 0;
	font-weight: bold;
	padding: 5px;
}
