
.table_ {
	background:#E2ECEE;
	border:1px solid gray;
	border-collapse:collapse;
	color:#FFF;
	font:normal 10px verdana, arial, helvetica, sans-serif;
	text-align:center;
	width: 90%;
}
.table_ caption {
	border:1px solid #5C443A;
	color:#5C443A;
	font-weight:bold;
	letter-spacing:20px;
	padding:6px 4px 8px 0px;
	text-align:center;
	text-transform:uppercase;
}
.table_ td, th {
	color:#666; /*color de la letra*/
	padding:0.4em;
	text-align:center;
}
.table_ tr { 
	border:1px dotted gray; 
	text-align:center;
}
.table_encabezado  { 
	border:1px dotted gray;
	background-color:#172844;
}
.table_ thead th, tfoot th { 
	background:#172844;
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	text-align:left;
	text-transform:uppercase;
	text-align:center;
}
.table_ tbody td a { 
	color:#363636;
	text-decoration:none;
	text-align:center;
}
.table_ tbody td a:visited { 
	color:gray;
	text-decoration:line-through;
}
.table_ tbody td a:hover {
	text-decoration:underline;
	text-align:center;
}
.table_ tbody th a { 
	color:#363636;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}
.table_ tbody th a:hover {
	color:#363636;
}
.table_ tbody td+td+td+td a { 
	background-image:url('bullet_blue.png');
	background-position:left center;
	background-repeat:no-repeat;
	color:#03476F;
	text-align:center;
	padding-left:15px;
}
.table_ tbody td+td+td+td a:visited { 
	background-image:url('bullet_white.png');
	background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
.table_ tbody th, tbody td { 
	text-align:left;
	vertical-align:top;
	text-align:center;
}
.table_ tfoot td {
	background:#5C443A;
	color:#FFFFFF;
	padding-top:3px;
	text-align:center;
}
.table_ odd { 
	background:#fff;
	text-align:center;
}
.table_ tbody tr:hover { 
	background:#99BCBF; /*azul oscuro*/
	border:1px solid #03476F;
	color:#000000;
	text-align:center;
}

.tabla{
		font-size: 11px;
		border-style: solid;
		border-color: #666666;
		border-width: 1px;
		
}

.tdatos{
		font-size: 11px;
		font-weight: bold;
		color:#000 ;
		background-color: #BDD2FF;
		border-style: solid;
		border-color: #cccccc;
		border-width: 1px;

}

.tdatos2{
		font-size: 11px;
		font-weight: bold;
		color:#000 ;
		background-color: #3F3;
		border-style: solid;
		border-color: #cccccc;
		border-width: 1px;

}
.tdatos3{
		font-size: 16px;
		font-weight: bold;
		color:#000 ;
		background-color: #BDD2FF;
		border-style: solid;
		border-color: #cccccc;
		border-width: 1px;

}

.dtabla{
		font-size: 13px;
		font-weight: bold;
		color: #000000;
		background-color: #FFFFFF;
		font-family:arial black;
		/*font-size: 9pt;*/
		border-style: solid;
		border-color: #cccccc;
		border-width: 1.5px;
        margin: 4px 50px 3px 50px;
}
.dtabla2{
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		background-color: #FFFFFF;
		font-family:arial black;
		/*font-size: 9pt;*/
		border-style: solid;
		border-color: #cccccc;
		border-width: 1.5px;
        margin: 4px 50px 3px 50px;
}
.datos{
		border-style: solid;
		border-color: #E30BEE;
		border-width: 1px;
		font-size: 19px;
		font-weight: bold;
}
.cdato{
		font-size: 19px;
		font-weight: bold;
		color:       #000;
		background-color: #ffffff;
}


/***************************************************
**************        @Footer       ****************
****************************************************/

.bottom_addr {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 8px;
	text-align: center;
}

.bot-bg {
	background-image: url(../img/bot-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

footer {
  background-color: black;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  /*color: white;*/
}