/* --------------------------------------------------------CSS set-idiomas.com.ar */
BODY {
	margin-left: 50px;
	margin-top: 20px;
}
/*CONTENIDO DEL DOCUMENTO-------------------------------------------------*/

.contenidos {
	font-family: Verdana;
	font-size: 12px;
	color:#FF6600;
	text-align:justify;
}

/*vinculos ----------------------------------------------------------------*/

.vin { 
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.vin:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.vin:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.vin:hover {
	font-family: Verdana;
	font-size: 12px;
	color:#CCCCCC;
	text-decoration: none;
	
}

.pie_de_pag {

	font-family: Verdana;
	font-size: 12px;
	color:#999999;
	text-decoration: none;
}
