body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	margin: 0pt;
	padding: 0pt;
	color: #E1E1E1;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-align: justify;
	height: 100%;
}
#page {
	width: 782px;
	margin: 0pt auto;
	padding: 0pt;
	border: medium none;
	background-image: url(kubrickbg.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 235px 0px 0px 28px;
	font-size: large;
	font-weight: normal;
}
h1 label:hover{
	color:#FFFFFF;
}

h1 label:focus{
	color:#FFFFFF;
}

#header {
	height: 270px;
	width: 100%;
}
#image {
	background-image: url(image.jpg);
	height: 266px;
	width: 778px;
	margin: 0pt auto;
	padding: 0pt;
	background-repeat: no-repeat;
	background-position: center top;
}
#imagen {
	background-image: url(imagen.jpg);
	height: 266px;
	width: 778px;
	margin: 0pt auto;
	padding: 0pt;
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	padding: 0px 20px 20px 30px;
}
#footer {
	text-align: center;
}

h2 {
	font-size: x-large;
	font-style: normal;
	margin: 0pt;
	padding: 5pt 0pt 0pt 10pt;
	color: #4563AF;
}

h2:hover{
	color: #8196CD;
}

h2:focus{
	color: #8196CD;
}

h4 {
	font-size: x-large;
	font-style: normal;
	margin: 0pt;
	padding: 5pt 0pt 0pt 10pt;
	color: #4563AF;
}

h3 {
	font-size: large;
	font-style: normal;
	margin: 0px;
	padding: 5pt 0pt 0pt 0pt;
	font-weight: bold;
}
#contacto {
	padding: 0px 20px 20px 30px;
	text-align: center;
}
input, textarea {
	margin: 5px 10px 5px 20px;
	background-color: #000000;
	color: #E1E1E1;
	border: solid #E1E1E1 1px;
}
#Boton {
	margin: 5px 20px 5px 255px;
	cursor: pointer;
}
#Boton:hover {
	color: #395290;
}

#Boton:focus {
	color: #4563AF;
}
