body {
	height:auto; 
	margin:0px; 
	padding:0px; 
	font-family: Arial, Helvetica, sans-serif; color:#000202;
	background: url(imagenes/bakground.jpg) repeat-x #F8F6F6;
	width: 100%; }
	
#contenedor {
	width:950px;
	margin: 30px auto 0px auto;
	padding:0px 25px;
	background: #FFFFFF;
	padding-bottom:30px;
	position:relative	}
	
	
/* G E N E R A L E S */	

img {border:none; border: 0;}
.clear {clear: both;}
ul {margin: 0px; padding: 0px;}
:focus {outline: 0;}
.float_left{ float:left}

a.mail{ color:#FCB827; text-decoration:none}

p{ padding:0px; margin:0px}
	p.estilo12{ font-size:12px; line-height:18px; color:#5C5D60;}
	p.estilo14{ font-size:14px; line-height:20px; color:#5C5D60;}
	p.estilo13{ font-size:13px; line-height:15px}
	p.estilo16{ font-size:16px; line-height:22px; color:#5C5D60;}
	p.estilo18{ font-size:18px; line-height:20px}
	p.estilo22{ font-size:22px; line-height:26px}
	p.estilo24{ font-size:24px; line-height:26px}
	.oscuro{color:#000202 !important;}

h4{ 
	font-size:23px; 
	font-weight:normal; 
	color:#5C5D60;}
	
	
/* C A B E C E R A */	
	
#cabecera{
	position:relative;
	height:150px;
	margin:0px; 
	padding:0px;}

	h1{
		display:block;
		width:395px;
		height:150px;
		margin:0px; padding:0px;
		float:left;
		background:url(imagenes/domvil.jpg) no-repeat;
		text-indent:-99999px;}
		

	/* B O T O N  I D I O M A */	
	
	/*.boton{
		width: 45px;
		height:65px;
		cursor: pointer;
		position:absolute;
		right:-25px;
		top:60px;
		background:#f9a31c;
		padding:8px 6px 0px 15px;
		margin:0px;
		z-index:110;
		border-top-left-radius: 45px;
		border-bottom-left-radius: 45px;}*/
		
	.boton{
		width: 45px;
		height:65px;
		cursor: pointer;
		position:absolute;
		right:-25px;
		top:60px;
		background: url(imagenes/lenguaje2_bk.png) no-repeat;
		padding:8px 6px 0px 15px;
		margin:0px;
		z-index:110;}
			
		.boton li{list-style: none; padding:0px; margin:0px; height:16px; text-align:right}
		
		.boton li a{
			color: #F8F6F6; font-size:10px;
			padding: 0px; margin:0px;
			text-decoration: none;
			font-weight: bold;}
			
			.boton li a:hover{
				color: #F9E38E; text-decoration: none;}
				
			.boton li a.activado {
				color: #F9E38E; text-decoration: none;}
				
				.boton li a:hover.activado {
					color: #F8F6F6; text-decoration: none;}
				
				
		/* B O T O N  I D I O M A  O R I G I N A L */	/*.boton{
		width: 30px; height:60px;
		cursor: pointer;
		background:url(imagenes/idioma.png) no-repeat right;
		margin: 5px auto 0px auto;	
		position:absolute; right:-25px; top: 50px; z-index:100}
		
		.arrow_box {
			margin-top: -10px;
			position: relative;
			z-index:101}
			
		.boton .info{
			background: #F8F6F6;
			opacity: 0.5; 
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			display: none;
			margin: 0px 0px 0px -100px;
			padding:10px 10px 0px 10px;
			position: absolute;
			width: 110px; height:65px;
			z-index:110}
			
		.boton .info .content{	padding: 0px; z-index:110}
		.boton .info .content ul{ padding: 0px; z-index:110}
		.boton .info .content ul li{list-style: none; padding: 3px; z-index:110}
		.boton .info .content ul li:hover{z-index:110}
		
		.boton .info .content ul li a{
			color: #000202; font-size:11px;
			padding: 0px;
			text-decoration: none;
			font-weight:normal; z-index:120}
			
		.boton .info .content ul li a:hover{
			color: #FCB827;	text-decoration: none; z-index:110}*/
			
/* N A V E G A D O R */

#navegador{
		width: 520px;
		height:150px;
		float:left;
		margin: 0px; z-index:0}
		
	#navegador ul.menu {
		list-style:none;
		margin:0px;
		padding:0px;
		width:520px;
		height:49px;
		border-bottom: thin solid #F2F2F2;}
		
	#navegador ul.menu li{
		display:block;
		float:left;
		width:106px;
		height:28px;
		font-size: 11px;
		color: #000202;
		font-weight:bold;
		padding: 20px 0px 0px 14px;
		background: url(imagenes/back_boton.png) no-repeat;
		margin-left:10px; 
		border: 0 none;
		cursor:default;	}
		
	#navegador ul.menu li:hover{
		color:#7C7C7C;
		padding-top:22px;
		background: url(imagenes/back_boton_hover.png) no-repeat;}
		
	#navegador ul.menu li.active{
		color:#7C7C7C;
		background: url(imagenes/back_boton_press.png) no-repeat;}

		.menu a{ text-decoration:none; color: #000202;}
			
		.content{
			margin:3px 0px 0px 0px;
			border:0px none;
			text-align:left;}
			
				.content li {	
					padding: 0px; 
					margin:0px;
					width:120px; 
					list-style:none;
					display:block;
					height:15px;}
					
				.content a {
					font-size: 11px;
					text-decoration:none;
					color:#000202;}
					
					.content a:hover { color:#FCB827}
		
					.content.conocenos{
						 display:none;
						 padding-left:27px;}
					
					.content.productos{
						display:none;
						padding-left:157px;}
						
			
/* H O M E */		

#cuerpo.home{ height:1100px;}
	
#banner{ 
	height:380px; 
	width:950px;
	margin-bottom:10px;
	position:relative;}
	
.submarcas{
	position:relative; 
	float:left;
	margin:0px 0px 10px 0px;
	height:400px; 
	width:310px; 
	background-color:#FAFAFA;
	border-bottom:3px solid #FCB827}

	#especial{border-bottom:3px solid #BED638}
	
	.submarcas h3{ font-size:15px; line-height:14px; color:#5C5D60; margin:130px 0px 8px 40px;}
	.submarcas p { font-size:11px; line-height:12px; color:#848484; margin-left:40px; padding:0px;}
	
	.logos_submarcas{
		position:absolute;
		top: 111px;
		left:0px;
		z-index:100}
		
	a.mas_flota1{
		position:absolute;
		display:block;
		width:45px;
		height:70px;
		background:url(imagenes/mas_amarillo.png) no-repeat right;
		left: 266px;
		top: 280px;}
		
		a:hover.mas_flota1{
			background:url(imagenes/mas_amarillo_press.png) no-repeat right;}
	
	a.mas_flota2{
		position:absolute;
		display:block;
		width:45px;
		height:70px;
		background:url(imagenes/mas_amarillo2.png) no-repeat right;
		left: 266px;
		top: 280px;}
		
		a:hover.mas_flota2{
			background:url(imagenes/mas_amarillo2_press.png) no-repeat right;}
			
	a.mas_flota3{
		position:absolute;
		display:block;
		width:45px;
		height:70px;
		background:url(imagenes/mas_verde.png) no-repeat right;
		left: 266px;
		top: 280px;}
		
		a:hover.mas_flota3{
			background:url(imagenes/mas_verde_press.png) no-repeat right;}
	
.destacado{
	width:390px;
	height:170px;}

	.info_destacado{ 
		width:195px;
		height:170px;
		float:left; 
		color:#FFFFFF;
		padding:0px }
		
		.info_destacado h3{ 
			display:block;
			width:142px;
			height:20px;
			margin:20px 0px 5px 0px;
			padding:0px;
			font-size:18px;
			font-style:normal}
				
		.info_destacado p{ 
		font-size:16px; 
		line-height:16px; padding:0px; margin:0px}
		
		#conocenos{ float:right}
		
#carrousel_productos{
	float:left;
	width:550px;
	height:350px;
	margin-left:10px;
	background: #FCB827 url(imagenes/vertice_flecha.jpg) no-repeat bottom right;}
	
		#carrousel_productos h2{
			position:absolute;
			top: 254px;
			left:80px;
			display:block;
			width:300px;
			text-decoration:none; 
			color:#FFFFFF;
			text-align:right;
			font-size:24px;
			line-height:22px;}
	
	#example {
		width:550px;
		height:350px;
		position:relative;}

	/*	Slideshow */
	
	#slides {
		position:absolute;
		top:0px;
		left:0px;
		z-index:100;}
	
		.slides_container {
			width:550px;
			height:350px;
			overflow:hidden;
			position:relative;
			display:none;}
		
		.slides_container a {
			width:550px;
			height:350px;
			display:block;
			text-decoration:none;}
		
		.slides_container a img {
			display:block;}
		
		.slides_container a p{
			position:absolute;
			top: 145px;
			left:310px;
			text-decoration:none; 
			color:#FCB827 !important;
			font-size:16px;}
					
		/*	Next/prev buttons */
		
		a.next{
			position:absolute;
			top:150px;
			left:505px;
			display:block;
			width:45px;
			height:70px;
			z-index:101;
			background:url(imagenes/mas_amarillo.png) no-repeat right;}

			a:hover.next{
				background:url(imagenes/mas_amarillo_press.png) no-repeat right;}
				
			
		.numero_flota{ 
			position:absolute;
			top:240px;
			left:80px}
			
		#gallery li{ list-style:none}



/* I N T E R I O R */	
	
#banner_interior{ 
	height:250px; 
	width:950px; 
	margin-bottom:20px}
	

	/* Grillas - Columnas */	
	
	#grilla_240{
		float:left;
		width:240px;}
	
	#grilla_250{
		float:left;
		width:250px;}
		
	#grilla_270{
		float:left;
		width:270px;}
	
	#grilla_280{
		float:left;
		width:280px;}
		
	#grilla_320{
		float:left;
		width:320px;}
	
	#grilla_360{
		float:left;
		width:365px;}
	
	#grilla_390{
		float:left;
		width:390px;}
		
	#grilla_320b{
		float:left;
		width:310px;
		height:225px;
		padding:20px 0px 0px 10px;}
		
		#grilla_320b p { font-size:16px; line-height:22px; color:#5C5D60}
	
	#grilla_510{
		float:left;
		width:510px;}
		
	#grilla_550{
		float:left;
		width:550px;
		margin-left:10px;}
		
	#grilla_640{
		float:left;
		width:640px;}
		
	#grilla_840{
		float:left;
		width:840px;}
	
		
	/* Quienes somos */

	.submarcas_texto{
			float:left;
			width:160px;
			height:180px;
			border:thin solid #EAEAEA;
			margin:0px; padding:0px 0px 0px 20px}
			
			.submarcas_texto a{ text-decoration:none; color:#DBD2D2; font-weight:bold;} 
			.submarcas_texto a:hover{ color:#F8F6F6;} 
		
		.submarcas_img{
			float:left;
			width:182px;
			height:180px;
			background-color:#FFFFFF;
			margin:0px; padding:0px}
		
			.aveguay { background:url(imagenes/submarcas_interior1.png) no-repeat}
			.frigorifico { background:url(jpg/img_submarca3.jpg) no-repeat}
			.sader { background:url(imagenes/submarcas_interior3.png) no-repeat}
			
			.submarcas_texto h3{ 
				font-size:18px; 
				line-height:16px; 
				font-weight:normal;
				padding:0px; margin:0px}	
			
			.submarcas_texto p{ 
				font-size:11px; 
				line-height:14px; 
				color:#5C5D60;
				padding:6px 0px 0px 0px; margin:0px} 	
			
	/* Calidad */	
		
	h6{
		display:block;
		height:40px;
		width:230px;
		border-bottom:thin solid #F2F2F2;
		color:#98989D;
		font-size:14px; line-height:14px;
		margin:0px; 
		padding:0px 0px 0px 20px;
		background: url(imagenes/+.png) left no-repeat}
		
		h7{ font-size:14px; line-height:14px; color:#f9a31c}


	/* Donde estamos */

	#ubicacion{
		display:block;
		width:640px;
		height:250px;}
		
		#ubicacion .detalles{ 
			width:200px; 
			height:250px; 
			float:left; 
			padding:0px;
			border-right: thin solid #FCB827;}
			
			#ubicacion .detalles h3{ 
				display:block; 
				width:160px; 
				height:60px; 
				background:; 
				padding:20px 0px 0px 40px; 
				margin:0px; 
				font-size:14px; 
				line-height:14px; 
				color:#999999;
				border-bottom: thin solid #98989D;
				background: url(imagenes/bk-ubicacion.jpg) }
			
			#ubicacion .detalles h5{ padding:10px 0px; margin:0px; color: #FCB827; font-size:12px; line-height:13px}
			.detalles p{ font-size:12px; line-height:16px; color:#707074; padding:30px 0px 0px 0px;}
			
		.mapa{ float:left}
	
	#ubicacion2{
		display:block;
		float:left;
		width:450px;
		height:280px;
		margin-left:20px;}
		
		#ubicacion2 h3{
			display:block;
			width:450px;
			height:25px;
			color:#999999; 
			font-size:14px;
			border-bottom: thin solid #98989D;
			margin:0px}
			
		#ubicacion2 .detalles{ 
			width:200px; 
			height:250px; 
			float:left; 
			padding:0px;
			background: url(imagenes/bk-ubicacion2.jpg) no-repeat top;
			border-right: thin solid #FCB827;}	
	
			#ubicacion2 .detalles h5{ padding:30px 0px 0px 0px; margin:0px; color: #FCB827; font-size:16px;}
		
		.mapa{ float:left}
	

	/* Historia */

	.historia_250{
		float:left;
		width:250px;}
		
		.historia_250 h3{ 
			display:block;
			width:200px; 
			height:24px; 
			border-bottom:thin solid #FCB827; 
			font-size:14px; 
			color:#98989D; 
			padding:0px; 
			margin-bottom:8px}
			
			.historia_250 p{ font-size:12px; line-height:18px; color:#707074; padding:0px; margin:0px}

	/* Como trabajamos */	

	.jcarousel-skin-tango .jcarousel-container-horizontal {width: 785px; margin-left:160px }
	.jcarousel-skin-tango .jcarousel-clip-horizontal {width: 785px; height: 150px; }
	.jcarousel-skin-tango .jcarousel-item {width: 150px; height: 150px; }
	.jcarousel-skin-tango .jcarousel-item-horizontal { margin: 0px 10px 0px 0px;}
			
		a.ampliar{
			width: 78px; height:16px;
			padding: 8px 10px;
			background-color:#707074; color:#CEC4C4;
			font-size: 12px; 
			text-decoration:none; font-weight:bold;
			float:left; margin:55px 0px 0px 20px}
				
			a:hover.ampliar{ background-color:#E5E5E5; color:#CEC4C4}
			

/* P R O D U C T O S */	

.banner_producto{
	height:82px; 
	width:950px; 
	background: url(imagenes/banner_productos.png) no-repeat;
	margin-bottom:20px}
	
	.numero_principal{ float:left; margin:0px;}
	
	h2{
		float:left;
		display:block;
		width:215px;
		padding-left:110px;
		padding-top:10px;
		font-size:20px;	}
		
	.submenu ul{
		float:left;}
		
		.submenu li{
			float:left;
			display:block;
			list-style:none;
			margin-top:20px}
			
		.submenu a{
			display:block;
			height:12px;
			width:110px;
			margin-bottom:8px;
			padding-left:12px;
			color:#F8F6F6;
			text-decoration:none;
			font-size:12px;}
			
				.submenu a:hover{ color:#FFFFFF; background:url(imagenes/lista.png) left no-repeat}
				a.activo{ color:#FFFFFF; background:url(imagenes/lista.png) left no-repeat}

.item_menu{
	position:relative;
	width:390px;
	height:170px;
	margin:0px; padding:0px;
	background-color:#5C5D60}
	
	.numero{
		position:absolute;
		left: 179px;
		top: 15px;
		z-index:100}
	
	.item_menu h4{ 
		margin:0px 0px 6px 0px; padding:0px; 
		display:block;
		width:142px;
		height:18px;
		border-bottom: thin solid #FFFFFF;
		color:#F2F2F2; 
		font-size:14px}
	
	.item_menu ul{
		display:block;
		width:177px;
		height:150px;
		float: left;
		margin:0px; 
		padding:18px 0px 0px 18px; 
		list-style:none; }
	
	.item_menu a{ 
		display:block;
		width:142px;
		height:15px;
		background: url(imagenes/ic.png) right no-repeat;
		list-style:none; 
		color:#d9d9da; 
		text-decoration:none; 
		font-size:12px; 
		line-height:16px;
		font-weight:lighter}
		
		.item_menu a:hover{ color:#9fa0a0}
			
		.img{ float:left; background-color:#FAFAFA; width:195px; height:170px;}
		

.producto_op1{
	width:550px;
	height:350px;
	margin-bottom:10px;
	background-color:#FAFAFA}
	
	.producto_op1 h3{
		font-size:26px; line-height:24px;
		font-weight: bold; color:#000202;
		margin:0px; padding:0px}
	
	.informacion_producto1{ 
		float:left;
		width:166px; 
		height:290px;
		padding:60px 12px 0px 12px;
		background: #FCB827 url(imagenes/gradoa_vertice.jpg) bottom right no-repeat;}
		
	.informacion{
		width:170px;
		float:left;	}
	
	.informacion p{ font-size:11px; line-height:14px; color:#000202}
	
	.informacion1{
		width:220px;
		float:left;	}
		
	.informacion1 p{ font-size:11px; line-height:14px; color:#000202}


.producto_op2{
	width:550px;
	height:450px;
	background-color:#FAFAFA}
	
	.informacion_producto2{ 
		height:85px;
		padding:15px 0px 0px 30px;
		margin:0px;
		background: #FCB827 url(imagenes/vertice.jpg) bottom right no-repeat;}
		
		#gradoa{background: #FCB827 url(imagenes/vertice_gradoa.jpg) bottom right no-repeat;}
		#gradoab{background: #FCB827 url(imagenes/gradoab_vertice.jpg) bottom right no-repeat;}
		#gradoc{background: #FCB827 url(imagenes/vertice_gradoc.jpg) bottom right no-repeat;}
			
		.informacion_producto2 h3{
			font-size:24px;
			font-weight: bold;
			margin:0px; padding:0px 0px 5px 0px;
			color:#000202}
				
		.informacion_producto2 p{ font-size:14px; line-height:15px; margin:0px; padding:0px; color:#000202}

	.informacion2{
		width:360px;
		margin:20px 0px 15px 190px;
		padding:0px}
	
	.informacion2 p{ font-size:11px; line-height:14px; color:#000202; margin:0px; padding:0px}


.producto_op3{
	width:550px;
	height:450px;
	background-color:#FAFAFA}
	
	.producto_op3 h3{
		font-size:24px; line-height:24px;
		font-weight: bold;
		margin:0px; padding:0px}
		
		.producto_op3 p{
			font-size:11px; line-height:14px;}
	
	.informacion_producto3{ 
		height:85px;
		padding:15px 0px 0px 30px;
		margin:0px;
		background: #FCB827 url(imagenes/vertice.jpg) bottom right no-repeat;}
		
	.subproductos img{ z-index:1}
		
	table{
		float:right;
		font-size:11px;
		color:#848484;
		padding:0px;
		margin-top:20px;
		border: 1px solid #E5E5E5;
		background-color:#F8F6F6}
		td{ padding:0px 10px}

.packaging{
		position:relative;
		float:right;
		width:360px;
		height:160px;
		margin-top:10px;
		border-bottom: thin solid #F2F2F2;
		border-top: thin solid #F2F2F2;
		border-left: thin solid #F2F2F2;}
	
	.ic_pak2{
		position:absolute;
		left: -179px;
		top: 6px;
		width:145px;
		height:41px;
		padding:10px 32px 0px 0px;
		background: url(imagenes/ic_pak2.jpg) right no-repeat;}
		
		.ic_pak2 li{
			font-size:11px;
			color:#fcb827;
			list-style:none;
			text-align:right;
			margin:0px}
					
	.ic_pak{
		position:absolute;
		left: -142px;
		top: 6px;
		width:108px;
		height:41px;
		padding:10px 32px 0px 0px;
		background: url(imagenes/ic_pak.jpg);}
		
		.ic_pak li{
			font-size:11px;
			color:#fcb827;
			list-style:none;
			text-align:right;
			margin:0px}
		
	.bolsa{
		float:left;
		width:179px;
		height:160px;
		border-right: thin solid #F2F2F2;
		background-color: #F9F9F9}
		
	.caja{
		float:left;
		width:179px;
		height:160px;
		border-right: thin solid #F2F2F2;
		background-color:#FFFFFF}
		
	.packaging2{
			position:relative;
			float:right;
			width:179px;
			height:160px;
			margin-top:10px;
			border: thin solid #F2F2F2;}
		

/* C O N T A C T O */

#contacto_500{
	float:left;
	width:520px;
	color:#5C5D60;
	margin:0px 10px 0px 0px}
	
	#contacto_500 p{ font-size:12px; line-height:16px;  }
	#contacto_500 h3{ 
		font-size:14px; 
		line-height:14px; 
		color:#FCB827;
		display:block;
		height:50px;
		margin:0px 0px 10px 0px; padding:0px;
		border-bottom: thin solid #E5E5E5}
		
		.especial h3{
			font-size:22px; line-height:20px;
			font-weight:normal; 
			color:#707074;}
		
		#contacto_500 h3.principal{	width:320px; float:left}
		
		a.como_llegar{
			width: 68px; height:18px;
			padding: 8px 10px;
			background: #E5E5E5;
			font-size: 12px; text-decoration:none; color: #CEC4C4; font-weight:bold;
			float:right; margin:20px 10px 0px 0px}
			
			a:hover.como_llegar{ background-color:#707074; color:#CEC4C4}

#formulario{ float:right; width:400px; margin:0px; padding:0px;}	
		
	.form{ width:400px; margin:27px 0px 0px 0px; padding:0px}

		input, textarea { 
			padding: 5px;
			border: solid thin #E5E5E5;
			outline: 0;
			font: normal 13px/100% ;
			width: 290px;
			background: #FFFFFF left top repeat-x;
			background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #F8F6F6), to(#FFFFFF));
			background: -moz-linear-gradient(top, #FFFFFF, #F8F6F6 1px, #FFFFFF 25px);
			box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
			-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
			-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;}
		
		textarea { 
			width: 380px;
			max-width: 400px;
			height: 150px;
			line-height: 150%;}
		
		input:hover, textarea:hover,
		input:focus, textarea:focus { 
			border-color: #C9C9C9; 
			-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;}
		
		.form label { 
			display:block;
			float:left;
			font-size:12px;
			padding-top:10px;
			width:80px; height:24px;
			margin-right: 10px; 
			color: #5C5D60; }
			
			.form p { margin-bottom:5px}
		
		.submit input {
			width: auto;
			padding: 8px 8px;
			background: #F9A21B;
			border: 0;
			font-size: 12px; font-weight:600;
			color: #FFFFFF;
			float:right; margin-right:10px}
			
		.mensaje{
			width:320px;
			height:40px;
			margin: 150px 0px 0px 30px;
			padding:10px 0px 10px 75px;
			font-size:14px; 
			line-height:20px; 
			color:#707074}
			
			#error{background: url(imagenes/er.png) no-repeat left;}
			#ok{background: url(imagenes/ok.png) no-repeat left;}
		

/* F O O T E R */	
	
#footer{ 
	width:950px; height:200px; 
	margin:0px auto 0px auto; 
	padding:30px 0px 0px 0px}
	
	.iso{
		height:70px; width:430px; 
		padding:5px 10px; 
		border: thin solid #E2E2E2; background:#FFF}

	a.pyc{ margin:30px; }
		a:hover.pyc{opacity: 0.6; 
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";}
	
	#footer p{
		display:block;
		float:left;
		width:500px;
		font-size:11px;
		line-height:18px; 
		color:#5B5C5E;
		padding:0px; margin:0px}
		
	.navegation {	
		width: 450px;
		height:150px;
		float:left;
		margin: 0;}
		
		.navegation ul{	text-align: left; list-style: none;}
		
		.navegation ul li {	
			font-size: 11px;
			padding-bottom: 2px; margin:0px; 
			list-style:none;
			width: 140px;
			float:left;}
			
		.navegation ul li a {
			text-decoration:none;
			width: 120px;
			color:#000202}
			
			.navegation ul li a:hover {
				color:#707074}
