body {
	margin: 0;
	font-size: 75%;
	font-family: "Times New Roman", Times, serif;
}

#header {
	background-color: #003366;
	margin: 0;
}

#footer {
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 10px;
	margin: auto 10em auto 10em;
}

#loginbox {
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -125px;
	position: absolute;
}

.ucontainer {
	margin: 20px auto;
	color: #003366;
}

.bigbox {
	background-color: #cccccc;
	padding-bottom: 0.2em;
}

.smallbox {
	margin:	1em 2em 1em 2em;
}



/* Títulos y subtítulos
   -------------------- */
   
h1, h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding-top: 10px;
}

h1 {
	color: #006699;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	padding-left: 15px;
}

h1.title {
	margin-bottom: -6px;
}

h2.title {
	background-color: #006699;
	color: #FFFFFF;
}

/* Parrafos
   -------- */
   
p {
	margin: 0;
}

label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1.2em;
	margin-bottom: 2px;
}

#usex label {
	display: inline;
	font-family: "Times New Roman", Times, serif;
}

/* Ajustes visibilidad
   ------------------- */
   
.hide {
	display: none;
}
/* Formato de Texto
   ---------------- */
   
.info {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	padding: auto auto auto 5px;
	font-weight: normal;
}
.error {
	color: #C00;
}
.ok {
	color: #090;
}

.dbtext {
	font-size: 1.3em;
	font-style: italic;
	color: #06C;
}

a {
	color: #C30;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
