body {
    background-image: url('../img/bg.jpg');
}
a {
    color: #214092;
}
.nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}


.header {
    background-image: url('../img/header-line.png');
    background-repeat: repeat-x;
    background-size: 1px 140px;
}
.clearfix {
    clear: both;
}
#header_logo, #header_side {
    display: inline;
    float: left;
}
#header_side, #header_subtxt {
    float: right;
}
/*
#header_side ul {
    width: 150px;
}
*/
/*
#header_subtxt  {
    margin-top: 5px;
    font-size: 17px;
    font-style: italic;
    text-align: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #E9EAEE;
    padding: 10px;
}
*/
#header_subtxt_up  {
    color: #214092;
}
#header_subtxt_dn  {
    color: #DE2125;
}


#header_menu {
    margin-top: 9px;
}
#header_menu ul {
    margin-left: 0;
}
#header_menu div.inline {
    padding-left: 3px;
    padding-right: 3px;
}
#header_menu a {
    color: #434343;
    font-size: 15px;
    margin: 0 4px;
}
#header_menu .selected a {
    color: #214092;
    /*font-style: italic;*/
    font-weight: bold;
}
#header_menu .selected {
    /*background-image: url('../img/selected.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    height: 43px;
}
#header_menu .dropdown-menu a:hover {
    color: #FFF;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background: #1D387F; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214092', endColorstr='#15295C'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#214092), to(#15295C)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #214092,  #15295C); /* for firefox 3.6+ */      
}


.container2 {
    width: 1000px;
    margin: auto;
}

.inline {
    display: inline;
    float: left;
}

.box {
    padding: 2px;
    border: 1px solid #ECECEC;
    background-color: #FFF;
}

#main_content {
    min-height: 300px;
	margin-bottom: 30px;
    background-color: #FFF;
}

#main_home {
    margin-top: 30px;
}


.footer {
    background-color: #7D7D7F;
    color: #FFF;
}
.footer a {
    color: #FFF;
    text-decoration: none;    
}
.footer li {
    list-style: none;
}
.footer .container2 .inline {
    margin: 10px;
    margin-right: 105px;
}

.form-horizontal {
    background-image: url('../img/form_bg.png');
    width: 355px;
    height: 445px;
}
.form-horizontal h3 {
    color: #FFF;
    font-size: 15px;
    padding-top: 21px;
    padding-left: 20px;
}
.form-horizontal .controles {
    padding: 30px;
    padding-top: 5px;
}
.form-horizontal input[type=text], 
.form-horizontal input[type=email], 
.form-horizontal input[type=tel], 
.form-horizontal textarea {
    width: 259px;
}
.form-horizontal select {
    width: 272px;
}
.form-horizontal textarea {
    height: 90px;
    resize: none;
}
.form-horizontal button {
    margin-top: 10px;
    margin-left: 50px;
}
.input-prepend {
    margin: 8px 0;
}
.form-horizontal .control-group {
    margin-bottom: 0 !important;
}
.input_box {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.control-group.error > span {
    font-size: 11px;
    color: #b94a48;
    float: right;
}
#all_home #main_programas {
    background-color: #FFF;
    width: 100%;
    margin: 10px 0;
    margin-bottom: 30px;
}
#all_home #main_programas h2 {
    margin-bottom: 10px;
}
#all_programas #main_programas {
    width: 74.7%;
    margin: 10px 0;
}
#all_programas #main_filtros {
    width: 24%;
    margin: 10px 0;
    border: 1px solid #ECECEC;
    background-color: #FFF;    
}
#main_programas h2,
#main_conocenos_content h2 {
    color: #214092;
    font-size: 19px;
    font-weight: normal;
    /*font-style: italic;*/
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
}
#main_filtros h3, #curso_right h3 {
    color: #214092;
    font-size: 17px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin: 0;
}
#main_filtros .box_filtros, #curso_left .box_filtros {
    margin: 5px;
    margin-top: 0;
    margin-bottom: 15px;
}

