*{
	margin: 0;
	padding: 0;
	/*color: #001825;*/
}

body{
	/*font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	font-size: 13px;
	font-weight: normal;*/
}

/*#top-banner{
	background: url(banner.png) no-repeat center;
	border-bottom: 1px solid #014463;
	height: 100px;
	width: 100%;
}*/

/*#logo-declaragua{
	background: url(logo-declaragua.png) no-repeat;
	float:left;
	height: 100px;
	width: 307px;
}*/

/*#logo-conagua-semarnat{
	background: url(logo-conagua-semarnat.png) no-repeat;
	float: right;
	height: 100px;
	width: 422px;
}*/

#login-info_dash{
	float: right;
	font-size: 11px;
	margin: 10px 0;
	padding: 10px;
	background: #eee !important;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

#login-info_dash .logout{
	margin-top: 10px;
	display: block;
	height: 22px;
	line-height: 18px;
	padding-left: 22px;
	background: url(logout.png) no-repeat left center;
	text-decoration: none;
}

#login-info_dash .logout:hover{
	color: #014463;
	text-decoration: underline;
}


#footer1{
font-size: 10px;
    margin: auto;
    padding-top: 150px;
    text-align: center;
    width: 924px;
}

#footer1 div{
	text-indent: -9999px;
	width: 306px;
	height: 53px;
	margin-left: auto;
	margin-right: auto;
}

.clear{
	clear: both;
}


/*-----------------------DASHBOARD---------------------*/

#dashboard
{
    width: 700px;
    margin: 20px auto 0 auto;
    padding: 20px;
    background-image: url('bg-hidry.png');
    background-repeat: repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: #CCCCCC;    
}

#dashboard2{
	width: 700px;
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #eee !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-color:#CCCCCC;

}

#dashboard ul{
	list-style: none;
}

#dashboard ul li span{
	display:block;
	width:	630px;
	height:	64px;
	line-height: 32px;
	padding-left: 70px;
	margin: 10px 3px;
	font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  text-transform:uppercase;
}

#dashboard ul li.decl span{ background: url(icon-declaragua.png) left center no-repeat; }
#dashboard ul li.consulta span{ background: url(icon-support.png) left center no-repeat; }
#dashboard ul li.reports span{ background: url(report-home.png) left center no-repeat; }
#dashboard ul li.puuc span{ background: url(page-home.png) left center no-repeat; }
#dashboard ul li.asa span{ background: url(asa-home.png) left center no-repeat; }
#dashboard ul li.tablero span{ background: url(tablero-home.png) left center no-repeat; }
#dashboard ul li.mapadigital span{ background: url(mapa-digital.png) left center no-repeat; }
#dashboard ul li.huella span{ background: url(huella-home3.png) left center no-repeat; }

#dashboard ul li.mainitem ul{
	/* margin: 10px 3px 10px 70px;*/
	margin-bottom: 40px;
    margin-left: 70px;
    margin-top: -40px;
}

/*#dashboard ul li.mainitem ul li{
	background: url(bullet.png) no-repeat 0 1px;
	padding-left: 18px; 
}*/
#dashboard ul li.mainitem ul li{
	background: url(realwater.png) no-repeat 0 1px;
	padding-left: 18px;
	margin-left:10px; 
}

#dashome{
	background: url(bullwt1.png) no-repeat 0 1px!important;
	padding-top: 1px!important;
	padding-left: 20px; 
}

#dashboard ul li.mainitem ul li a{
	text-decoration: none;
}

#dashboard ul li.mainitem ul li a:hover{
	color: #014463;
	text-decoration: underline;
}

p.dashboard{
	display: none;
	width: 660px;
	margin: 10px auto;
	text-align: center;
	font-size: 18px;
}

#desc-container{
	height: 50px;
	margin: 10px auto;
}

.tooltip {
	display:none;
	background:url(black-left-arrow.png) no-repeat;
	height:89px;
	padding:20px 30px 20px 30px;
	width:177px;
	font-size:14px;
	color:#fff;
}
    #iconex1
{
    background:url(icon-excel.png) no-repeat;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 180px;
    }
    
    #iconex2
{
    background:url(icon-excel.png) no-repeat;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 290px;
    }
    
    #iconex3
{
    background:url(icon-excel.png) no-repeat;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 100px;
    }
