body {
	margin-top: 0px;
	margin-left: 0px;
}
#container {
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-bottom: -10px;
}

/* ----------------------------------------
fondo pricipal en gris y blanco
-----------------------------------------*/
#bgGris {
	background-color: #F0F0F0;
	height: 30px;
}
#bgBlanco {
	background-color: #FFFFFF;
}
/* Firefox*/
#bgBlanco[id] {
	background-color: #FFFFFF;
	margin-bottom: -40px; 	
}
#main {
	width: 760px;
	position: relative;
	top: -20px;
	left: 10px;
	margin-bottom: -40px;
}
/* Firefox*/
#main[id] {
	top: -20px;
}
#bgGrisBottom {
	background-color: #F0F0F0;
	height: 30px;
	margin-bottom: -10px;
}
/* Firefox*/
#bgGrisBottom[id] {
	background-color: #F0F0F0;
	height: 30px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* ----------------------------------------
área principal de contenido
-----------------------------------------*/

#top {
	background-image: url(../imagenes/apoyo/bgTop.gif);
	height: 90px;
	background-repeat: no-repeat;
}
#logoTransfinancier {
	position: relative;
	top: 4px;
	left: 15px;
}

#blueLine {
	background-color: #666666;
	height: 15px;
	font-size: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

#header {
	height: 195px;
	background-color: #FDB814;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 758px;
}
#menu {
	background-color: #A6CED2;
	width: 160px;
	margin: 0px;
	float: left;
	height: 195px;
}
#kid {
	width: 598px;
	float: right;
	background-image: url(../imagenes/apoyo/headerSlogan.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	height: 195px;
}
#kidPic {
	width: 246px;
	margin-left: 320px;
	position: relative;
	top: -68px;
	margin-bottom: -100px;
}
/* Firefox*/
#kidPic[id] {
	top: -68px;
}
#content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	width: 758px;
	clear: both;
	background-image: url(../imagenes/apoyo/bgNews.png);
	background-repeat: repeat-y;
	background-position: 440px 0px;
}
#contentLeft {
	width: 419px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#contentRight {
	width: 297px;
	float: right;
	background-color: #FFFFFF;
	background-image: url(../imagenes/apoyo/bgNews.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#contentFull {
	background-color: #FFFFFF;
	padding: 10px;
}



#yellowLine {
	background-color: #FEB914;
	height: 15px;
	font-size: 1px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	clear: both;
}

#bottom {
	height: 35px;
	background-image: url(../imagenes/apoyo/bgBottom.gif);
	background-repeat: no-repeat;
}
#footer {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	margin-top: 20px;
	text-align: center;
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
