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:30px;
}
.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;
}
.grid_8,
.grid_4 {

}

.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(11-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;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
}
h2{
	font-size: 18px;
	height: 18px;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
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;	
}
.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;
}
.top{
	padding-top:6px;
	text-align:center;
	padding-bottom:6px;
}
/*Siguiente solo para FF*/
@-moz-document url-prefix() {
	.top{
	padding-bottom:5px;
}
}

/* <DROPDOWN MENU> */
#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:5px;
	padding-top:5px;
	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:30px;
}
/* </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{
	background-color:#094E92;
	color:#FFF;
	vertical-align:middle;
	height:30px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
.datatable td{
	padding-left:10px;
	padding-right:10px;
}
.datatable tr{
	background-color:#F8F8F8;
	border-top:2px solid #FFF;
}
.datatable tr:hover{
	background-color:#EEE;
}
/*brodeazul*/
.bordegris{
	border:solid #EEE 1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin-left:70px;
	width:460px;
	margin-right:60px;
}
