/*Version 1.0.0*/
body{
  font-family: 'Source Sans Pro', sans-serif !important;
  background:ffffff !important;
  letter-spacing: 1px;
}
.justificado{
	text-align:justify;
}
.negro{
	color:#363636:
}
.active_nav{
	color:#00B348 !important;
}
.texto{
	font-size:1.3rem;
}
.blanco{
	color:#FFF;
}
.mayusculas{
	text-transform: uppercase;
}
.derecha{
	text-align:right;
}
.centrado{
	text-align:center;
}
.input_tv{
	 background: transparent;border: 2px solid #FFF;border-radius: 2px;padding: 5px 6px 6px 10px;color:#354732;width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #354732;
  font-weight:bold;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #354732;
  font-weight:bold;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #354732;
  font-weight:bold;
}
:-moz-placeholder { /* Firefox 18- */
  color: #354732;
  font-weight:bold;
}
.nav_tv{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.btn_img {
    cursor: pointer;
    border: none;
    background: transparent;
}
.form-control {
    border: 2px solid #DDDCDF;
}
.text_form{
  font-weight: bold;
  font-size: 0.96rem;
}
.fondo_inicio{
  background-image: url('../images/home/imagen_head.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
  padding-top:40px;
  padding-bottom:40px;
}
.fondo_nosotros{
  background-image: url('../images/nosotros/nosotros.jpg');
  background-repeat: no-repeat;
  background-position:left center;
  background-size:cover;
  padding-top:130px;
  padding-bottom:130px;
}
.fondo_sesion{
  background-image: url('../images/sesion/fondo_inicio_de_sesion.jpg');
  background-repeat: no-repeat;
  background-position:left center;
  background-size:cover;
  padding-top:80px;
  padding-bottom:50px;
}
.fondo_suscribete{
  background-image: url('../images/suscripcion/suscribete.jpg');
  background-repeat: no-repeat;
  background-position:left center;
  background-size:cover;
  padding-top:130px;
  padding-bottom:130px;
}
.fondo_contacto{
  background-image: url('../images/contacto/contacto.jpg');
  background-repeat: no-repeat;
  background-position:left center;
  background-size:cover;
  padding-top:100px;
  padding-bottom:100px;
}
.fondo_footer{
  background-image: url('../images/home/fondo_mapa.jpg');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
  padding-top:60px;
  padding-bottom:60px;
}
.nav_text{
    text-transform: uppercase;
    font-size: 0.7rem;
    cursor:pointer;
    font-weight: bold;
    color:#7A8A8E;
	 margin-left:10px;
}
.nav_text:hover{
    border-bottom:2px solid #00AF42;
}

.text-muted {
    color: #Fe0000 !important;
    font-size: 100% !important;
    cursor: pointer;
}
.cuadro_blanco{
  background: none;
  color:#ffffff;
  padding: 25px 25px 25px 25px !important;
}
.fondo_trans{
  background-image: url('../images/transparencia_grey.png');
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
}
.text_form_rojo{
  color: #BF192F;
  background-color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* SLIDER PROGRAMACION */
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 100%;
    width: auto;
    padding: 16px;
    margin-top: -30px;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    color: #08A52D !important;
    font-size: 2rem;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #575354;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #08A843;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* FIN SLIDER PROGRAMACION */

