body {
	/* [disabled]min-height: 2000px; */
	padding-top: 70px;
}
/* BARRA */
.navbar-nav li a {
	font-size: 1.2em !important;
	color: #FFF !important;
} /* @font-size-base 14 px */
.navbar-nav li a:hover {
	color: #FFF !important;
	background-color: #000 !important;
}

.dropdown-menu {
	color: #FFF !important;
	background-color: #DE0000 !important;
} 
.dropdown-menu li a {
	color: #FFF !important;
} 
.dropdown-menu li a:hover {
	color: #FFF !important;
	background-color: #000 !important;
}

p {
	font-size: 16px !important;
	line-height: 24px !important;
}

a:link {
	color: #C40000;
	text-decoration: none;
}
a:visited {
	color: #C40000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 38px !important;
	color: #000;
	font-weight: bold ;
}
h2 {
	color: #337AB7;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px !important;
	color: #666;
}
hr {
	border-top: 1px solid #000;
}
/* ------ resp img - alternativa individual: img src="abc.jpg" class="img-responsive" ----- */
img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* ie 8 */
  }
}
/* ------------------ */

.Separador {
	border-top: 1px dashed #000;
}
/*  ---- COLUMNAS  ---- */
/* .fondoNoti {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
}
*/

 /*
 [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 40px;
  /*background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}   
  */
/*  ---- COLUMNAS  ---- */
.col-md-3 {
  padding-top: 15px;
  padding-bottom: 40px;
}
.col-sm-6 {
  padding-top: 15px;
  padding-bottom: 40px;
}

/*  ---- CARRUSEL  ---- */
.carousel-caption {
	font-weight: bold;	
}

/*  ---- SEMANARIO  ---- */
.SemEpigrafesBold {
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 17px !important;
	line-height: 24px !important;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #666;
	font-weight: bold;
}
.SemSeparador {
	border-top: 1px solid #FF0000;
}

.SemFlotaDerecha {
	float: right;
	margin-left: 15px;
}
.SemFlotaIzquierda {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
/* celulares */
@media (max-width: 768px) {
.SemFlotaIzquierda, .SemFlotaDerecha {
	float:none;
}	
}

/* ------- formu -----------*/

      #formu {
        background-color: #39b1a4;
        background-color: rgba(57,177, 164, 0.7);
        padding: 1em;
      }

      #formu label {
        font-size: 1.2em;
        font-weight: 200;
        padding-top: 12px;
        display: block;
      }

      #formu input, textarea {
        width: 100%;
        font-size: 18px;
        font-weight: 200;
        padding: 10px;
        box-sizing: border-box;
      }

       #formu input[type=submit] {
        background-color: hsl(8, 70%, 54%);
        color: white;
        margin-top: 20px;
        padding: 10px;
        border: none;
        box-sizing: border-box;
        font-size: 18px;
      }

/* ---------------------------------------------- */
@media (max-width: 767px) {
.col-sm-6, .col-md-3 { 
    /* solo home */
    border-bottom: 1px solid #ccc;
}

h1 {
	font-size: 30px !important;
	line-height: 32px !important;	
}
h4 {
	font-size: 14px !important;
}
}
.sombra {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* ------- video responsive ----------  */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------- fin video responsive ----------  */