@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma";
	font-size: 11px;
	background-color: #bebebe;
}

div#wrapper {
	width: 780px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #FFF;
}

div#header {
	height: 110px;
	background-image: url(http://www.legislaturaqro.gob.mx/asuntos-legislativos/images/header.jpg);
	text-align: center;
}

div#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 37px 0px 0px 0px;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}

div#navbar {
	height: 28px;
	background: url(http://www.legislaturaqro.gob.mx/asuntos-legislativos/images/nav_bg.png) repeat-x;
	border-bottom: solid 1px #FFF;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #CCC;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 6px 20px;
	color: #000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #F8F8F8}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #CCC;
	border: 1px solid #FFF}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #CCC;
	color: #000;
	font: 11px arial}

#sddm div a:hover
{	background: #333;
	color: #FFF}


div#content {
	background-color: #F8F8F8;
	padding: 10px 5px 10px 5px;
}

div#footer {
	background-color: #CCC;
	padding: 6px;
	border-top: 1px solid #FFF;
	text-align: center;
}

/*/////////////// Tablas //////////////////*/

#zTable {
	margin: auto;
	border-collapse:collapse;
	background-color: #E8E8E8;
}

#zTable caption{
	background-color: #999999;
	border-bottom:3px solid #666666;
	color:#FFF;
	padding:5px;
	text-transform:uppercase;
	font-weight: bold;
}
		
#zTable thead th{
	background-color:#333;
	border-bottom:3px solid #000;
	color:#FFF;
	padding:3px;
}
	
#zTable tbody tr td {
	padding: 3px 8px;
}
	
#zTable tfoot tr td{
	background-color:#666;
	color:#FFF;
	padding:4px;
	text-align:center;
	font-size: 12px;
}

#zTable tfoot a,visited {
	color: #CCCCCC;
}

#zTable tfoot a:hover {
	color: #FFFFFF;
}