@charset "utf-8";
/* CSS Document */

html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background: url(../imagenes/bg_selva.jpg) repeat-x top #D4CEA5;
}

#div_index {
	margin:20px auto;
	width:900px;
}
	#div_contenedor {
		float:left;
	}
		/* ENCABEZADO */
		#div_A {
			float:left;
			width:900px;
			height:105px;
		}
			/* LOGO */
			#div_A1 {
				float:left;
				width:400px;
				height:105px;
			}
			/* MENUTOP */
			#div_A2 {
				float:left;
				width:460px;
				padding:15px 40px 0 0;
				text-align:right
			}

		/* MENU */
		#div_B {
			float:left;
			width:900px;
			height:230px;
			background: url(../imagenes/menu_bg.png) no-repeat
		}
			/* BOTONERA */
			#div_B1 {
				float:left;
				width:230px;
				padding:30px 0 0 0;
			}
				/* BOTON */
				#div_B1A {
					float:left;
					width:225px;
					height:30px;
					margin:7px 0 0 5px;
					padding:3px 0 0 30px;
					text-align:left;
				}
					#div_B1A:hover {
						background-color:#CC6600
					}
					#div_B1Aoff {
						float:left;
						width:225px;
						height:30px;
						margin:7px 0 0 5px;
						padding:3px 0 0 30px;
						text-align:left;
						background-color:#CC6600
					}
			/* ANIMACION */
			#div_B2 {
				float:left;
				width:635px;
				height:219px;
				margin:6px 5px 0 30px;
				.margin:6px 0 0 0; /* IE6 - IE7 */

			}
		
		/* BODY */
		#div_C {
			float:left;
			margin:10px 0 0 0;
			width:900px;
			text-align:left;
			background: url(../imagenes/body_bg.gif) repeat-y center
		}
			/* TOP */
			#div_C1 {
				float:left;
				width:900px;
				height:10px;
				background: url(../imagenes/body_top.gif) no-repeat top;
			}
			/* CONTENIDO */
			#div_C2 {
				float:left;
				width:900px;
				background: url(../imagenes/body_bg.gif) repeat-y center
			}
				/* COL 1 */
				#div_C2A {
					float:left;
					width:400px;
					padding:25px;
					border-right:solid 1px #D4CEA5
				}
				/* COL 2 */
				#div_C2B {
					float:left;
					width:399px;
					padding:25px;
				}				
			/* BOTTOM */
			#div_C3 {
				float:left;
				width:900px;
				height:15px;
				background: url(../imagenes/body_bottom.gif) no-repeat bottom;
			}

		/* PIE */
		#div_D {
			float:left;
			margin:5px 0 25px 0;
			width:900px;
			text-align:right;
		}		
