@charset "UTF-8";

/*Agregar fuente*/
@font-face {
  font-family: 'Tw Cen MT';
  font-style: normal;
  font-weight: normal;
  src: local('Tw Cen MT'), url('fuente/Tw Cen MT.woff') format('woff');
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?lydjnu');
  src:  url('fonts/icomoon.eot?lydjnu#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?lydjnu') format('truetype'),
    url('fonts/icomoon.woff?lydjnu') format('woff'),
    url('fonts/icomoon.svg?lydjnu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Tipo de letra que lleva el documento*/
*{
  font-family: "Tw Cen MT",Arial, sans-serif;
}

label{
  font-weight: bold;
  font-size: 14px;
}

input[type=text],select,textarea,
input[type=password], input[type=number]{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 9px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  width: 90%;
}

.btn {
    background-color: #008CBD;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: #007BA5;
}

/*Estilo a todas las tablas*/
/*Estilo a tabla de perfil*/

table, td, th {
  border: 1px solid #ddd;
  text-align: left;

}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 5px;
  width: auto;
}
