body {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
}
#general {
	background-image: url(carnero.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBEBEB;
	border: 1px solid #CCC;
}

#Cabecera {
	height: 35px;
	padding-top: 360px;
}
#Cabecera h1 {
	display: none;
}
#Cabecera #menu {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#Cabecera div a {
	font-size: 1.3em;
	color: #000;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
#Cabecera #menu ul li a:hover {
	text-decoration: underline;
}

#Cabecera div ul {
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	height: 30px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Cabecera div ul li {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
}



#Cuerpo {
	margin-top: 0px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	font-weight: bold;
}
#general #Cuerpo p center h2 {
	margin-top: 0px;
}
label {
	float: left;
	width: 200px;
}


#Pie {
	margin-top: 30px;
}
#Pie a   {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #EBEBEB;
}

.resultado {
	font-size: 1.7em;
	color: #00C;
	text-align: center;
}
.cerrar {
	clear: both;
}
.aviso {
	text-align: center;
	border: 1px solid #C44D4D;
	background-color: #F0CBCA;
}
