html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  
body{

	background: url('../img/fondo.jpg') repeat-x fixed;
	background-color:#5b5b5b;
	font-size:100%; 
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
#top{
	width:100%;
	height:4px;
	font-size:0px;
	background-color:#373737;
	border-bottom:1px solid #7B7B7B;
}
#superior{
	position:relative;
	margin-top:20px;
	float:none;
	display:block;
	width:100%;
	height:65px;
}
#logo{

	width:250px;
	float:left;
	height:65px;	
	background: url('../img/logoempresa.png');
}
#menu{
	
	float:right;
	width:600px;
	height:65px;	
	background: url('../img/menu.png');
}
#menu ul{
	list-style-type: none;	
	margin:20px 0px 0px 35px;
	font-size:1.1em;
	
}
#menu li{
	float:left;
	margin-left:30px;
}

#menu a,#menu a:visited{
	color:#737373;
	text-decoration:none;
}
#menu a:hover{
	color:#BBBBBB;
	text-shadow:#C0C0C0 0px 0px 10px;
}

#centrado{	
	position:relative;
	width:820px;
	margin: auto;
	margin-top:20px;	
	background: url('../img/fondo.png');
}
.contenido{
	margin:0px 10px 0px 10px;
	background-color:#353535;
	color:white;	
	font-size:0.9em;
	overflow:hidden;
}
.banner{
	border-bottom:3px solid white;
}
.caps0{
	font-weight:bold;
	color:#30B8EB;
}

#texto{
	margin:20px 20px 0px 20px;	
}
#texto p{
	margin:15px 0px 15px 0px;
}
#texto img{
	margin-left:10px;
	border:1px solid white;
}
.clear{
	clear:both;
	font-size:0px;
}
#pie{
	margin-top:50px;
	background:url('../img/pie.png');
	width:800px;
	height:60px;
	color:#5E5C5C;
	font-size:0.7em;
    -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}
#pie p{
	padding:10px 5px 0px 20px;
    line-height:1.3em;
}
#pie p a{
	color:#5E5C5C;
	text-decoration:none;
}
#pie p a:hover{
	color:#CDCDCD;
	text-decoration:none;
}
h3{
	display:inline;
	font-size:1.2em;
}
a:active, a:focus {
	outline: 0;
}
/*Específico...*/



/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
	text-align:center;
}

#table tr,#table td{
	cursor:pointer;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

th{
	color:black;
}
#pager{
	display:inline;
	
}
