div#body {
	margin:0 auto;
	width: 800px;
	}
	
body {
	margin:200px 0px 25px 0px;
	background: #c2c5c9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	position: relative;
	padding: 0px;
	text-align: center;
	
 }


a {
	color: #000000;
}
a:hover {
	color: #ffffff;
	background-color: #e30a17;
}

strong {
	color: #ffffff;
	/*font-weight: normal;*/
}
hr {
	border-bottom: 0.1em solid #2E3F4E;
}

.campos  {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	border: 1px solid #808080;
	text-align: left;
}

.limpiar {
	margin: 0; 
	padding: 0;
    clear: both;
}

#boton {
	margin:0 auto;
	background-image: url(../imgs/boton.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 2px;
	font-size: 11px;
}

#boton a {
	color: #000000;
	text-decoration: none;
}
#boton a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

