body {
    text-align:center; /*IE5 no centra con margenes auto pero text-align:center; alinear los DIV's superiores*/
    min-width:900px; /*Agregar un min-width tan ancho como el del contenedor*/
	margin : 0px 0px 0px 0px;
	height: 100%;
	background-image:url(img/fondo.png);
	background-attachment: fixed;
}

A:link {COLOR: #FFFFFF; TEXT-DECORATION: none}
A:visited {COLOR: #FFFFFF; TEXT-DECORATION: none}
A:active {COLOR: #FFFFFF; TEXT-DECORATION: none}
A:hover {COLOR: #FFFFFF; TEXT-DECORATION: none}
A:img, img {border: none; text-decoration: none;} 

img { border:0;
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
}

#contenedor {
	text-align:left; /*Resetear el alineamiento a la izquierda, recuerden que lo centramos para IE5*/
	width: 900px ; /*Esto deberia ser lo mismo que el min-width del body*/
	height:300px;
  	margin-left: auto ;
  	margin-right: auto ;
}

#cabecera {
	position:relative;
	width:900px;
	height:89px;
	z-index:1;
	left: 0px;
}
#Cabecera1 {
	position:absolute;
	width:388px;
	height:82px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#Cabecera2 {
	position:absolute;
	width:200px;
	height:82px;
	z-index:2;
	left: 471px;
	top: 0px;
}

#cuerpo {
	position:relative;
	width:900px;
	height:200px;
	z-index:2;
	left: 0px;
	top: 10px;
	/*background-color: #99CCFF;*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#cuerpo-a1 {
	position:absolute;
	width:286px;
	height:88px;
	z-index:1;
	background-color: #666666;
	left: 294px;
	top: 15px;
	padding:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.Texto10NaranjaBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}

.Texto12Blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
