@font-face {
font-family: 'Swiss 721';
font-style: normal;
font-weight: normal;
src: local('Swiss 721'), url('../fuentes/Swiss721SWA.ttf') format('TrueType');
}

body{
	font-family: 'Swiss 721',Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


@font-face {
font-family: 'Myriad Pro Condensed' !important;
font-style: normal !important;
font-weight: normal !important;
src: local('Myriad Pro Condensed'), url('../fuentes/MyriadProCondensed.ttf') format('TrueType') !important;
}

.texto_div {
  font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif !important;
  font-size: 200% !important;
  font-weight: bold !important;
  color: #000066 !important;
 }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Swiss 721',Arial,sans-serif !important;
	margin: 0px !important;
	padding: 0px !important;
}

h1{
 font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif !important;
 font-size: 160% !important;
 color: #000066 !important;
 background-color:#ffffff !important;
}

h2{
 font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif !important;
 font-size: 130% !important;
 color: #006699 !important;
}

h3{
 font-size: 100% !important;
 color: #000000 !important;
}

h4{
 font-size: 100%;
 font-weight: normal !important;
 color: #333333 !important;
}

h5{
 font-size: 100% !important;
 color: #000000 !important;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% 'Swiss 721',Arial,sans-serif;
 color: #000000;
}


.lista {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px #006699;
	line-height: normal;
	height: auto;
	margin: 1px;
}
.lista2 {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	height: auto;
	margin: 1px;
}
.listar {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px #006699;
	line-height: normal;
	height: auto;
	margin: 1px;
	text-align:right;
}
.listar2 {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	height: auto;
	margin: 1px;
	text-align:right;
}
.listainv {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border: 0px solid #9EA6C1;
	clear: right;
}
.listainvr {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border: 0px solid #9EA6C1;
	clear: right;
	text-align:right;
}

.boton {
	background-color:#333333;
	font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

.boton_rojo {
	background-color:#FF0000;
	font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight: bold;
}

.textonegro {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.textorojo {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#F00;
}

.textodestacado {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000099;
}

.titulopagina {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.textoblanco {
	font-family: 'Swiss 721',Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
}



#dataTable{
  font-family:'Swiss 721',Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:10px;
  box-shadow: 0px 10px 13px -7px #444444, 5px 5px 15px 5px rgb(0 0 0 / 0%);
  }
#dataTable thead th{
  font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:normal;
  background:#ffffff;
  font-weight:bold;
  border-top:4px solid #4a8ecc;
  border-bottom:1px solid #fff;
  color:#000;
  padding:8px;
  text-align:left;
  }  
#dataTable thead td{
	font-family:'Swiss 721',Arial, Helvetica, sans-serif;
  font-size:10px;font-weight:normal;
  background: #ccdff3;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  } 
#dataTable tbody th{
  font-size:10px;font-weight:normal;
  background: #b5d2ee;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }

#dataTable tbody td{
  font-size:10px;font-weight:normal;
  background: #e4edf8;
  border-bottom:2px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#dataTable tbody tr:hover td{
  background:#d0dafd;
  color:#339;
  }
#dataTable tbody tr:hover th{
  background:#c0cadd;
  color:#339;
  }  
  
#dataTable input[type=text]{
  font-size:11px;
  }
#dataTable input[type=button],input[type=submit]{
  font-size:14px;
  } 
  
#dataTable select{
  font-size:11px;
}
#dataTable textarea{
  font-size:11px;
  font-family:'Swiss 721',Arial, Helvetica, sans-serif;
}

#filtros{
  font-family:'Swiss 721',Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:20px;
  }
#filtros thead th{
  font-size:11px;
  font-weight:normal;
  font-weight:bold;
  background:#ffffff;
  color:#000;
  padding:8px;
  text-align:left;
  border-bottom:1px solid #fff;

  }  
#filtros tbody th{
  font-size:10px;font-weight:normal;
  background: #b5d2ee;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#filtros td{
  background:rgba(181, 210, 238, 0.3);
  border-bottom:1px solid #fff;
  color:#335;
  border-top:1px solid transparent;
  padding:2px;
  text-align:left;
  padding-left:6px;
  
  }

