* {
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	font-size: 11px;
}

h1 {
	font-size: 20px;
}

#imagen, #formulario {
	margin: 0px auto;
	text-align: center;
}

#imagen {
  background-image: url(big-loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
}

#cache {
 display: none;
}

#pie1 {
  width: 49%;
  font-size: 10px;
  float: left;
  text-align: left;
  margin-top: 15px;
}

#pie2 {
	width: 49%;
	float: left;
	text-align: right;
   margin-top: 15px;
}

#pie2 img {
	border: 0;
}

#loading {
	clear: both;
	position: relative;
	margin-top: 30px;
	visibility: hidden;
}
em {
	text-decoration: underline;
	font-style: normal;
}


.txt {
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #B0B0B0 1px;
	border-bottom: solid #B0B0B0 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.boton {
	display: inline;
	padding: 2px 11px 2px 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEBDE;
	border-color: #FFFBF7 #848273 #848273 #FFFBF7;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
}

.boton:hover {
	background-color: #E7E7E7;
	color: black;
}
