#contenedor {margin-top:20px}

	#columna-izquierda { float:left ; width:240px }
	
	#contenido { float:left; padding-top:5px; width:702px }
		
		#contacto2 { overflow:hidden;width:97px; display:block; height:0; padding-top:19px; text-indent:-9000px; margin-bottom:15px; background:url(../img/contacto.gif)}
		
	.links { list-style:none;  margin-top:20px; font-weight:bold; border-top:1px solid #d1d2d4 }

		.lista { padding:10px 0 10px 5px; border-bottom:1px solid #d1d2d4; height:30px } 
		
		.links p { width:230px; float:left }
			
		.links span { display:block }
		
		.links span.nombre { color:#000;font-size:1.2em; margin-bottom:7px }

		.links ul { background:transparent url(../img/flags.gif); list-style:none; width:108px; height:21px;float:left; margin-top:4px }
		
		.links ul li { float:left }
		
		.links ul a {
			display:block;
			float:left;
			height:0;
			overflow:hidden;
			padding-top:21px;
			width:21px;
	
		}
		
		.links ul a:hover { background:transparent url(../img/flags-h.gif) }
		
		.links ul a.esp1 {}
		.links ul a.ing1 { position:relative;left:1px }
		.links ul a.fra1  { position:relative;left:1px }
		.links ul a.ale1 { position:relative;left:1px }
		.links ul a.ita1 { position:relative;left:1px }
		
		.links ul a.esp1:hover { background-position: 0 0 }
		.links ul a.ing1:hover { background-position: -22px 0 }
		.links ul a.fra1:hover { background-position: -43px 0 }
		.links ul a.ale1:hover { background-position: -64px 0 }
		.links ul a.ita1:hover { background-position: -85px 0 }
		
 form { margin: 20px 0 10px 5px; padding-bottom:20px; border-bottom: 1px solid #d1d2d4 }
 	
 form label {width:60px; display:block; float:left; color:#000; font-weight:bold ;  margin-top:5px }

 form .campo, form textarea { margin-bottom:8px; width: 260px;display:block; border:2px solid #d1d2d4; font:11px Arial; padding:1px 3px }		
 
 form .campo:hover, form textarea:hover, form .enviar:hover { background:#f5f5f5 }
 
 .comentario { float:none }
 
 form textarea { clear:both; overflow:auto; margin-top:8px; width:320px; height:100px }
 
 form .enviar { border:2px solid #d1d2d4; cursor:pointer; margin-left:270px; width:60px; font:11px Arial; color:#000; background:#fff; font-weight:bold }