/* styles TEPJF */
body{
  font-size: 14px;
  background-color: #FFF;
  color: #555555;
}

p {
  margin: 0 0 10px;
}

a, a:visited {
  color: #555;
  cursor: pointer;
}

a:hover {
  color: #123975;
}

h1 {
    color: #123975;
    font-size: 22px;
    padding-top: 20px;
}

h2 {
    font-size: 16px;
    margin-top: 5px;
}

blockquote {
  font-size: 14px;
  margin: 0 0 20px;
  padding:10px;
  border-left: 5px solid #ddd;
  background: #f0f0f0;
  border-radius: 0px 10px 10px 0px;
}

.footer {
  background-color: #3a6a75;
  color:#fff;
  padding: 25px 20px 20px; 
}

/* estilos generales */
.headTitle {
    color: #1B6A76;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: -10px;
}
.headDate {
    color: #95B7AC;
    font-weight: bold;
    font-size: 32px;
    margin-left: 12%;
}

.mainTitle {
    color: #123975;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
}

.subTitle1 {
    color: #123975;
    font-weight: bold;
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
}

/* colores principales en texto */
.mainColor{
      color: #123975;
}

.secondColor {
  color: #000000;
}

.thirdColor{
  color:#3d048e;
}

/********* espacios entre párrafos y elementos *********/
.smallMarginTop{
  padding-top: 20px;
}

.smallMarginBottom{
  padding-bottom: 20px;
}

.bigMarginTop{
  padding-top: 40px;
}

.bigMarginBottom{
  padding-bottom: 40px;
}

.siteTitleMarginTop {
    margin-top: 10px;
}

/*separacion entre bloques*/
.bottomBorder {
  border-bottom: 1px solid #bbbdbf;
}


/*  Botón*/
.mainButton, .mainButton:visited{
  background: #123975;
  color: #FFFFFF !important;
  border: solid 2px #0b2a56 !important;
  padding:5px 20px;
  font-size:16px;
  border-radius: 7px;
}

.mainButton:hover{
background: #0d805f; 
}

/********* estilo imagen del fondo del encabezado *********/
.backgroundHeader{
    background-image: url("../images/background.png");
    min-height: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    /*border-bottom: 2px solid #C6DADC;
    background-position-x: right;*/
}

/*Inicio alto del encabezado*/
.logoMargin{
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Diferentes tamaños de iconos */
.iconSize130 {
    max-width: 130px;
    margin-bottom: 5px;
    margin-right: 7px;
}

.iconSize42 {
    max-width: 42px;
    margin-bottom: 5px;
    margin-right: 7px;
}
.iconSize24 {
    max-width: 24px;
    margin-bottom: 5px;
    margin-right: 7px;
}

.socialButton {
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.borderImage{
    border:7px solid #d5d3ce;
}


/********** Inicio Galerias **********/
.galleryImage img {
    border: 7px solid #e3e3e3;
    max-height:250px;
    max-width:250px;
}

/* imagen */
.galleryImageBig{
    max-height: 400px;
    margin: 0 auto;
    }
    
.galleryThumbnailsMargin{
    margin:5px;
}

/* modifica existente en bootstap */ 
.img-thumbnail{
    padding:0px;
}

/* texto pie de foto en galería */
.galleryFooter{
    width: 70%;
    margin: 10px auto;
    padding: 10px;
}

/**** Estilos para footer galeria *****/
.galleryFooterContent {
    text-align: center;
    margin-bottom: 4em;
    margin-bottom: 40px;
    margin-top: 10px;
    max-height: 400px;
    overflow-y: auto;
}

/* modifica existente en bootstap */ 
.info-lab-content {
    text-align: center;
    min-height: 250px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.info-lab-content img {
    width: auto;
    height: 150px;
    border: 7px solid #e3e3e3;
}