/************************************************************************************************
 * CSS: /grid/css/reset.css                                                                          *
 ************************************************************************************************/
 /* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}
 
/*************************************************************************************************
 * CSS: /gfx/grid.css                                                                            *
 *************************************************************************************************/
 /*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 10px;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
 
  /************************************************************************************************
 * CSS: /gfx/layout12.css                                                                         *
 **************************************************************************************************/
 
 

div#google_ads_div_Listasal_Arriba_ad_container ins { display: block !important;} /* HACK: So DFP is shown gapless in Opera. */
.clear{
	clear:both;
	height:10px
}
.clearlsmenu{
	clear:both;
	height:45px;
}
.container_segundo{ /*HACK: So no gray space is showed between lsmenu and the second container*/
	border-top-width:10px;
	border-top-color:#FFF;
	border-top-style:solid;
	background-color:#FFF;
	background-image:url(11-content-background.jpg);
	background-repeat:repeat-y;
}
.container_footer1{
	background-image:url(11-footer-background.jpg);
	background-repeat:repeat;
}
.container_footer1 ul li{
	list-style:none;
	}	
.container_footer1 a{
	list-style:none;
	text-decoration:none;
	color:#333;
	}	

#lis-footer0{
	background-color:#fff
}
#lsfooter1{
	background-color:#A8A8A8;
	width:100%;
	border-top:solid #999 1px;
	}

#lsfooter2{
	background-color:#1E1E1E;
	width:100%;
	border-top:solid #000 1px;
	}
#lsfooter2 p{
	font-size:11px;
	line-height:11px;
	color:#EEE;
	text-align:right;
}

.subheader{
	background-image:url(11-frontpage-shadow.jpg);
	background-position:bottom;
	padding-bottom:10px;
}
.subheader-content{
	border: solid #FF9900 1px;
	background-color:#FFFFF2;
	padding-left:10px;
	padding-right:10px;
}


body {
	font-family: 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Vera Sans', Helvetica, Arial, sans-serif;
	font-size:13px;
	background-image:url(lis-12-background-top.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	background-color:#eee;
}

/****** TEXT ******/
p {
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

h1, h2, h3, h4 {
/*	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif, 'Times New Roman', Times, serif;*/
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

h1 {
	letter-spacing: .06em;
	font-size: 22px;
	margin-top:11px;
	margin-bottom:11px;
}
h2{
	font-size: 18px;
	height: 18px;
	margin-top:9px;
	margin-bottom:9px;
}
h3{
	font-size:13px;
	font-weight:bold;
	letter-spacing: .06em;
}

/* ARTICULO */
/*.articulo h1{
	font-size:150%;
	margin-bottom:10px;
	color: #193461;
}
.articulo h2{
	font-size:125%;
	margin-top:5px;
	margin-bottom:5px;
	color: #193461;
}
.articulo h3{
	margin-top: 5px;
}
*/
.articulo a{
text-decoration:none;
}
.articulo p{
	line-height:23px;
}
.articulo ul, .articulo ol{
	list-style:disc;
	line-height:23px;
	margin-left:30px;
}

/* SUBARTICULO */
.subarticulo ul, .subarticulo ol{
	list-style:disc;
	margin-left:30px;
}
.subarticulo{
	border-top:solid #CCC 1px;
	border-bottom:solid #CCC 1px;
	padding-top:10px;
	padding-bottom:10px;
}

.anuncio728x90{
	height:90px;
	width:728px;
/*	margin-left:106px;	*/
}
.anuncio202x90{
	width:202px;
	height:90px;
	display:inline;
	float:right;
}



.lsadleaderboard{
	height:90px;
	width:728px;
}
#lscontainer{
	width:800px; /* Used to prevent blank spaces between divs */
	margin-left:auto;
	margin-right:auto;
}	
#lsheading{
	width:940px;
	height:60px;
}
 /*
 h1 and h1 span place the title img on top of h1 text,           
 and in case the img is unreachable the text is shown.
 */
#lsheading h1 {
      position:relative;
      width:940px; height:60px;
      overflow:hidden;	
}
#lsheading h1 span{
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:940px; height:60px;
}
#lsheading h1 span{
      background:url("11-header.jpg") top left no-repeat;
}
#lsheading{
	width:940px;
	height:60px;
	background-color: #1780C1;
}
/* <DROPDOWN MENU> */
#lsmenu ul{
	width:90px;
	float:left;
	margin:0;
	padding:0;
	background-color:#232323;
	list-style:none;
	color: #FFF;
	font-size:13px;
	border-right-width:1px;
	border-right-color:#434343;
	border-right-style:solid;
}
/* <DROPDOWN MENU> */
.top{
	padding-top:13px;
	text-align:center;
	padding-bottom:13px;
}
/*Siguiente solo para FF
@-moz-document url-prefix() {
	.top{
	padding-bottom:5px;
}
}*/

