/* ESTILOS DE INDEX AKA HOME */

section { font:Georgia, "Times New Roman", Times, serif;}
section #izquierda, section #derecha { width:460px; height:401px; position:relative; float:left;}
		section a:link { text-decoration:none; }
		section a:visited {text-decoration:none; }
		section a:hover { text-decoration:underline; }

/*SECCION IZQUIERDA*/	
	
section #izquierda {margin-top:20px; }

	/*LLAGAR*/
	section #izquierda #izq_arr { background-image:url(../imgs/index/bg_izq_arr.jpg); width:460px; height:178px; margin-top:20px;}
		section #izquierda #izq_arr h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; 
										margin:0px 0px 0px 150px; padding-top:20px; color:#000;}
		section #izquierda #izq_arr h2 span { font-size:28px;}
		section #izquierda #izq_arr p { color:#FFF; font-size:12px; margin-left:150px; margin-top:10px; margin-right:20px;}
		section #izquierda #izq_arr p+p { font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; margin-top:0px; margin-left:390px; }
	/*VISITAR*/	 
	section #izquierda #izq_abj_izq {background-image:url(../imgs/index/bg_izq_abj_izq.jpg); width:220px; height:191px; 
									position:relative; float:left; margin-top:20px;}
		section #izquierda #izq_abj_izq h2 { color:#000; font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; font-weight:100; 
											margin:20px 36px 20px 36px;}
		section #izquierda #izq_abj_izq p { font-size:11px; margin-right:36px; margin-left:36px; margin-top:-15px;}
		section #izquierda #izq_abj_izq p+p { margin-top:23px; margin-right:36px; margin-left:36px; font-size:11px; }
	
	/*ESPICHAS*/
	section #izquierda #izq_abj_der { background-image:url(../imgs/index/bg_izq_abj_der.jpg); width:220px; height:191px;
									position:relative; float:right; margin-top:20px;}
		section #izquierda #izq_abj_der h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; font-weight:100; 										    										color:#FFAF00; margin:20px 36px 20px 36px;}
		section #izquierda #izq_abj_der p { color:#FFF; font-size:11px; margin-right:36px; margin-left:36px; margin-top:-15px;}
		section #izquierda #izq_abj_der p+p { margin-top:9px; margin-right:36px; margin-left:36px; font-size:11px; }
	
/*SECCION DERECHA*/	
	
section #derecha { position:relative; float:right; margin-top:24px;}


	/*BODAS*/
	section #derecha #der_izq { background-image:url(../imgs/index/bg_der_der.jpg); position:relative; float:left;
								width:220px; height:401px;}
		section #derecha #der_izq img { width:193px; height:151px; margin: 30px 5px 5px 14px; position:relative; float:left}
		section #derecha #der_izq h2 { color:#990C2C; font-family:Georgia, "Times New Roman", Times, serif; position:relative; float:left;
										font-size:22px; font-weight:100; margin-top:18px; margin-left:24px; margin-right:24px;}
		section #derecha #der_izq p { font-size:12px; margin-top:10px; margin-left:24px; margin-right:24px; position:relative; float:left}
		section #derecha #der_izq p+p { font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; margin:margin-top:5px; margin-left:95px; position:relative; float:left}
	
	/*NIÑOS*/
	section #derecha #der_der { background-image:url(../imgs/index/bg_der_izq.jpg); position:relative; float:right; 
								width:220px; height:401px; float:right; }
		section #derecha #der_der img { width:193px; height:151px; margin:30px 5px 5px 13px;}
		section #derecha #der_der h2 { color:#77A302; font-family:Georgia, "Times New Roman", Times, serif;
										font-size:22px; font-weight:100; margin-top:18px; margin-left:24px; margin-right:24px;}
		section #derecha #der_der p { font-size:12px; margin-top:10px; margin-left:24px; margin-right:24px;}
		section #derecha #der_der p+p { font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; margin-top:8px; margin-left:95px;}
	
	
	
/*MARCAMOS LA SECCION ACTUAL*/		  
  nav ul li #home{ background:url(../imgs/system/activo.jpg);  }
	  nav ul li #home{ color:#FFF;}

	