body {
	margin: 0px;
	background-color: #F3D4A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

.principal{
	width: 944px;
	height: 636px;
}

.superior{
	width: 944px;
	height: 9px;
}

.inferior{
	width: 944px;
	height: 7px;
}

.izquierda{
	width: 8px;
	height: 620px;
}

.derecha{
	width: 19px;
	height: 620px;
}

.fondo_principal{
	width: 917px;
	height: 619px;
	background-image: url(img/fondo_principal.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.fondo_restantes{
	width: 917px;
	height: 619px;
	background-image: url(img/fondo_restantes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

 
form {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #7C7C7C;
}
 
 
.nombre {
	width: 160px;
	border: 1px solid #666666;
}

.invitados {
	width: 160px;
	border: 1px solid #666666;
}

.fecha_evento {
	width: 160px;
	border: 1px solid #666666;
}

.email {
	width: 160px;
	border: 1px solid #666666;
}

.localidad {
	width: 110px;
	border: 1px solid #666666;
}

.como_llegaste {
	width: 211px;
	border: 1px solid #666666;
}

.tel {
	width: 120px;
	border: 1px solid #666666;
}

textarea {
	width: 338px;
	height: 100px;
	border: 1px solid #666666;
}
 
input#submit {
 padding: 2px 0px;
}


.fondo_pie {
	background-image: url(img/derecha_ch.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
