@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700italic,700,400italic);
body,td,th {
	font-size: 12px;
	color: #333333;
	/* background-color:#F5F5F5; */
	/* background-color:#E3DECA; */
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}
a:link {
    color: #3399CC;
	text-decoration: underline;
}

a:visited {
  color:  #3399CC;
  text-decoration: underline; 
}

a:hover {
    text-decoration: none;
	color: red;
}

.Estilo3 {font-size: 24px;}
.Estilo7 {font-size: x-small}
.Estilo11 {font-size: 12px}
.btnav { background-color: #FFED00; cursor:hand;} 
.btnavday {background-color: #FFFFFF; border: 0px #000000 solid; cursor:hand;} 

#cssmenu {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  line-height: 15px;
  /* text-transform: uppercase; */
  text-align: center;
  
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  /* background: #b20000;  COLOR DE LA BARRA DE MENU ROJO*/
  /* background: #10218b;  COLOR DE LA BARRA DE MENU AZUL*/
  /* background: #FFFFFF;  COLOR DE LA BARRA DE MENU BLANCO*/
  /* background: #b3b3b3;  COLOR DE LA BARRA DE MENU GRIS*/
  /* background: #ffba00;  COLOR DE LA BARRA DE MENU AMARILLO*/
  /* background: #2e827c;  COLOR DE LA BARRA DE MENU VERDE-AZUL*/
  background: #2e827c ;
 
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 300px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* background: #b20000; BACKGROUND DE LOS SUBMENUS ROJO */
  /* background: #10218b; BACKGROUND DE LOS SUBMENUS AZUL */
  /* background: #ffffff; BACKGROUND DE LOS SUBMENUS BLANCO */
  /* background: #d1d1d1; BACKGROUND DE LOS SUBMENUS GRIS*/
  /* background: #ffba00; BACKGROUND DE LOS SUBMENUS AMARILLO*/
  /* background: f9b234; BACKGROUND DE LOS SUBMENUS AMARILLO AUSTRALIA*/
  /* background: 2e827c; BACKGROUND DE LOS SUBMENUS AZUL-VERDE*/
  /* background: 2e827c; BACKGROUND DE LOS SUBMENUS VERDOSO CLARO*/
  
  background: #44b7af; 
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  /* background: #b20000 url('images/caret.png') no-repeat; COLOR OPCIONES DE MENU OVER ROJO  */
  /* background: #10218b url('images/caret.png') no-repeat; COLOR OPCIONES DE MENU OVER AZUL  */
  /* background: #ffffff url('images/caret.png') no-repeat; COLOR OPCIONES DE MENU OVER BLANCO  */
  /* background: #000000 url('images/caret.png') no-repeat; COLOR OPCIONES DE MENU OVER NEGRO  */
  /* background: #f9b234 url('images/caret.png') no-repeat; COLOR OPCIONES DE MENU OVER AMARILLO AUSTRALIA  */
  /* background: #2e827c url('images/caret.png') no-repeat; COLOR OPCIONES DE MENU OVER AZUL-VERDE  */
  
  background: #000000 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  /* color: #747474;    ESTE ES EL COLOR DE LA LETRA DE MENU*/
  color: #ffffff;
  /*   ESTE ES EL COLOR DE LA SOMBRA DE LA LETRA DEL MENU */
  text-shadow: 0px 1px 0px #333;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  /* background: #b20000;  ESTE ES EL CAMBIO DE COLOR EN TODAS CUANDO OVER ROJO */
  /* background: #10218b;  ESTE ES EL CAMBIO DE COLOR EN TODAS CUANDO OVER AZUL */
  /* background: #ffffff;  ESTE ES EL CAMBIO DE COLOR EN TODAS CUANDO OVER BLANCO */
  /* background: #000000;  ESTE ES EL CAMBIO DE COLOR EN TODAS CUANDO OVER NEGRO */
  /* background: #f9b234;  ESTE ES EL CAMBIO DE COLOR EN TODAS CUANDO OVER AMARILLO AUSTRALIA */
  
  background: #000000;  
  color: #ffffff;
  text-shadow: 0px 1px 0px #000;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    /* background-color: #b3b3b3; COLOR DE BARRA DE MENU EN MOVIL*/
	/* background-color: #ffba00; COLOR DE BARRA DE MENU EN MOVIL AMARILLO*/
	/* background-color: #2e827c; COLOR DE BARRA DE MENU EN MOVIL VERDE-AZUL*/
	/* background-color: #000000; COLOR DE BARRA DE MENU EN MOVIL NEGRO*/
	
	background-color: #2e827c;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
	/* background: #697ae2; COLOR SUBMENU EN MOVIL AZUL CLARO*/
	/* background: #b20000; COLOR SUBMENU EN MOVIL ROJO*/
	/* background: #ffffff; COLOR SUBMENU EN MOVIL BLANCO*/
	/* background: #fef271; COLOR SUBMENU EN MOVIL AMARILLO*/
	/* background: #fef271; COLOR SUBMENU EN MOVIL AMARILLO AUSTRALIA*/
	/* background: #44b7af; COLOR SUBMENU EN MOVIL VERDOSO CLARO*/
	
	background: #44b7af;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}
#cssmenu ul ul {
    z-index: 999;
}




 /* adaptable columns */

* {
   margin: 5;
   /* padding: 0; */
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.container:after {
    clear: both;
}

.container > div {
    min-height: 200px; 
    float: left;
    width: 50%;
}

.leftCol {
    background: #ffffff;
}

.rightCol {
    background: #fefefe;
}

@media all and (max-width: 780px) {
    .container > div {
        float: none;
        width: 100%;
    }
}

.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%;
}