#lsmenu a{
	color: #FFFFFF;
	text-decoration:none;
}
#lsmenu ul .item{
	padding-top:5px;
	display:none;
}
#lsmenu ul:hover .top{
	background-color:#343434;
}
#lsmenu ul:hover .top a:hover{
	color: #FFFFFF;
}
#lsmenu ul:hover .item{
	display:block;
	background-color:#343434;
	padding-bottom:13px;
	padding-top:13px;
	padding-left:6px;
	margin:0;
	border-bottom-width:thin;
	border-bottom-color:#434343;
	border-bottom-style:solid;
}
#lsmenu ul:hover .item a{
	color:#fff;
	text-decoration:none;
}
#lsmenu ul:hover .item a:hover{
	color:#fff;
}
#lsmenu ul:hover .item:hover{
	background-color:#434343;
}
#lsmenu{
	position:absolute;
}
.lsmenuclear{
	clear:both;
	height:45px;
}
/* </DROPDOWN MENU> */

#lssearch{
	width:800px;
	padding-top:27px;
	margin:0;
	background-color: #ddd;
	height: 27px;
	background:#F4F4F4 url(footer_bg.jpg) repeat-x top left;
	width:800px;
	border-bottom-color:#E1DBFF;
	border-bottom-style:solid;
	border-bottom-width:2px;	
}
#lssearch form{
	float:right;
}
#lsmain{
	width:800px;
	padding-top:3px;
	}
#lsmain h1{
	font-size:16px;
	color: #114EA7;
	margin-top:0;
	margin-bottom:0;
	}
.first{
	border-top-color:#E1DBFF;
	border-top-style:solid;
	border-top-width:2px;	
}
#lsmain a{
	color: #114EA7;
	text-decoration:none;
}
#lsmain a:visited {
	color:#284C7E;
}
#lsmain a:hover{
	color: #284C7E;
	text-decoration:none;
}	
#lsmain ul{
	list-style-image:url(bullet_blue.png)
}
#lsdown{

	}
/*<LSFOOTER>*/
#lsfooter{
	background:#F4F4F4 url(footer_bg.jpg) repeat-x top left;
	width:800px;
	height:200px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	border-bottom-color:#E1DBFF;
	border-bottom-style:solid;
	border-bottom-width:2px;	
}
#lsfooter h4{
	margin:3px 0;
	padding:0;
	font-size:14px;
}
#lsfooter ul{
	margin:0;
	padding:0;
	list-style:none;
}
#lsfooter ul li{
	line-height:150%;
}
#lsfooter .col{
	width:160px;
	margin:0 0 0 0;
	padding: 5px 0 5px 32px;
	float:left;
		}
#lsfooter a, #lsfooter a:visited{
	color: #111;
	text-decoration:none;
}
#lsfooter a:hover{
	color: #111;
	text-decoration:underline;
}
/*</LSFOOTER>*/

/* Específicos */
.cuadro {
	background: url(/gfx/degradadogris.jpg) repeat-y;
	padding: 3px;
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #999999;
}
.rangos {
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #999999;
}


