@charset "UTF-8";
/* 
  Reglas para sobreescribir comportamiento de Bootstrap o agregar
  estilos "modificadores"

  Autores:
  - Rubén Jiménez Goñi
  - Marco Artavia Quesada
*/
/*

Variables que se utilizan en todas las hojas de estilo

Autores:
- Rubén Jiménez Goñi
- Marco Artavia Quesada

*/
/* ================================================ */
/* == VARIOS ====================================== */
/* ================================================ */
.text-center {
  text-align: center !important; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.no-float {
  float: none; }

/* TEMPORAL */
.form-submit {
  float: right;
  margin: 10px; }

.form-control-static {
  margin-top: 0px;
  margin-bottom: 0px; }

.row {
  margin: 0; }

.tooltip-inner {
  color: white !important; }

/* ================================================ */
/* == BUTTONS ===================================== */
/* ================================================ */
.btn-ucr {
  background-color: white;
  padding: 6px 40px;
  font-size: 16px;
  border-color: #ccc; }

.btn-ucr:hover, .btn-ucr:focus {
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-curriculo {
  background-color: #0c344e;
  color: #FFF !important;
  padding: 6px 40px;
  font-size: 16px; }

.btn-curriculo:hover, .btn-curriculo:focus {
  background-color: #204C6F;
  color: #FFF !important; }

/*# sourceMappingURL=bootstrap-ext.css.map */
