@charset "utf-8";
#contenedor {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#encabezado {
	height: 150px;
	width: 100%;
}
#cuerpo {
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#pie_pagina {
	height: 50px;
	width: 100%;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #500;
}
body {
	background-image: url(../imagenes/nubes14.jpg);
	background-color: #aaa;
}
a:link {
	color: #666;
	font-weight: bold;
}
a:visited {
	color: #600;
}
a:hover {
	color: #F30;
}
a:active {
	color: #639;
}
.titulo {
	padding: 0 25px 0 25px;
	font-size: xx-large;
	text-align: center;
	vertical-align: middle;
	font-weight: bolder;
}
.subtitulo {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.fecha_reloj {
	padding: 0 15px 0 15px;
	height: 38px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background-image: url(../imagenes/menu0a.gif);
	background-repeat: repeat-x;
	background-position: 0% 25%;
	color: #000;
}
.formulario {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-image: url(../imagenes/nubes12.gif);
}
.formulario_texto {
	color: #FFF;
	text-align: left;
	vertical-align: middle;
}

.pie_pagina {
	font-size: small;
	font-weight: bolder;
	text-align: center;
	vertical-align: text-bottom;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.texto_error {
	font-size: x-large;
	font-weight: bold;
	color: #F00;
	text-align: center;
	vertical-align: middle;
}
