@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
  	padding-top: 20px;
        /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	padding-bottom: 0px;
}

p, span, h3, h5, small{
	font-family:"Open Sans";
}

.txt_interiores, li{font-family:"Open Sans"; line-height:25px;}

.txt_link_azul{
	font-family:"Open Sans";
	color:#0050a1;
	text-decoration:none;
}

td, center{
	font-family:"Open Sans";
}

h1{
	font-family:"Open Sans";
	color:#000;
	font-size:40px;
}

.titulos_programas_home a, .titulos_programas_home a:hover, .titulos_programas_home a:active, .titulos_programas_home a:link {
	color:#000;
}

.titulos_cursos_home a, .titulos_cursos_home a:hover, .titulos_cursos_home a:active, .titulos_cursos_home a:link {
	color:#0050a1;
}


h2{
	font-family:"Open Sans";
	color:#000;
	font-size:24px;
}

h3{
	font-family:"Open Sans";
	color:#777;
	font-size:18px;
}

h4{
	font-family:"Open Sans";
	color:#777;
	font-size:16px;
}

.bajada_programas_home a, .bajada_programas_home a:hover, .bajada_programas_home a:active, .bajada_programas_home a:link{
	font-family:"Open Sans";
	color:#9e9e9e;
	font-size:16px;
	line-height:30px;
}

.titulos_programas_home a, .titulos_programas_home a:hover, .titulos_programas_home a:active, .titulos_programas_home a:link {
	color:#000;
}

.bajada_cursos_home{
	font-family:"Open Sans";
	color:#797b7d;
	font-size:15px;
	line-height:30px;
	padding-top:10px;
}

.fecha_cursos_home{
	font-family:"Open Sans";
	color:#000;
	font-size:15px;
	line-height:30px;
}


.boton_programas_home{
	width:145px; 
	height:44px; 
	border-radius:5px; 
	background: rgba(0, 0, 0, 0.6); 
	font-family:'Open Sans';
	color:#FFF;
	font-size:16px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
    margin:auto;
    border: 1px solid #FFF;
	cursor:pointer;
}

.boton_cursos_home{
	width:145px; 
	height:44px; 
	border-radius:5px; 
	background: rgba(0, 80, 161, 0.8); 
	font-family:'Open Sans';
	color:#FFF;
	font-size:16px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
    margin:auto;
    border: 1px solid #FFF;
	cursor:pointer;
}

.contenedor_videos{
	width: 100%;
	min-height:550px;
	padding-top:30px;
	background-color:#000;
}

.txt_pie_bco{
	font-family:"Open Sans";
	color:#FFF;
	font-size:12px;
}

.txt_pie_bco_right, .txt_pie_bco_right a, .txt_pie_bco_right a:hover, .txt_pie_bco_right a:link, .txt_pie_bco_right a:active{
	font-family:"Open Sans";
	color:#FFF;
	font-size:12px;
	text-align:right;
	text-decoration:none;
}

.navbar-default .navbar-nav > li > a{ /* ESTA SOLO PORQUE EL "li" ES EL ESTILO DEL MENU */
	font-family:"Open Sans";
	color:#FFF;
	font-size:17px;
	margin-right:15px;
	font-weight:bold;
	line-height:25px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #E3E3E3;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #FFF;
  background-color: transparent;
}

.dropdown-menu{ /* SOBREESCRIBE LOS VALORS DE SUBMENU DE BOOTSRAP */
	background: rgba(12, 2, 105, 0.8);
}

.dropdown-menu > li > a { /* SON LOS "li" DEL ESTILO DEL SUBMENU */
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 40px;
  color: #FFF;
  font-size:14px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.txt_menu_ppal{
	font-family:"Open Sans";
	color:#FFF;
	font-size:16px;
	line-height:25px;
	font-weight:bold;
}

.txt_submenu, .txt_submenu a, .txt_submenu a:hover, .txt_submenu a:link, .txt_submenu a:active{
	font-family:"Open Sans";
	color:#FFF;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
	text-align:right;
	text-decoration:none;
}

.txt_submenu_left, .txt_submenu_left a, .txt_submenu_left a:hover, .txt_submenu_left a:link, .txt_submenu_left a:active{
	font-family:"Open Sans";
	color:#FFF;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
	text-align:left;
}

label, button, input, select, textarea{
	font-family:"Open Sans";
	font-weight:normal;
}


.txt_menu_superior, .txt_menu_superior a, .txt_menu_superior a:hover, .txt_menu_superior a:active{
	font-family:"Open Sans";
	font-size:16px;
	color:#FFF;
	text-decoration: none;
}


.logo_mobile{display:none;}
.sub_menu_mobile{display:none;}

.menu_desktop{
	background-color:#0053ab; min-height:74px; padding-left:280px; padding-top:1px;
}	

.contenedor_programa{text-align:center; width:400px;}
.contenedor_curso{text-align:center;}

.icono_social{width:65px;}

@media (max-width: 1200px) {	
	
	body {
		margin: 0px;
		padding-top: 85px;
			/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	}
	
	.menu_desktop{
		min-height:1px;
		background-color:#FFF;
		padding-left:10px;
	}
	
	.contenedor_programa{text-align:center; width:auto;}
	
	.icono_social{width:60px; margin-left:3px; padding-top:5px;}
	
	.txt_pie_bco{text-align:center; width:100%;}
	.txt_pie_bco_right{text-align:center; width:100%;}
	
	.marco_contenedor_programa_mobile{background: rgba(255,255,255,0.9); padding-top:10px; margin-bottom:10px;}
	
	.sub_menu_desktop{display:none;}
	.sub_menu_mobile{display:inline;}
	
	.txt_submenu_left, .txt_submenu_left a, .txt_submenu_left a:hover; .txt_submenu_left a:link, .txt_submenu_left a:active{
		color:#FFF;
		text-decoration:none;
	}
	
	.logo_desktop{display:none;}
	.logo_mobile{display:inline;}
	.padding_menu_desktop{display:none;}
	.texto_submenu_desktop{display:none;}
	
	.dropdown-menu > li > a { /* SON LOS "li" DEL ESTILO DEL SUBMENU */
	  color: #FFF;
	  text-decoration: none;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
	  color: #FFF;
	  text-decoration: none;
	  background-color: #000;
	}
	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
	  color: #FFF;
	  text-decoration: none;
	  background-color: #337ab7;
	  outline: 0;
	}
	
	.txt_menu_ppal{
		font-family:"Open Sans";
		color:#FFF;
		font-size:16px;
		line-height:25px;
		font-weight:bold;
	}
	
}