#contenedor {
	height: 480px;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: thin none #999999;
}
#contenedor #superior {
	background-color: #FFFFFF;
	height: 70px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#contenedor #medio_flash {
	background-color: #FFFFFF;
	height: 310px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 100px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #666666;
	border-left-style: solid;
	border-left-color: #666666;
}
#contenedor #entrada {
	background-color: #FFFFFF;
	height: 30px;
	width: 750px;
	position: absolute;
	top: 410px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #666666;
	border-left-style: solid;
	border-left-color: #666666;
}
#contenedor #linea {
	background-color: #FFFFFF;
	background-image: url(imagenes/lineaazul_parte_inicial.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 440px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#contenedor #inferior {
	height: 20px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 460px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
#contenedor #textoinf {
	background-color: #FFFFFF;
	height: 30px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 70px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

body {
	background-image: url(imagenes/fondo_piso.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
