.center-telefono {
    position: relative;
    top: 20px;
    right: 0;
    left: 50%;
    width: 25px;
    height: 25px;
}

.center-correo {
    position: relative;
    top: 20px;
    right: 50%;
    left: 0px;
    width: 30px;
    height: 20px;
}

.headercolor {
	background-color: #ffffff;
	 margin-right: -15px;
     margin-left: -15px;
     margin-bottom: 0px;
     margin-top: -70px;
}


.fondo {
  background-color: #ffffff;
  border-color: #e7e7e7;
}

.fondo1 {
  background-color: #e3dfe0;
  border-color: #e7e7e7;
}
/*.links_home a{ color:#FFFFFF ; font-size:14px;}
.links_home a:hover{ color:#000000; font-size:14px;}
.links_home a:visited{ color:#FFFFFF; font-size:14px;}    */ 


body{
	background-image:url("http://www.lasallep.edu.mx/ULSAP/images/patron_textura_exp.png") !important;
	padding-top: 70px;
}



.navbar-inverse {
  background-color: transparent;
  /*border-color: #F20707;*/
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #F20707;
}


.navbar-inverse {
  background-image: -webkit-linear-gradient(top, transparent 0%, #1E2652 100%);
  background-image:      -o-linear-gradient(top, transparent 0%, #1E2652 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1E2652));
  background-image:         linear-gradient(to bottom, transparent 0%, #1E2652 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#1E2652', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, transparent 0%, #F20707 100%);
  background-image:      -o-linear-gradient(top, transparent 0%, #F20707 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, transparent 0%, #F20707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#transparent', endColorstr='#ffF20707', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-toggle {
  border-color: #F20707;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #F20707;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.carousel .item {
    width: 100%; 
    max-height: 700px; 
}
.carousel .item img {
    width: 100%; 
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #cf112d;
}

.text-pie {
  color: #ffffff;
 }

 .divide {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ffffff;
  
}


.linea-ulsa {
  background-image: -webkit-linear-gradient(top, #000441 0%, #000441 100%);
  background-image:      -o-linear-gradient(top, #000441 0%, #000441 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000441), to(#000441));
  background-image:         linear-gradient(to bottom, #000441 0%, #000441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000441', endColorstr='#000441', GradientType=0);
  background-repeat: repeat-x;
  border-color: #000441;
}

.panel_ulsa {
  -webkit-box-shadow: 10px 5px 2px rgba(0, 0, 0, .05);
          box-shadow: 10px 5px 2px rgba(0, 0, 0, .05);
}


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
    border-color: #000441;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
  border-color: #000441;
}
.panel.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
  border-color: #000441;
}


.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #000441 0%, #000441 100%);
  background-image:      -o-linear-gradient(top, #000441 0%, #000441 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000441), to(#000441));
  background-image:         linear-gradient(to bottom, #000441 0%, #000441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000441', endColorstr='#000441', GradientType=0);
  background-repeat: repeat-x;

}


/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
     border-color: #000441;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #000441;
 /* border-color: transparent;**/
   border-color: #000441;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color: #000441;
  background-color: #fff;
  border-color: #000441;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #000441;
    border-color: #000441;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
     border-color: #000441;
        border: 5px solid #000441;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #000441;
     border-color: #000441;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff
    background-color: #000441;
     border-color: #000441;
}


.hr-vertical {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;

    -webkit-column-rule: 2px outset #000441; /* Chrome, Safari, Opera */
    -moz-column-rule: 2px outset #000441; /* Firefox */
    column-rule: 2px outset #000441;
}


  div .solid {
                border-left: 1px solid #000441; 
                padding: -1px;
                }



.body-contaduria{
    background: url(../../images/oferta/CarrerasLicenciatura/contaduria.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 66%;
}

.body-admon{
    background: url(../../images/oferta/CarrerasLicenciatura/admon.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 10%;
}

.body-TICNegocio{
    background: url(../../images/oferta/CarrerasLicenciatura/tecnologias.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 10%;
}

.body-AdmonTurismo{
    background: url(../../images/oferta/CarrerasLicenciatura/admon_turisticas.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 10%;
}

.body-Arquitectura{
    background: url(../../images/oferta/CarrerasLicenciatura/arquitectura.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}

.body-Diseno{
    background: url(../../images/oferta/CarrerasLicenciatura/Diseno.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}

.body-Comunicacion{
    background: url(../../images/oferta/CarrerasLicenciatura/comunicacion_2.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}

.body-Psicologia{
    background: url(../../images/oferta/CarrerasLicenciatura/psicologia.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}


.body-Educacion{
    background: url(../../images/oferta/CarrerasLicenciatura/educacion.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}

.body-Derecho{
    background: url(../../images/oferta/CarrerasLicenciatura/derecho.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}


.body-Enfermeria{
    background: url(../../images/oferta/CarrerasLicenciatura/enfermeria.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}

.body-IngCivil{
    background: url(../../images/oferta/CarrerasLicenciatura/ing_civil.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}


.body-IngIndustrial{
    background: url(../../images/oferta/CarrerasLicenciatura/industrial.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 50%;
}


.body-IngCibernetica{
    background: url(../../images/oferta/CarrerasLicenciatura/cibernetica.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 70%;
}


.body-IngMecatronica{
    background: url(../../images/oferta/CarrerasLicenciatura/mecatronica.jpg);
    /*no-repeat center center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: 100% 100%;*/
    display: block !important;
    max-width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-position: 33% 40%;
}



.div11 {
    width: 100%;
    height: 400px;
    background-image: url('../../images/oferta/CarrerasLicenciatura/contaduria.jpg');
    background-repeat: no-repeat;
    background-size: contain;
   
}

@media only screen and (max-width: 767px) {
      .body-contaduria {
        background-image: url('../../images/oferta/CarrerasLicenciatura/contaduria_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }

@media only screen and (max-width: 767px) {
      .body-admon {
        background-image: url('../../images/oferta/CarrerasLicenciatura/admon_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }

@media only screen and (max-width: 767px) {
      .body-TICNegocio {
        background-image: url('../../images/oferta/CarrerasLicenciatura/tecnologias_mobile.jpg');
        background-position: 50% 50%;
        
      }
   } 

@media only screen and (max-width: 767px) {
      .body-AdmonTurismo {
        background-image: url('../../images/oferta/CarrerasLicenciatura/admon_turisticas_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }

@media only screen and (max-width: 767px) {
      .body-Arquitectura {
        background-image: url('../../images/oferta/CarrerasLicenciatura/admon_turisticas_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }

@media only screen and (max-width: 767px) {
      .body-Diseno {
        background-image: url('../../images/oferta/CarrerasLicenciatura/diseno_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }

@media only screen and (max-width: 767px) {
      .body-Comunicacion {
        background-image: url('../../images/oferta/CarrerasLicenciatura/comunicacion_2_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }

@media only screen and (max-width: 767px) {
      .body-Psicologia {
        background-image: url('../../images/oferta/CarrerasLicenciatura/psicologia_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }

@media only screen and (max-width: 767px) {
      .body-Psicologia {
        background-image: url('../../images/oferta/CarrerasLicenciatura/educacion_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }   

@media only screen and (max-width: 767px) {
      .body-Derecho {
        background-image: url('../../images/oferta/CarrerasLicenciatura/derecho_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }    

@media only screen and (max-width: 767px) {
      .body-Derecho {
        background-image: url('../../images/oferta/CarrerasLicenciatura/enfermeria_mobile.jpg');
        background-position: 50% 50%;
        
      }
   } 

@media only screen and (max-width: 767px) {
      .body-IngCivil {
        background-image: url('../../images/oferta/CarrerasLicenciatura/ing_civil_mobile.jpg');
        background-position: 50% 50%;
        
      }
   } 

@media only screen and (max-width: 767px) {
      .body-IngIndustrial {
        background-image: url('../../images/oferta/CarrerasLicenciatura/industrial_mobile.jpg');
        background-position: 50% 50%;
        
      }
   } 

@media only screen and (max-width: 767px) {
      .body-IngCibernetica {
        background-image: url('../../images/oferta/CarrerasLicenciatura/cibernetica_mobile.jpg');
        background-position: 50% 50%;
        
      }
   } 

@media only screen and (max-width: 767px) {
      .body-IngMecatronica {
        background-image: url('../../images/oferta/CarrerasLicenciatura/mecatronica_mobile.jpg');
        background-position: 50% 50%;
        
      }
   }    