#main_filtros h4, #curso_left h4 {
    font-weight: normal;
    color: white;
    font-size: 17px;
    padding: 5px;
    padding-left: 15px;
    margin: 0;
    background: #1D387F; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214092', endColorstr='#15295C'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#214092), to(#15295C)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #214092,  #15295C); /* for firefox 3.6+ */        
}
#main_filtros ul, #curso_left ul {
    margin: 0;    
    border: 1px solid #ECECEC;
}
#main_filtros li, #curso_left li {
    list-style: none;
    padding: 5px;
    padding-left: 15px;
    border-bottom: 1px solid #ECECEC;
}
#main_filtros li a, #main_filtros li {
    color: #434343;
}
#main_filtros li a.eliminar_filtro {
    float: right;
    padding-right: 5px;
    position: relative;
    top: -1px;
}
#main_filtros li.selected {
    background: #E6E6E6; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F2F4', endColorstr='#E6E6E6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F2F4), to(#E6E6E6)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #F1F2F4,  #E6E6E6); /* for firefox 3.6+ */       
}
#curso_left li span {
    display: none;
}
#curso_left li.selected span {
    display: inline;
    color: #ED1B28;
    margin-right: 1px;
    font-size: 18px;
}
.c_item {
    margin: 0 6px 5px;
    width: 231px;
    display: inline;
}
#curso_right .c_item {
    width: 190px;
}
.glow:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.c_item a:hover {
    text-decoration: none;
}
.c_thumb {
    border-radius: 2px 2px 0 0;
    display: block;
    position: relative;
}

.c_nombre, #curso_center .c_nombre, .c_nombre h1 {
    margin: 0;
    font-weight: normal;
    line-height: 17px;
    color: white;
    font-size: 17px;
    padding: 5px;
    background: #1D387F; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214092', endColorstr='#15295C'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#214092), to(#15295C)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #214092,  #15295C); /* for firefox 3.6+ */        
}
/*.c_item .c_nombre {
    height: 69px;
}*/
.spec_nombre {
    height: 20px;
    margin: 0;
    font-weight: normal;
    line-height: 17px;
    color: white;
    font-size: 17px;
    padding: 5px;
    background: #1D387F; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214092', endColorstr='#15295C'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#214092), to(#15295C)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #214092,  #15295C); /* for firefox 3.6+ */        
}

.c_nombre.c_nombre_over {
    background: #640B0F; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A31217', endColorstr='#640B0F'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#A31217), to(#640B0F)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #A31217,  #640B0F); /* for firefox 3.6+ */        
}

.c_desc {
    color: #434343;
    background: #E7E7E9; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFCFB', endColorstr='#DEDEE0'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFCFB), to(#DEDEE0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FAFCFB,  #DEDEE0); /* for firefox 3.6+ */        
    font-size: 14px;
    padding: 5px;
    height: 40px;
}
.spec_desc {
    color: #434343;
    background: #E7E7E9; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFCFB', endColorstr='#DEDEE0'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FAFCFB), to(#DEDEE0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FAFCFB,  #DEDEE0); /* for firefox 3.6+ */        
    font-size: 14px;
    padding: 5px;
}

.c_item span.c_mas_info {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}
.c_item span.c_mas_info span {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px 10px 10px 10px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    margin: -15px 0 0 -60px;
    padding: 5px 10px;
    top: 50%;
    position: absolute;
}



#curso_left {
    margin-top: 5px;
    width: 245px;
}
#curso_left > div {
    width: 227px;
}
#curso_center {
    width: 540px;
    border: 1px solid #ECECEC;
    background-color: #FFF;   
    margin: 5px;
}
#curso_right {
    width: 200px;
}
#curso_center .banner_box {
    margin: 10px;
}
#curso_left, #curso_center, #curso_right {
    display: inline;
    float: left;
    margin-bottom: 15px;
}
#c_contenido_detalle h3 {
    color: #233F93;
    font-size: 17px;
    font-weight: normal;
    margin-left: 13px;
    margin-bottom: 5px;
}
#c_contenido_detalle p {
    margin: 0 13px 10px;
    font-size: 13px;
    /*color: #233F93;*/
}

.btn_solicita {
    border: 1px solid #ECECEC;
    border-radius: 5px;
    font-size: 17px;
    padding: 5px 7px;
    margin: 10px;
    text-align: center;
    background: #1D387F; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214092', endColorstr='#15295C'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#214092), to(#15295C)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #214092,  #15295C); /* for firefox 3.6+ */   
}
.btn_solicita a {
    color: white;
}

.precio_box {
    margin: 12px;
    margin-top: 20px;
    background: #DCDCDE; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F7F6', endColorstr='#DCDCDE'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F7F6), to(#DCDCDE)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #F5F7F6,  #DCDCDE); /* for firefox 3.6+ */   
}
.precio_box .btn_solicita {
    float: right;
}
.precio_box p {
    margin: 7px;
}
#c_contenido_detalle > div {
    display: none;
}
#c_contenido_detalle #tab_content_0 {
    display: block;
}

#curso_form {
    display:none;
    width: 580px;
    height: 550px;
    background-image: url('../img/form_curso_bg.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.fancybox-skin {
    padding: 0;
}
#curso_form h3 {
    color: #FFF;
    font-size: 15px;
    padding-top: 23px;
    padding-left: 20px;
}
#curso_form .controles {
    margin: 20px;
}

