body {
	background-color: #fff;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div.contenido {
	position:absolute;
	left:50%;
	top:50%;
	width:380px;
	height:380px;
	margin-top: -190px;
	margin-left: -190px;
}
div.entrada-1 {
	position:absolute;
	left:0px;
	top:0px;
	width:380px;
	height:191px;
}
div.entrada-2 {
	position:absolute;
	left:0px;
	top:191px;
	width:380px;
	height:37px;
	background-image: url(../img/entrada-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
div.entrada-3 {
	position:absolute;
	left:0px;
	top:228px;
	width:139px;
	height:40px;
}
div.entrada-4 {
	position:absolute;
	left:139px;
	top:228px;
	width:108px;
	height:40px;
}
div.entrada-5 {
	position:absolute;
	left:247px;
	top:228px;
	width:133px;
	height:40px;
}
div.entrada-6 {
	position:absolute;
	left:0px;
	top:268px;
	width:380px;
	height:80px;
}
div.entrada-7 {
	position:absolute;
	left:0px;
	top:348px;
	width:380px;
	height:32px;
	background-image: url(../img/entrada-7.jpg);
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}
div.menor-1 {
	position:absolute;
	left:0px;
	top:0px;
	width:390px;
	height:153px;
}

div.menor-2 {
	position:absolute;
	left:0px;
	top:153px;
	width:390px;
	height:110px;
}

div.menor-3 {
	position:absolute;
	left:0px;
	top:263px;
	width:390px;
	height:127px;
}
select.dia{
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	margin-right: 10px;
	background-color: #FFFFFF;
	font-style: italic;
}
select.mes{
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	margin-right: 10px;
	background-color: #FFFFFF;
	font-style: italic;
}
select.ano{
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	margin-right: 10px;
	background-color: #FFFFFF;
	font-style: italic;
}
input.boton{
	height: 40px;
	width: 108px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	background-image: url(../img/entrada-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	cursor: hand;
}
