body {
	font-family:"Trebuchet MS", Geneva, Arial, sans-serif;
	font-size:11px;
	color:#666;
	background:#fff url(../images/bg.jpg) no-repeat top center;
	margin: 0 0 10px 0;
}
h1{
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	font-size:15px;
	padding:7px 7px 15px 15px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/bg_h1.gif) no-repeat center left;
}
a{
	text-decoration:none;
	color:#C9DE2D;
}
#subir{
	width:40px;
	height:16px;
	float:left;
	margin:20px 0 0 0;
}
strong{
	color:#BB2007;
	font-weight:bold;
}
#page {
	width:850px;
	margin:0 auto;
	overflow:hidden;
}
#header {
	width:850px;
	float:left;
}
#headerSup {
	width:850px;
	height:79px;
	float:left;
}
a#logotipo {
	display:block;
	width:240px;
	height:61px;
	margin:8px 0 0 27px;
	float:left;
	text-indent:-9999px;
	background:url(../images/logotipo.gif) no-repeat top left;
}
a#logotipo:hover {
	background-position:0 -61px;/* con esto cambiamos la porcion de imagen que se muestra */
}
#contacto {
	width:337px;
	height:78px;
	float:right;
}
#headerInf {
	width:850px;
	height:162px;
	float:left;
}
#frase {
	width:278px;
	height:59px;
	margin:43px 0 0 27px;
	float:left;
}
#bannerHome {
	width:322px;
	height:161px;
	float:left;
	margin:1px 0 0 15px;
}
#paises {
	height:14px;
	float:right;
	margin:142px 35px 0 0;
}
a#chile {
	display:block;
	float:left;
	width:39px;
	margin:0 7px 0 0;
	height:13px /* aqui esta el truco */;
	text-indent:-9999px;
	background:url(../images/banderaChile.gif) top left no-repeat;
}
a#peru {
	display:block;
	float:left;
	width:37px;
	margin:0 7px 0 0;
	height:13px /* aqui esta el truco */;
	text-indent:-9999px;
	background:url(../images/banderaPeru.gif) top left no-repeat;
}
a#puerto {
	display:block;
	float:left;
	width:62px;
	margin:0 7px 0 0;
	height:13px /* aqui esta el truco */;
	text-indent:-9999px;
	background:url(../images/banderaPuertorico.gif) top left no-repeat;
}
a#chile:hover, a#peru:hover, a#puerto:hover {
	background-position:0 -13px;/* con esto cambiamos la porcion de imagen que se muestra */
}
/* navigation --------------------------------- */
#menuCont {
	width:850px;
	height:27px;
	float:left;
}
#menu {
	width:440px;
	text-transform:uppercase;
	float:right;
	font-size:10px;
}
#menu ul {
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	background: url(../images/tableft5.gif) no-repeat left top;
	margin:0;
	padding:0 1px 0 3px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#menu a span {
	float:left;
	display:block;
	background: url(../images/tabright5.gif) no-repeat right top;
	padding:2px 10px 4px 10px;
	margin:0 5px 0 0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
	float:none;
}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#fff;
}
#menu a:hover {
	background-position:0% -42px;
}
#menu a:hover span {
	background-position:100% -42px;
}
#menu #current a {
	background-position:0% -42px;
}
#menu #current a span {
	background-position:100% -42px;
}
/*--------------------menu sidebar right--------------------*/
#menuSidebarServicios{
	padding:20px 0 0 0;
}
#menuSidebarServicios ul {
	line-height: 1.4em;
	margin: 10px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:10px;
}
#menuSidebarServicios li {
	color:#777;
	line-height: 1.5em;
}
#menuSidebarServicios li a {
	font-size:11px;
	display: block;
	font-weight: bold;
	color:#333;
	text-decoration: none;
	text-transform:uppercase;
	padding: 3px 0 3px 14px;
	margin:3px 0;
	background: url(../images/bg_menu_sidebar.gif) no-repeat top center;
}
#menuSidebarServicios li a:hover {
	color: #fff;
	background: url(../images/bg_menu_sideba_over.gif) no-repeat top center;
	padding: 3px 0 3px 14px;
}
#menuSidebarServicios li a:hover em {
	color: #999;
}

