/* CSS Document */	body {	text-align:left;	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	margin: 0px;	padding: 0px;	background: #FFFFFF;	}		#frame {	width:770px;	margin: 0px;	padding:0px;	text-align:left;	border: 0px;	}		#topline {	margin: 0px;	padding-left: 660px;	padding-right: 10px;	padding-top: 5px;	color: #666;	height: 20px;	background-color: #F7F7F7;	border-bottom: 1px solid #EBEBEB;	text-align: left;	}			/* ----- Menu principal ------ */	#menu {	width: 750px;	margin-top: 20px;	left: 0px;	right: 0px;	text-align: right;	color: #999999;	border-right: 1px solid #ccc;	}    #menu div {	margin-bottom: 1em;	}    #menu a {	padding: 3px 5px 2px;	color: #333333;	text-decoration: none;	border-left: 1px solid #ccc;	line-height: 15px;	}    #menu a:link {	color: #0066CC; 	}    #menu a:visited {	color: #0066CC;  	}    #menu a:hover {	background: transparent; 	color: #999;	}    #menu a:active {	color: #999;	}    #menu a span {	display: none;	}	/* ---- Fin Menu principal ----- */					#imagebox {	top: 70px;	left: 0px;	margin-top: 5px;	margin-bottom: 10px;	padding:0px;	background-color: transparent;	border-top: 1px solid #CCCCCC;	border-bottom: 1px solid #CCCCCC;	}		#left {	width: 310px;	float: left;	margin-top: 0px;	margin-bottom: 5px;	padding:30px;	font-family: "Times New Roman", Times, serif;	font-size: 18px;	font-style: italic;	color: #666666;	}		#left p {	text-align: left;	}		#right {	width: 380px;	float: left;	margin-top: 0px;	margin-bottom: 20px;	margin-left: 10px;	padding:0px 0px 20px;	background: transparent;	color: #666666;	}		#left2 {	width: 240px;	float: left;	margin-top: 0px;	margin-bottom: 5px;	padding:30px;	font-family: "Times New Roman", Times, serif;	font-size: 18px;	font-style: italic;	color: #666666;	text-align: left;	}		#left2 p {	text-align: left;	}		#right2 {	width: 450px;	float: left;	margin-top: 0px;	margin-bottom: 20px;	margin-left: 10px;	padding:0px 0px 20px;	background: transparent;	color: #666666;	}		#content {	padding: 0px;	margin: 20px 50px 20px 100px;	}/* ---- Fin Cajas ----- */		p{	text-align: justify;	}			h1 {	font-size:18px;	color: #333333;	font-family: Arial, Helvetica, sans-serif;	padding: 0px 0px 5px;	font-weight: normal;	text-align: left;	text-transform: uppercase;	}			h2 {	font-size:14px;	color: #999999;	text-transform: uppercase;	text-align: left;	font-family: Arial, Helvetica, sans-serif;	}			h3 {	font-size:12px;	color: #999999;	text-align: left;	font-family: Arial, Helvetica, sans-serif;	}			ul{	list-style-type: square;		}				acronym {	cursor: help;	}			.blue {	color: #0066CC;	text-decoration: none;	}		.orange {	color: #CCA26E;	text-decoration: none;	}		.grisclaro {	color: #b1b1b1;	text-decoration: none;	}		/* General linkology */	a:link, a:visited  {	text-decoration: underline;	color: #CCA26E;}a:hover, a:active  {	color : #999999;	text-decoration : none;}	/* ----- footer ------ */	#footer {	border-top: 1px solid #E6E6E6;	color: #666;	padding: 5px;	text-align: left;	margin-top: 20px;	font-size: 10px;	font-family: Arial, Helvetica, sans-serif;	}table {	font-size: x-small;	display: block;	border: 1px solid #E5E5E5;	cellpadding: 0px;	cellspacing: 0px;}td {	padding: 3px;	border: 1px solid #E5E5E5;}