	<style type="text/css">

		.Estilo1 {color: #FFFFFF}
		.Estilo2 {color: #0000CC}

		

		a {text-decoration:none;}

		

	

		body {
			font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
			margin: 0 0 0 0px;
			background-color: white;
		}

		#contenedor {
			width: 900px; height: 600px;
			margin: auto;
			background-color: white;
		}

		#inicio {
			font-size: 10pt;
			font-weight: bold;
			color: white;
			background-color: burlywood;
			width: 180px; height: 10px;
			position: relative;
			left: 720px;
			text-align:center;
		}

		#logo {
			width: 900px; height: 80px;
			font-size: 40pt;
			background-color: blue;
			text-align: center;
			align: center;
		}

		#cuerpo {
			width: 900px; height: 475px;			
		}

		#pie {
			position: absolute;
			top: 580px;
			width: 900px; height: 20px;
			font-size: 6pt;
			background-color: blue;
			text-align: center;
			color: white;
			align: center;
			
		}

		#TProv {position:relative; top:0px; left:0px; display:block;}
		#SProv {position:relative; top:0px; left:0px; display:none;}
		#ASProv {position:relative; top:0px; left:0px; display:none;}

	</style>