			body {
				background-image: url(../img/bg04.jpg);
				background-repeat: repeat-x; 
				height: 500px;
				font:11px Geneva, Arial, Helvetica, sans-serif;
				text-align:center;
				width: 930px;
				margin: 0px auto;
				
			}
			
			#contenedor {
				width: 900px;
				margin-top: 10px;
				margin: 10 auto;
				text-align: left;

			}
			
			#main{
				width: 790px;
				padding-left: 10px;
				margin-top: -12px;
			}
			
			#right{
				float: right;
				width: 280px;
				padding-bottom:10px;
				background-color:#fce283;
				border-left: #00CCCC
			}
			
			#header {
				height: 180px;
				background-color: #FFFFFF;
			}
			
			#menu {
				height:40px;
				padding: 5 50 0 50;
				align: center;
				text-align:center; 
/*
				//border-top: 3px solid #f6f915; 
				//border-bottom: 3px solid #f6f915;
*/
				background-image: url(../img/bg_menu.jpg);
				background-repeat: repeat-x; 
			}
			
			#footer{
				height:20px;
				padding-top:0px;
				align:center;
				padding: 0 0 0 200;
			}
			

			
			a{
				font:bold 12px  Verdana;
				color:#000000;
				text-decoration:none;
			}
			a:hover{
				font:bold 12px  Verdana;
				color:#094A8A;
				text-decoration:underline;
			}
			
			#navi {  
				list-style:none;
				margin:0;
				padding:0;
			}
			#navi li {
				margin-top:2px;
				margin-left: 15px;
				padding:2px;
				width: auto;
				
				float:left; //para eliminar el comportamiento de elemento de bloque(salto de linea)
				background-color:#000000;
				
				/*width: 100px;*/
			}
			
			#navi li a {
				display:block; //Convertimos el vínculo en un bloque.
				/*width:150px;*/
				padding:2px 0;
				text-decoration:none;
				text-align:center;
				font-size:16px;
				color:#f27f22;
				/*background-color:#f29c22;*/
				/*background: url(../img/btn_pasti.gif) no-repeat top;*/
			}
			
			#navi li a:hover{
				background-color: #fde17e;
				color: #FFFFFF;
			}	
			
			p{
				font-size: 16px;
			}
			
			h1{
				font-size: 18px;
				font-weight: bold;
				color: #f27f22;
			}
			
			h2{
				font-size: 18px;
				font-weight: bold;
				color: #f27f22;
				border-bottom:1px solid black;
				margin-bottom: 1px;
			}
			
			.clear{
				clear:both;
			}
			.item{
				float: left; 
				margin-left: 10px;
				aling: center;
			}
			
			.itemName{
				font-size: 16px;
				font-weight: bold;
				color: #FF9966;
				margin-bottom: 2px;
			}
			
			.itemImg{
				width:250px;
			}
			#divBack {
				width:						420px;
				height:						310px;
				float:						left;
				left:						0;
				top:						45;
				position:					absolute;
				z-index:					300;
				background:					#ffffff;
			  	filter: 					alpha(opacity=70);
				opacity: 					0.70;
			}
			
			#divComps {
				position: absolute; 
				top: 350px; 
				margin-left:0px; 
				width:420px; 
				height: 200px;
				margin-top: 15px;
			}
			
			.itemImg01{
				cursor:pointer;
						}
			
			
			#back {
				width:						100%;
				height:						1000px;
				float:						left;
				left:						0;
				top:						0;
				position:					absolute;
				z-index:					500;
				background:					#ffffff;
				filter: 					alpha(opacity=70);
				opacity: 					0.70;
			}
