#estilo1 {
	position:absolute;
	left: 0px;
	top: 0px;
	height: 70px;	
	width: 900px;
	color: black;
    padding-left:100px;
    padding-top:20px;
	background-color: white;
	border-bottom: 2px solid blue;
}

#estilo1_sub {
	position:absolute;
	left: 0px;
	top: 91px;
	height: 20px;	
	width: 950px;
	color: white;
    padding-left:50px;
    padding-top:0px;
	background-color: blue;
	font-family: "Arial";
	font-size: 12px;
	border-bottom: 2px solid blue;
}

#estilo2 {
	position:absolute;
	left: 300px;
	top: 27px;
	width: 600px;
	color: blue;
	font-family: "Arial";
	font-size: 25px;
	text-align: right;
	font-style: italic;
}

#estilo3 {
	position:absolute;
	left: 20px;
	top: 130px;
	width: 450px;
	color: green;
	font-family: "Arial";
	font-size: 17px;
	text-align: left;
}

#estilo4 {
	position:absolute;
	left: 500px;
	top: 115px;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
	font-family: "Times New Roman";
	font-size: 20px;
	text-align: center;
	background-color: yellow;
}

#estilo5 {
	position:absolute;
	left: 0px;
	top: 470px;
	width: 1000px;
	color: black;
	font-family: "Arial";
    padding-top:20px;
	padding-left: 20px;
	background-color: white;
	font-weight: bold;
}

#estilo6 {
	position:absolute;
	left: 0px;
	top: 750px;
	width: 1000px;
	color: black;
	font-family: "Arial";
    padding-top:20px;
	padding-left: 0px;
	background-color: white;
	text-align: center;
	font-weight: bold;
}