#tablagobierno td {
	font-size: x-small;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px ridge #CCCCCC;
	border-left: 1px none #CCCCCC;
}


.references {font-size: 9px}

/* <ADVERTISMENTS> */
.adsenseabajo {
	height: 280px;
	width: 336px;
}
.adsensetop {
	height: 90px;
	width: 728px;
}

.adsenseright {
	height: 600px;
	width: 200px;
}
/* </ADVERTISMENTS> */


#sms-fp-container{
	background:#fff;
	width:620px;
	height:60px;
	background:url(sms_fp.jpg) no-repeat 0 0;
	text-align:left;
	margin-top:10px;
	}
#sms-fp-container fieldset h2{
	margin: 20px 0 0 0;
	}		
#sms-fp-form{
	margin:0;
	}
#sms-fp-form fieldset{
	height:60px;
	width:135px;
	margin:0 10px 0 10px;
	padding:0;
	border:none;
	float:left;
	display:inline;
}	
#sms-fp-form .padded{
	padding-top:7px;
}
#sms-fp-form legend{
	display:none;
}	
#sms-fp-form label{
	display:inline;
	font-weight:bold;
	margin: 10px 0 0 0;
}	
#sms-fp-form input, #sms-fp-form textarea, #sms-fp-form select{
	width:120px;
	border:1px solid #ddd;
	background:#fff url(sms_input.gif) repeat-x;
}		
#sms-fp-form textarea{
	overflow:auto;
		}					
#sms-fp-form p.submit{
	clear:both;
	background:url(sms_bottom800.gif) no-repeat 0 100%;
	padding:0 25px 20px 25px;
	margin: 0;
		}	
#sms-fp-form button{
	font-weight:bold;
	margin-top:10px;
	width:120px;
	height:40px;
	line-height:40px;
	border:none;
	background-image:url(sms_button.gif);
	background-repeat:no-repeat;
	background-color:#1780C1;
	color:#fff;
	cursor:pointer;
	text-align:center;
}				

/* ADSE */
.ad-principal-top-left{
	display:block;
	float:right;
	width:300px;
	height:250px;
	padding-top:10px;
	padding-bottom:10px;
}
/*Ezetop*/
.ad-ezetop-widget{
	width:220px;
	height:400px;
	float:right;
}

#ezetop_widget_wrapper{
    width:220px;
}

#ezetop_widget
{
	font-family: 'Segoe UI', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Vera Sans', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
    width: 220px;
    line-height: 1.3em;
    border:#CCC;
    border-style:solid;
    border-width: 1px;
    padding:2px;
}
.small{
	font-size:11px;
}
.separator{
	background:url(footer_bg.jpg) repeat-x bottom left;	
}

.ls-busqueda{
	border-bottom: solid #CCC 1px;
	border-top: solid #CCC 1px;
	padding-bottom:10px;

}
.ls-busqueda p{
	line-height:13px;
}


.articulo h1 img, .articulo h2 img{
	padding: 0 10px 5px 0;
}
/*datatable*/

.datatable{
	margin-left:auto;
	margin-right:auto;
}
  .datatable th{
	  text-transform:uppercase;
      vertical-align:middle;
	  height:30px;
	  background :#039;
	  color: #EEE;
	  text-align: center;
  }
  .datatable th a{
    color: #EEE;
  }
  .datatable td, .datatable th{
	  padding-left:10px;
	  padding-right:10px;
      border:1px solid #CCC;  	
  }
  .datatable tbody tr:nth-child(even) td {
	background: #EEE;
	background: linear-gradient(#FAFAFA, #EEE);
  }
  .datatable tfoot {
    background: #333;
	color: #EEE;
	text-align: center;
  }
/*brodeazul*/
.bordegris{
	border:solid #EEE 1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin-left:70px;
	width:460px;
	margin-right:60px;
}

.container_segundo li{
	margin-left:15px;
}

/* Especifica: /honduras/ */
.primerdigito {
	font-size: 36px;
	text-align: center;
}