#curso_form .controles .input-prepend {
    margin-left: 18px;
}

#curso_form textarea {
    width: 471px;
    height: 100px;
    resize: none;
}

#curso_form button {
    margin-left: 440px;
}

#main_conocenos {
    margin-top:10px;
}
#main_conocenos_content {
    background-color: #FFF;
    margin:20px 0;
    padding-bottom: 20px;
}
#main_conocenos_content h2 {
    margin-bottom: 10px;
}
#main_conocenos_content ul {
    margin-left: 30px;
}
#main_conocenos_content > div {
    padding: 20px;
}

#main_conocenos_content .main_conocenos_bottom p {
    color: #214092;
}
#main_conocenos_content .main_conocenos_bottom p span {
    color: #DE2125;
}




.nivo-controlNav {
    padding: 0 !important;
}

#breadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #214092;
}
#breadcrumb a {
    color: #333333;
}

#breadcrumb ul {
    float: left;
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 0;
}
#breadcrumb .home {
    background: none repeat scroll 0 0 transparent;
    height: 15px;
    margin-left: 0;
    padding-left: 0;
}
#breadcrumb ul li {
    float: left;
    margin-left: 5px;
}

/*Sidebars Start*/
#left-sidebar .sidebar-wrapper {
    padding-right: 19px;
    border-right: 1px solid #cccccc;
}
.side-nav .active a {
    color: #214092;
    font-weight: bold;
}
.sidebar .sidebar-block {
    margin-bottom: 35px;
    padding-left: 13px;
    clear: both;
    overflow: hidden;
}
.sidebar-news-widget ul, .side-nav ul {
    list-style: none;
    margin-left: 0;
}
.sidebar-news-widget ul li, .side-nav ul li {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 8px;
    overflow: hidden;
    padding-bottom: 8px;
    text-align: left !important;
}
.comments-widget p, .text-widget p, .tags-widget p {
    padding: 0;
    color: #898989;
}
.sidebar-news-widget ul li p, .sidebar-news-widget .date {
    padding: 0 0 0 69px;
}
.side-nav ul li a {
    padding-left: 9px;
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
}
.side-nav ul li a:hover {
    /*text-decoration: none;*/
    color: #333333;
}
.side-nav ul li.indent {
    padding-left: 19px;
}
.tags-widget p {
    margin-bottom: 5px;
}
.sidebar-news-widget ul .photo {
    float: left;
    margin-right: 10px;
}
.sidebar {
    padding-top: 29px;
}
.sidebar h2 {
    border-bottom: 3px solid #cccccc;
    padding-bottom: 6px;
    line-height: 22px;
    color: #214092;
    margin: 0 0 10px;    
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: normal;
}
.two-columns-left {
    border-left: 1px solid #D4D4D4;
    padding: 21px 0 0 19px;
}
.two-columns-left h1 {
    color: #214092;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 20px;
}
.two-columns-left h2 {
    color: #214092;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 20px;
}
.two-columns-left h3 {
    color: #214092;
    font-size: 15px;
}
.two-columns-left {
    margin-bottom: 30px;
}
.two-columns-left p span.titulo_p {
    color: #214092;
}

.contact-form {
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact-form h1 {
    color: #214092;
    font-size: 21px;
    line-height: 1;
}
.contact-form .help-inline {
    display: none;
}
.contact-form .error .help-inline {
    display: block;
}
.contact-info {
    margin-top: 20px;
}
.contact-info address {
    font-size: 13px;
    color: #214092;
    margin-bottom: 15px;
}
.contact-info h2 {
    border-bottom: 3px solid #CCCCCC;
    margin-bottom: 12px;
    padding-bottom: 6px;
    clear: both;
}


#main_home .carousel-inner > div > div {
    padding: 0 100px;
}
#main_home .carousel-inner .carousel-texto {
    font-size: 17px;
    line-height: 24px;
}
#main_home .carousel-inner .carousel-texto span {
    color: #214092;
    font-style: italic;
}
#main_home .carousel-inner h1 {
    font-weight: normal;
    margin-top: 60px;
}
#main_home .carousel-inner h1 span {
    color: #DE2125;
}

.space-top {
	margin-top: 30px;
}

#main_content  li {
    list-style-type: none;
    text-align: justify;
}

#main_content  li  i{
	margin-left: -25px;
	margin-right: 7px;
}

#main_content .em-text {
  text-align: center;
  font-style: italic;
  color: #214092;
}

