	body{
		background-image: url(../images/loader.gif); 
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-position: 50% 50%;
	}
	div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
		width: 750px; 
		height: 560px;
		overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:750px;
		height:560px;
		overflow:hidden;
		float:left;
	}
	div.scroller div.content {
		width: 100000px;
	}
	#section15
	{
		background-color:#f4ffeb;
	}
	#pagina{
		background-color: #fff;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#left{
		background-color: #50A700;
		width:40px;
		height:560px;
		text-align:center;
		float:left;
	}
	#left1{
		background-color: #50A700;
		width:40px;
		height:520px;
		text-align:center;
	}
	#left2{
		background-color: #50A700;
		width:40px;
		height:40px;
		text-align:center;
	}
	#derecha{
		background-color: #50A700;
		width:40px;
		height:560px;
		text-align:center;
		float:left;
	}
	#derecha1{
		background-color: #50A700;
		width:40px;
		height:520px;
		text-align:center;
	}
	#derecha2{
		background-color: #50A700;
		width:40px;
		height:40px;
		text-align:center;
	}
	.titulo{
		font-size:14px;
		color:#fff;
		font-weight:bold;
	}
	.titulo_c{
		font-size:12px;
		color:#fff;
		font-weight:bold;
	}
	.titulo_c_b{
		font-size:11px;
		color:#000;
		font-weight:bold;
	}
	.titulo_c_b2{
		font-size:10px;
		color:#000;
		font-weight:bold;
	}
	.sub_titulo{
		font-size:14px;
		color:#000;
		font-weight:bold;
	}
	.texto{
		font-size:13px;
		color:#000;
	}
	.texto2{
		font-size:11px;
		color:#000;
	}
	.texto_n{
		font-size:13px;
		color:#000;
		font-weight:bold;
	}
	.texto_n2{
		font-size:11px;
		color:#000;
		font-weight:bold;
	}
	#procesos ul
	{
		margin-top:3px; 
		margin-bottom:3px;
	}
	#div_{
		height:224px;
		overflow:auto;
		margin-top:-5px;
	}
	#divpage2_{
		width: 397px;
		height: 173px;
		overflow:auto;
	}
	.texto3{
		font-size:10px;
		color:#000;
	}
	.texto_b{
		font-size:13px;
		color:#fff;
	}
	.lados{
		padding-left: 10px;
		padding-right: 10px;
		font-size:13px;
		color:#000;
	}
	.dis_left{
		padding-left: 10px;
		font-size:13px;
		color:#000;
	}
	.dis_right{
		padding-right: 10px;
		font-size:13px;
		color:#000;
	}
	
	/*---------- bubble tooltip -----------*/

a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
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{
    display:block;
    position:absolute;
    top:0px; left:0;
	margin: 15px 0 0 30px;
	width:100px;  /*cambiar*/
	color: #fff;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 10px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px 0;
	font: 15px Arial,sans-serif;
	font-weight:bold;
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}



a.ttt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.ttt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ttt:hover{ z-index:25; color: #aaaaff; background:;}
a.ttt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	margin: 15px 0 0 -100px;
	width:100px;  /*cambiar*/
	color: #fff;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.ttt:hover span.top{
	display: block;
	padding: 10px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.ttt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px 0;
	font: 15px Arial,sans-serif;
	font-weight:bold;
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.ttt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}



/*contactos*/
.contenido{
  background-color:#e0ffc5;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
  width:600px;
  border:0;
  }
  tr.colores{
  background-color:#e0ffc5;
  }
  tr.colores:hover{
  background-color:#4fa800;
  color:#fff;
  } 