#filtros input[type=text]{
  font-size:11px;
  }
#filtros input[type=button],input[type=submit]{
  font-size:14px;
  }  
#filtros select{
  font-size:11px;
}

#datagrid{
  font-family:'Swiss 721',Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:left;
  border-collapse:collapse;
  margin-bottom:20px;
  }
#datagrid thead th{
  font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:normal;
  font-weight:bold;
  background:#ffffff;
  border-top:4px solid #4a8ecc;
  border-bottom:1px solid #fff;
  color:#000;
  padding:8px;
  text-align:left;
  }  
#datagrid thead td{
  font-size:10px;font-weight:normal;
  background: #ccdff3;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  } 
#datagrid tbody th{
  font-size:10px;font-weight:normal;
  background: #b5d2ee;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }

#datagrid tbody td{
  font-size:10px;font-weight:normal;
  background: #e4edf8;
  border-bottom:1px solid #fff;
  color:#113;
  padding:2px;
  text-align:left;
  padding-left:6px;
  vertical-align:top;
  }
#datagrid tr:hover td{
  background:#d0dafd;
  color:#339;
  }

#datagrid input[type=text]{
  font-size:11px;
  }
#datagrid input[type=button],input[type=submit]{
  font-size:14px;
  }   
  

#datagrid select{
  font-size:11px;
}

input[type=text], input[type=password], input[type=email]
{
    border-radius: 5px;
    border:solid 1px #BFBDBD;
    height: 20px;
    padding-left:2px;
    box-shadow: 2px 2px 0 #e4edf8 inset;
	font-size: 12px;
}
input[type=password]:hover
{
    border-radius: 5px;
    border:solid 1px #ff0000;
    height: 20px;
    padding-left:2px;
    box-shadow: 2px 2px 0 #e4edf8 inset;
}
input[type=text]:hover
{
    border-radius: 5px;
    border:solid 1px #ff0000;
    height: 20px;
    padding-left:2px;
    box-shadow: 2px 2px 0 #e4edf8 inset;
}
input[type=email]:hover
{
    border-radius: 5px;
    border:solid 1px #ff0000;
    height: 20px;
    padding-left:2px;
    box-shadow: 2px 2px 0 #e4edf8 inset;
}

input[type=button],input[type=submit],input[type=file] {
   border-top: 1px solid #BFBDBD;
   background: #f4f5ef;
   background: -webkit-gradient(linear, left top, left bottom, from(#b5d2ee), to(#e4edf8));
   background: -webkit-linear-gradient(top, #b5d2ee, #e4edf8);
   background: -moz-linear-gradient(top, #b5d2ee, #e4edf8);
   background: -ms-linear-gradient(top, #b5d2ee, #e4edf8);
   background: -o-linear-gradient(top, #b5d2ee, #e4edf8);
   padding: 3px 7px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
 input[type=submit]:hover {
   border-top-color: #557065;
   background:#06C;
   color: #ccc;
   }
 input[type=submit]:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
 input[type=button]:hover {
   border-top-color: #557065;
   background:#06C;
   color: #ccc;
   }
 input[type=button]:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
select
{
    border-radius: 5px;
    border:solid 1px #BFBDBD;
    height: 22px;
    box-shadow: 2px 2px 0 #e4edf8 inset;
	font-size: 12px;
}
select:hover
{
    border-radius: 5px;
    border:solid 1px #ff0000;
    height: 22px;
    box-shadow: 2px 2px 0 #e4edf8 inset;
	font-size: 12px;
}

textarea
{
    border-radius: 5px;
    border:solid 1px #BFBDBD;
    box-shadow: 2px 2px 0 #e4edf8 inset;
	font-size: 12px;
}
#boton_rojo {
	color:#FFF;
   font-family:'Myriad Pro Condensed',Arial, Helvetica, sans-serif;
   background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#F00));
   background: -webkit-linear-gradient(top, #900, #F00);
   background: -moz-linear-gradient(top, #900, #F00);
   background: -ms-linear-gradient(top, #900, #F00);
   background: -o-linear-gradient(top, #900, #F00);
}