#menuSidebarServicios .selected{
	color: #fff;
	background: url(../images/bg_menu_sideba_over.gif) no-repeat top center;
	padding: 3px 0 3px 14px;
}
#wraper {
	width:849px;
	float:left;
	/*overflow:hidden;	background:url(../images/big_logo.gif) no-repeat bottom right;*/
}
#content {
	width:476px;
	margin:0 0 0 27px;
	float:left;
}
#content ul{
	margin:4px 10px;
}
#content li{
	padding:4px 6px 4px 16px;
	list-style:none;
	background:url(../images/bullet2.gif) no-repeat center left;
}
#content_1 {
	width:476px;
	float:left;
	margin:20px 0 20px 0;
}
#content_2 {
	width:476px;
	float:left;
	margin:0 0 20px 0;
}
#content_3 {
	width:476px;
	float:left;
	margin:0 0 10px 0;
}
#content_1 p, #content_2 p, #content_3 p {
	line-height:16px;
	text-align:justify;
	margin:0 0 11px 0;
	padding:0 0 0 10px;
	overflow:hidden;
	font-size:12px;
}
#image1, #image2 {
	width:173px;
	height:130px;
	float:left;
}
#sidebar {
	width:290px;
	float:right;
	margin:0 27px 0 0;
}
#sidebar p {
	line-height:16px;
	text-align:justify;
}
#sidebar_1 {
	width:290px;
	margin:27px 0 27px 0;
}
#sidebar_2 {
	width:290px;
	margin:0 0 10px 0;
}
#sidebar_3 {
	width:290px;
	margin:0 0 10px 0;
}

#bannerCadena{
	float:left;
	margin:27px 0 0 0;
}
a#logo1 {
	display:block;
	width:96px;
	height:59px;
	float:left;
	text-indent:-9999px;
	background:url(../images/logo1.gif) no-repeat top left;
}
a#logo2 {
	display:block;
	width:96px;
	height:59px;
	float:left;
	text-indent:-9999px;
	background:url(../images/logo2.gif) no-repeat top left;
}
a#logo3 {
	display:block;
	width:96px;
	height:59px;
	float:left;
	text-indent:-9999px;
	background:url(../images/logo3.gif) no-repeat top left;
}
a#logo4 {
	display:block;
	width:96px;
	height:59px;
	float:left;
	text-indent:-9999px;
	background:url(../images/logo4.gif) no-repeat top left;
}
a#logo5 {
	display:block;
	width:96px;
	height:59px;
	float:left;
	text-indent:-9999px;
	background:url(../images/logo5.gif) no-repeat top left;
}
a#logo6 {
	display:block;
	width:96px;
	height:59px;
	float:left;
	text-indent:-9999px;
	background:url(../images/logo6.gif) no-repeat top left;
}
a#logo7 {
	display:block;
	width:96px;
	height:59px;
	float:left;
	text-indent:-9999px;
	background:url(../images/logo7.gif) no-repeat top left;
}
a#logo1:hover, a#logo2:hover, a#logo3:hover, a#logo4:hover, a#logo5:hover, a#logo6:hover, a#logo7:hover {
	background-position:0 -59px;/* con esto cambiamos la porcion de imagen que se muestra */
}
#sidebar_4 {
	width:290px;
	margin:0 0 10px 0;
}
#footer {
	width:823px;
	height:27px;
	margin:40px 0 20px 27px;
	float:left;
}
a#logoCron {
	display:block;
	width:106px;
	height:25px;
	float:right;
	text-indent:-9999px;
	background:url(../images/logoCron.gif) no-repeat top left;
}
a#logoCron:hover {
	background-position:0 -25px;/* con esto cambiamos la porcion de imagen que se muestra */
}
#datosFooter {
	width:397px;
	height:27px;
	float:left;
}
