#element_to_pop_up { display:none; }
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);


}
@media screen and (max-width: 768px) {
    h1{
        font-size:14px;
    }
     h4{
        font-size:10px;
    }
}


label { display: block; }

.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.centering {
  float:none;
  margin:0 auto;
}

.centrado-y
{
  vertical-align:middle;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
        
select { width: 200px; }

html, body {
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
	margin:0; 
	padding:0; 
	width:100%; 
  height: auto;
	background-size: 100% 100%;
	background-color: black; 
	background-image: url('../img/fondocatth.jpg');
  text-align:left;
 
  overflow: auto;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  
}

#background,.promosimg {
	position:absolute; 
	z-index:1; 
	width:100%;
  height:100%;
}


.promosimgs{position:
	absolute; 
	z-index:1; 
	width:600px;
	height:463px;}



	
.LinkBlanco
{
 color: white;
}

.textoNegro
{
  color: black;
}

.textoBlanco
{
  color:white;
}

.marcoBlanco{
  box-shadow: 0px 0px 20px 9px rgba(255, 250, 250, 0.3);
  -moz-box-shadow: 0px 0px 20px 9px rgba(255, 250, 250, 0.3);
 -webkit-box-shadow: 0px 0px 20px 9px rgba(255, 250, 250, 0.3);
}
.marcoAmarillo
{
  box-shadow: 0px 0px 20px 9px rgba(255, 243, 10, 0.3);
-moz-box-shadow: 0px 0px 20px 9px rgba(255, 243, 10, 0.3);
-webkit-box-shadow: 0px 0px 20px 9px rgba(255, 243, 10, 0.3);
}

.marcoAzul
{
  box-shadow: 0px 0px 20px 9px rgba(51, 83, 200, 0.3);
-moz-box-shadow: 0px 0px 20px 9px rgba(51, 83, 200, 0.3);
-webkit-box-shadow: 0px 0px 20px 9px rgba(51, 83, 200, 0.3);
}


.b-close {
border-radius: 0px;
font: 100% sans-serif;
padding: 10px;
background-color: #000;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
left: -7px;
right: -7px;
top: -7px;
}

.b2-close:hover {
background-color: #1e1e1e;
}

.titulodiv
{
 background-color: #042864;	
}

.titulodivt
{
 background-color: rgba(4,40,100,0.6);
 
}

.divNegro
{
 background-color: rgba(0,0,0,0.6);
 }

.divNegroSolido
{
 background-color: #00;
 }

.divAzul
{
 background-color: #00357f;
 margin-left:-15px; 
 margin-right:-15px; 
}


.divAzul2
{
 background-color: #00357f;
}

.divN2
{   
 background-color: #000;
 margin-left:-15px; 
 margin-right:-15px; 
}

.letraGrande{
  font-size:16px;
  font-weight: bold;
  font-family: monospace;
}

.letraMediana{
  font-size:14px;
  font-family: monospace;
}

.letrapeque{
	font-size:10px;
  font-family: arial;
}

.letrapeque2{
  font-size:8m;
  font-family: verdana;
}

.letrapeque3{
  font-size:14m;
  font-weight: bold;
  font-family: verdana;
 }


a:hover{
   color: yellow;
   text-shadow: 1px 1px red;
   text-decoration: none;
   

}

a:link{
	color: white;
	text-decoration: none;
}


a:active{
	color: white;
	text-decoration: none;
}

a:visited{
	color: white;
	text-decoration: none;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

  .max-height {
                height: 98%;
              }

 .no-overflow {
                overflow: hidden;
            }            
.scrollable {
                overflow: auto;
                padding-top: 0px;
            }            


.100p
{
 height: 100%; 
}  

.90p
{
 height: 90%; 
} 

.80p
{
 height: 80%; 
}   
.50p
{
 max-height: 500px; 

}            

.40p
{
 height: 40%; 
}            


.30p
{
 height: 150px; 
}            

.20p
{
 height: 20%; 
}            

.sombraRoja{
  text-shadow: 2px 2px red;
}


.lista75{
height: 75%;
margin: 0 auto;

overflow: hidden;
}

.lista80{
height: 80%;
margin: 0 auto;

overflow: hidden;
}

.lista85{
height: 85%;
margin: 0 auto;
overflow: hidden;
}

.lista90{
height: 90%;
margin: 0 auto;

overflow: hidden;
}
.lista100{
height: 100%;
margin: 0 auto;

overflow: hidden;
}

.ancho100
{
 width: 100%; 
}

.ancho90
{
 width: 90%; 
}

.imgAuto{
  max-width: 100%;
  max-height: 100 %;
  
}

.imgAuto1{
  max-width: 100%;
  max-height: 100 %;
  width: auto;
  height: auto;
}

.img90p{
  max-width: 90%;
  max-height: 90 %;
  width: auto;
  height: auto;
}

.img85p{
  max-width: 85%;
  max-height: 85%;
  width: auto;
  height: auto;
}

.alturaMax25{
  max-height: 150px;
  width: auto;
  height: 150px;
}


.20px
{
  height: 20%;
}


.80px
{
  height: 80%;
}

.160px
{
  height: 350%;
}

.marcoRedondo {
    border: 1px solid;
    border-radius: 25px;

}

.marcoRedondoGris {
    border: 1px solid;
    border-radius: 5px;
    border-color: gray;
    
}
.centradov
{
  padding-top: 10%;
 
}

.textoBlanco
{
  color: white;
}

.fondoTH
{
  /* color: black;
   background-color: white;*/
   background-image: url('../img/fondoimg.png');
}

.fondoBlanco
{
  /* color: black;*/
   background-color: white;
   
}

.sinpadding
{
  padding: 0px;
}
.padding05
{
  padding: 5px;
}
.tituloUno
{
  font-size: 2em;
}

.top0
{
  top: 0px;
}

#contenedorprincipal {
  padding-top: 150px;
  
}

/* Navigation */
#tf-menu {
  
  transition: all 0.8s;
  margin-bottom: 50px;
}
#tf-menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 10px;

}


.InfoProducto
{
  height: 100%;
  padding: 0px;
  margin: 0px;
  border-color: grey;
  border-width: 1px;
  border-bottom-width: 5px;
  border-bottom-color: black;
  border-style: solid;
}

.textoAmarillo
{
  color:yellow;
}

.textoNegro
{
  color:black;
}


.fuente11
{
  font-size: 11px;
}

.fuente12
{
  font-size: 11px;
}

.margenAbajo
{
  margin-bottom: 5px;
}