body {
	/*margin-top:53px;*/
	margin-top:5px;
	/*margin-left:37px;*/
	margin-left: 5px;
	background-color: White;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
a:active {
	color: #000184;
}
a:visited {
	color: #8485FF;
}
#orange {
	color: #FF6000;
}
table.general {
	border: 1px solid #DDDDDD;
	padding: 8px;
	margin: 0 auto;
}
table.general td#logo {
	width: 183px;
	padding-left: 25px;
}
table.general td#contenidoHome {
	width: 488px;
	vertical-align: top;
}
div.frase {
	color: #A9A9A9;
	font-size: 18px;
	margin-top: 120px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	letter-spacing: -1px;
}
div.menuHome {
	font-family: "Trebuchet MS", Tahoma, Arial;
	margin-top: 90px;
	margin-bottom: 290px;
}
div.menuHome h1 {
	font-size: 26px;
	font-weight: lighter;
	padding-right:30px;
	letter-spacing: -2px;
	display: inline;
}
div.menuHome a {
	color: #A9A9A9;
	text-decoration: none;
}
div.menuHome a:hover {
	color:  #000000;
}
table.footer {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	color: #A9A9A9;
	width: 730px;
}
/* INTERIOR */

div.contenidoInterior {
	position: relative;
	height: 600px;
}
div.contenidoInterior div.contenido {
	position: absolute;
	z-index:7px;
	font-size: 12px;
	top: 124px;
	width: 460px;
}
ul {
	list-style-type: square;
}
div.contenido h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6000;
	letter-spacing: -2px;
	font-weight: lighter;
	margin-top:0px;
	margin-bottom: 0px;
}
div.contenido p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	line-height: 18px;
	color: #565656;
	font-weight: normal;
	margin-top:8px;
	margin-bottom: 0px;
}
div.contenidoInterior div.menuInterior {
	position: absolute;
	z-index:2;
	right:  -140px;
	/*top: 30px;*/
	top: 21px;
}
div.contenidoInterior div.transparencia {
	background-color: White;
	position: absolute;
	z-index:6;
	right: -8px;
	/*top: 30px;*/
	top: 0px;
	width:30px;
	height:300px;
	font-size:2px;
	filter: alpha(opacity=60); opacity: .6;
}
div.menuInterior h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 26px;
	font-weight: lighter;
	padding-right:30px;
	margin-bottom: 4px;margin-top: 4px;
	letter-spacing: -2px;
	display: block;
}

div.menuInterior a {
	color: #A9A9A9;
	text-decoration:none;
}
div.menuInterior a:hover {
	color: #000000;
}

div.contenidoInterior div.subSeccion {
	position: absolute;
	font-family: "Trebuchet MS", Tahoma, Arial;
	z-index:3;
	left:0px;
	top: 8px;
}
div.subSeccion a {
	text-decoration: none;
	color: #616161;
	padding-left:3px;
	padding-right:3px;
}
div.subSeccion a:hover {
	background-color: #F5F5F5;
	color: #FF6000;
	
}
div.subSeccion a#selected {
	background-color: #F5F5F5;
	color: #FF6000;
	font-weight: bold;
}
div.subSeccion td#seccionTitle {
	vertical-align: top;
	font-size: 18px;
	letter-spacing: -1px;
	color: #FF6000;
	padding-right:8px;
}
div.subSeccion td#subSeccionLinks {
	color: #616161;
	font-size: 12px;
	line-height: 17px;
	padding-left: 8px;
	padding-top: 18px;
	vertical-align: top;
	background-image: url(../images/bg_v.gif);
	background-repeat:repeat-y;
	
}
table.footer {
	margin: 0 auto;
	width: 680px;
}
table.footer td#company {
	text-align: right;
	padding-right: 5px;
}
table.footer td#company a{
	color: #89a6b4;
	text-decoration: none;
}
table.footer td#company a:hover {
	color: #ff9933;
}
