@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
}

.btn{	
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}

.txt3 {	
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: bold;
}

.txt {	
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px;
	text-align:center;
}

.txt2 {	
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px;
}
.solo-numero {	
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px;
}

.txt td{
	padding:3px;
}
.txt2 td{
	padding:3px;
}
.txt2:hover{background-color: #3CF;}
.static{}

.txt4 {	
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 8px;
}

.tit {	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color:#3B96CC;
}

.tit2 {	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color:#3b7abc;
}
.titdes {	font-family: Verdana, Geneva, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	color:#3b7abc;
	margin:0 0 0 20px;
}

.menup {	
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 14px; 
}

.titp {	font-family: Verdana, Geneva, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
}

.cabe {	font-family: Verdana, Geneva, sans-serif; 
	font-size: 9px; 
	text-align:center; 
	font-weight: bold; 
	color:#FFF;
	background:#4E76C9;
}
.cabe td{
	padding:3px;
}

.cabe2 {	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	text-align:center; 
	font-weight: bold; 
	color:#FFF;
	background:#4E76C9;
}

.tablet { 
	border-collapse: collapse;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
	
}
.left{
	position:relative;
	left:0;
	width:50%
}
.menup a{
	padding-right:35px;
}
.this{
	font-size:19px;
	font-weight: bold;
}
.cl_link{
	color:#09F !important;
	font-weight:bold;
	-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out; cursor:pointer;
}
.cl_link:hover{
	text-decoration:underline !important;
}
.center_table{
	margin: 0 auto;
}
.center_table_head{
	margin: 0 auto;
	border: 1px solid rgb(59, 89, 152);
    border-radius: 5px;
    background: rgb(59, 89, 152);
}