body {
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 0px;
	margin: 0px;
}
a {font-family: helvetica,arial; font-size: 12px; color: rgb(153,153,153); font-weight: bold; text-decoration: none;cursor: default;}
a:active {font-family: helvetica,arial; font-size: 12px; color: #FFCD05; font-weight: bold; text-decoration: none; cursor: pointer;}
a:hover {font-family: helvetica,arial; font-size: 12px; color: #FFCD05; font-weight: bold; text-decoration: none; cursor: pointer;}
/* estilo de las capas */

/*capa que contiene a todas las demas capas*/

#pagina {
	position:relative;
	margin:auto;
	text-align: left;
	background: #ffffff;
	width: 770px;
}
#superior2 {
    	text-align: center;
}
#superior2 h1 span{
	display: none;
}
#superior2 h2 span {
	position: absolute;
    	background: #ffffff;
	top: 30px;
	left: 500px;
	font-size: 14pt;
	color: #777777;
	text-align: center;
    	padding: 0 0 0 0;
}
#logo {
	position: absolute;
    	background: #ffffff;
	top: 20px;
	left: 0px;
	width: 200px;
	text-align: center;
    	padding: 0 0 0 0;
}
#mensaje h2 span {
	position: absolute;
	top: 80px;
	left: 250px;
	font-size: 11pt;
	color: #000000;
	text-align: center;
    	padding: 0 0 0 0;
}
#formulario {
	position: absolute;
	top: 160px;
	left: 390px;
	font-weight:bold;
}
#relleno{
	position: absolute;
	background: #FFCD05;
	width: 250px;
	height: 200px;
	top: 110px;
	left:28px;
}

#menu{
	position: absolute;
	background:#ffffff;
	left:30px;
	top: 80px;
	width: 720px;
}

#pie {
	position: absolute;
	color: #999999;
	top: 350px;
	left:0px;
}