html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	background: #FFFFFF;
	font-family: Verdana, Conduit, sans-serif, Arial, Tahoma;
	line-height: 1.3em;
	margin: 0;
	padding: 3px;
	font-size: 12px;
	color: #333;
}

.body_bg {
	margin: 0 0 0 0;
	background-image: url('../images/nube_naranja4.jpg');
	background-repeat: repeat-x;
}

/* a links */
a:link,a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #CAAB73;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #CAAB73;
}

/*****************************************/
	/*** Template specific layout elements ***/
	/*****************************************/
.clr {
	clear: both;
}
.contentpane{
	text-align: left;
}

#page_bg {
	width: 950px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

div.center {
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 0 0 10px 0;
	width: 1024px;
}

#topw {
	height: 252px;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 0;
	/*	background: url(../images/sol.png) no-repeat;*/
}

#topw2 {
	height: 210px;
	width: 390px;
	padding: 0 0px 0 0;
	vertical-align: middle;
	/*background: url(../images/titulo_home.gif) no-repeat;*/
	background-position: right center;
	position: absolute;
	/*position:relative; z-index:-1;*/
}

.logo {
	margin: 25px 0 -140px 120px; 
}

.logo a,.logo img {
	border: none;
}

.pill_m {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 934px;
	
}

#pillmenu {
	float: right;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0 auto;
	text-transform: uppercase;
}

#pillmenu ul {
	margin: 0;
	padding: 6px 0 0 0;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#pillmenu li:hover {
	
}

#pillmenu li a#active_menu-nav {
	
}

#pillmenu li a {
	font-family: Conduit, Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	line-height: 18px;
	padding: 0 0 0 7px;
	margin: 0 7px 0 0;
	color: #FBFBFB;
	text-decoration: none;
	font-weight: normal;
	background: none;
	height: 20px;
	background: url(../images/menu_row.jpg) center left no-repeat;
}

#pillmenu li a:hover {
	text-decoration: none;
	color: #28638C;
}

#content {
	width: 950px;
	margin: -60px 0 0 0;
	padding: 0px 0 10px 0;
	overflow: hidden;
}

#menu_principal1 {
	margin: 0 70px 0 0;
	border: 0 0 0 0;
	border-color: #fff;
}

.menu_principal {
	margin: 0 70px 0 0;
	border: 0 0 0 0;
	border-color: #fff;
}

.menu_principalen {
	margin: 0 40px 0 0;
	border: 0 0 0 0;
	border-color: #fff;
}

#footer {
	margin: 0 auto;
	margin-top: -1px;
	text-align: center;
	width: 950px;
	height: 54px;
}

#footer p {
	height: 30px;
	text-align: right;
	padding: 0px 30px 0 0;
	color: #666666;
}

#sgf {
	font-size: 12px;
	text-align: right;
	width: 100%;
	margin: 0 auto;
	color: #275C82;
	font-family: Tahoma, Arial, sans-serif;
}

/*--------------- Tooltips -----------------------*/
a.tt {
	position: relative;
	z-index: 24;
	color: #3CA3FF;
	font-weight: normal;
	text-decoration: none;
	margin-right: 20px;
}

a.tt span {
	display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover {
	z-index: 25;
	color: #aaaaff;
	background: ;
}

a.tt:hover span.tooltip {
	margin-top: 0px;
	margin-left: -15px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 15px 0 0 0;
	.padding: 18px 0 0 0;
	width: 200px;
	color: #993300;
	text-align: center;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}

a.tt:hover span.tooltips {
	margin-top: 0px;
	margin-left: -55px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 15px 0 0 0;
	.padding: 18px 0 0 0;
	width: 200px;
	color: #993300;
	text-align: center;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}

a.tt:hover span.tooltipss {
	margin-top: 0px;
	margin-left: -75px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 15px 0 0 0;
	.padding: 18px 0 0 0;
	width: 200px;
	color: #993300;
	text-align: center;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}

a.tt:hover span.top {
	display: block;
	padding: 0px 0px 0;
}

a.tt:hover span.middle { /* different middle bg for stretch */
	display: block;
	padding: 0 0px;
	z-index: 500;
}

a.tt:hover span.bottom {
	display: block;
	padding: 0;
	color: #548912;
}

img {
	border: none;
}