html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, a, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr, iframe{
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
	text-decoration:none;
	list-style:none;
}	

a:visited, a:link{ text-decoration: none; color: #606060;}
a:hover{ color: #008940;}

html{ background: url(http://www.lsacolombia.com/img/bun.jpg) no-repeat;
      background-size: cover;
}

body{
		font-family:"Trebuchet MS","DejaVuSans";
		font-size:11px;        
	}
	ol, ul, li {
		font-size:13px;
		color:#333333;
	}
	#global{
		width:792px;
		margin:25px auto;        
  }
  img{ border:0px; }

.top {margin-left: 13px;   
}

	#container{ width:792px; }
	#main{
		width:792px;
		height:40px;
		background: url('img/main_full_top.jpg') no-repeat;
        border-radius: 10px 10px 0 0;
	}

	#landing{
		width:790px;
		height:370px;
		background:url('img/sibun.png') no-repeat center top;
        background-size:100%;
	}
	#content{
		width:790px;
        margin-top: 10px;
        padding-top: 10px;
        background: linear-gradient(rgba(222, 222, 222, 1), rgba(242, 242, 242, 0.98), rgba(242, 242, 242, 0.5),rgba(242, 242, 242, 1)) repeat scroll 0% 0% transparent;
        background: -o-linear-gradient(rgba(222, 222, 222, 1), rgba(242, 242, 242, 0.98), rgba(242, 242, 242, 0.5),rgba(242, 242, 242, 1)) repeat scroll 0% 0% transparent;
        background: -moz-linear-gradient(rgba(222, 222, 222, 1), rgba(242, 242, 242, 0.98), rgba(242, 242, 242, 0.5),rgba(242, 242, 242, 1)) repeat scroll 0% 0% transparent;
        background: -ms-linear-gradient(rgba(222, 222, 222, 1), rgba(242, 242, 242, 0.98), rgba(242, 242, 242, 0.5),rgba(242, 242, 242, 1)) repeat scroll 0% 0% transparent;
	}
	.columns{
		width:375px;
		padding:0 0 0 10px;
	}
	#footer{
		width:792px;
		height:27px;
		background:url('img/footer1.png') no-repeat;
        overflow: hidden;
	}
	.separator{
		width:792px;
		height:1px;
		clear:both;
	}
	.white{color:#FFFFFF;}
    .grey{color: #808080;}
	.blue{color:#0026ff;}
	.lrBorder{
		border-left:1px solid #B7B7B7;
		border-right:1px solid #B7B7B7;
	}
	.fs14{
		font-family:"Trebuchet MS","DejaVuSans";
		font-size:14px;
	}
	.fs16{
		font-family:"Trebuchet MS","DejaVuSans";
		font-size:16px;
	}
	.fs24{
		font-family:"Trebuchet MS","DejaVuSans";
		font-size:24px;
	}
	.left90{ padding-left:90px; }
	.left30{ padding-left:30px; }
	.top3{ padding-top:9px; }
	.top30{ padding-top:30px; }
    .top31{ padding-top:3px; }
	.center{ text-align:center; }
	.fleft{ float:left; }
    .fright{float: right; border-right: solid 1px #222222;  }
    
    .ctitle{
        font-size: 16px;
        font-family:  "Trebuchet MS","DejaVuSans", 'squada one';
        color: #666666;        
	}

    .cparag{
        font-size: 16px;
        font-family: Rokkitt;
        color: #222222;        
	}

/* Hidden Span */
a.host, a.host:link, a.host:visited {
position: inherit; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */
background: none;
font-size: medium;
}

a.host:hover {
z-index:999; /* va a estar por encima de todo */
background-color:none; /* DEBE haber un color de fondo */
font-weight:lighter !important; /* forzar negritas */}

a.host span {
display: none; /* el elemento va a estar oculto */}

a.host:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
/* margin-top:0px; left:310px; donde va a estar */
width:200px; height: 30px; /* el ancho por defecto que va a tener */
padding:3px; /* la separación entre el contenido y los bordes */
font-size: small;
background-color: transparent!; /* el color de fondo por defecto */
color: #FF9600; /* el color de los textos por defecto */}