a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body{
	background-color:#96959d;
	background-position:center top;
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#tabla_ppal{
	width:900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#top {
	height: 230px;
	margin-top: 0;
}

#columna_1{
	width:700px;
	float:left;
	background-color: #FFF;
	margin-bottom:37px;
}

#titulo{
	height: 78px;
	margin-left: 37px;
	margin-top:37px;
	margin-bottom:20px;
	text-align:left;
}

#texto{
	font-size:16px;
	text-align:left;
	color: #333;
	margin-left: 37px;
	margin-bottom:5px;
}

#columna_2 {
	width: 160px;
	height: 600px;
	float:right;
	margin-top:37px;
	background-color: #FFF;
	margin-bottom:37px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98CA3C;
	border-left-color: #98CA3C;	
	border-bottom-color: #98CA3C;	
}

#copy {
	font-size: 11px;
	color: #FFF;
	background-color: #96959d;
	height:41px;
	padding-top: 5px;
	text-align: center;
	clear:both;
}