body {
	margin: 0px;
	background-color: #ecd4fe;
}
.contenedor {
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	top: 50%;
	position: absolute;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e9cdbb;
	border: 5px solid #df7937;
}
.wrong {
	border-top-color: #D76464;
	border-right-color: #D76464;
	border-bottom-color: #D76464;
	border-left-color: #D76464;
	background-color: #F2CFCF;
}

.contenedor p {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contenedor #login {
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#login label {
	display: block;
	padding-top: 10px;
}
#login input {
	width: 200px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#login .button {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	float: left;
}
.error {
	float: right;
	height: 25px;
	width: 125px;
	font-weight: bold;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}





.cabezera {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f3c400;
	position: absolute;
	height: 50px;
	top: 0px;
	width: 100%;
	background-color: #602c87;
}
.cabezera p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	margin-right: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 14px;
	color: #fff;
}

.cabezera img {
	float: left;
	margin-top: 4px;
	margin-left: 50px;
}


.foot p {
	padding-top: 70px;
	padding-bottom: 10px;
	color: #602c87;
}
.footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f3c400;
	position: absolute;
	height: 40px;
	bottom: 0px;
	width: 100%;
	background-color: #602c87;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.clear {
	clear: both;
}
