.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 1%;
  left: 49%;
  z-index: 1050;
  max-width: 600px;
  margin-left: -280px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header 
{
	margin-left: 25px;
	padding: 9px 15px;
	/*border-bottom: 1px solid #eee;*/
	color:#FFFFFF;
	background-color: #00C3BD;
	width:350px;
	font-family: texto;
	font-size:15px;
}
#flechaAbajo 
{
    width:0px;
	height:0px;
	border-style: solid;
    border-width: 10px;
    border-bottom-width:0px;
    border-color: #00C3BD transparent transparent transparent;
	margin-left: 75px;
	margin-bottom: 15px;
}
#modalOfiPrincipal
{
	border-radius: 5px;
	background-color: #F2F2F2;
	width: 800px;
	background-image: url(../img/fondo.png);
	margin-bottom: 15px;
}
#modalOfiPrincipal #texto1
{
	border-bottom: solid rgba(1, 1, 1, 0.7) 2px;
	padding-bottom: 5px;
	font-family: texto;
	font-size:20px;
}
#modalOfiPrincipal #texto2
{
	border-bottom: solid rgba(1, 1, 1, 0.7) 2px;
	font-weight:bold;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: header;
	font-size:20px;
}
#modalOfiPrincipal #texto3
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: texto;
	font-size:20px;
}
#columnaTexto
{
	margin: 20px 10px 10px 20px;
	/*border: solid #F60 1px;*/
	width: 300px;
}
#columnaTextoInside #columnaTexto 
{
	width: inherit;
	border: solid #F60 1px;
}
#columnaTextoInside td 
{
	/*border: solid #F60 1px;*/
}
#columnaTextoInside img
{
	padding: 5px 0px 2px 5px;
	width: 30px;
	height:30px;
	vertical-align: text-top;
}
#icono
{
	vertical-align: text-top;
}
#textoLateral
{
	padding-right: 25px;
	width: 320px;
	/*border: solid #F60 1px;*/
}
#imagenLateral
{
	border-radius: 10px;
	padding: 20px 10px 20px 0px;
	width: 480px;
}
#imagenLateral img
{
	width: 95%;
	height:auto;
}

#modalOfiPrincipal img
{
	border-radius: 5px;
}
/////////////////
#modalOfiSatelite
{
	max-width: 500px;
	margin-bottom: 150px;
}
#modalOfiSateliteTabla
{
	border-spacing: 20px 15px;
	border-collapse: separate;
	width: 100%;
}
#modalOfiSatelite td
{
	margin-left: 10px;
}
#sateliteUno
{
	border-radius: 10px;
	background-color: #FFF;
	/*max-width: 220px;*/
	background-image: url(../img/fondo.png);
	border: 2px solid #00C3BD;
}
#sateliteTexto1
{
	border-bottom: solid #00C3BD 2px;
	padding-bottom:5px;
	padding-left:10px;
	padding: 10px 10px 10px 10px;
	/*width:220px;*/
	width:auto;
}
#sateliteTexto1 h3
{
	margin:0;
	font-family: header;
	font-size:24px;
	line-height:30px;
}
#sateliteTexto2
{
	border-bottom: solid rgba(1, 1, 1, 0.7) 2px;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
}
#sateliteTexto2 h3
{
	margin:0;
	font-family:header;
	font-size:30px;
	color: #333333;
}
#sateliteTexto2Lugar
{
	border-bottom: solid #00C3BD 2px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	background-color: #00C3BD;
}
#sateliteTexto2Lugar h3
{
	margin:0;
	font-family:header;
	font-size:24px;
	color: #FFF;
	line-height:normal;
	padding: 5px 10px 5px 10px;
}
#sateliteUnoTabla
{
	padding-top:5px;
	padding-bottom:5px;
	color: #333333;
	font-family: texto;
	font-size:18px;
}
#sateliteUnoTabla h3
{
	margin:0;
	font-family:header;
	font-size:24px;
}
#sateliteUnoTabla h4
{
	font-size:18px;
}
#sateliteUnoTabla td
{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}
#sateliteUnoTabla img
{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}
#sateliteUnoTabla #texto3Correo
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: texto;
	font-size:16px;
}
#sateliteUnoTabla #texto3Correo2
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: texto;
	font-size:14px;
}
#imagenSatelite
{
	width: 200px;
	border-radius: 5px;
}
#sateliteUnoTabla td
{
	padding: 5px 5px 5px 5px;
}
.modal-header .close 
{
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
  font-family: header;
  font-size: 24px;
}

.modal-body {
  position: relative;
  max-height: 430px;
  padding: 15px;
  overflow-x: hidden;
  scrollbar-face-color:#FFF;
  overflow-y:visible;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-footer .btn
{
    display: inline-block; 
    padding: 5px 12px; 
	background-color: #02878d;
	color: #fff; 
    margin-bottom: 0; 
    font-size: 14px;   
    font-weight: 500; 
    line-height: 1.428571429; 
    text-align: center; 
    white-space: nowrap; 
    vertical-align: middle; 
    cursor: pointer; border: 1px solid transparent; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    background-image:none;
}

.btn:hover { background-color: #037378;}



.modal-body ul {
    list-style:none;
}

.modal-body li{
    width:600px;
    /*height:45px;*/
    /*background:#E5E5E5;*/
    color:#585857;
    padding:15px 15px 15px 15px;
}
.modal-body li a
{
	padding: 5px 0 5px 13px !important;
	margin: 0;
	margin-top:5px;
	font-weight: normal;
	height: auto !important;
	line-height: normal !important;
	background: url(http://www.sena.edu.co/imgLayout/icon-mas.gif) no-repeat 0 8px;
	font-size: 12px;
	color:#111;    
	/* Justificar párrafo de menú de centros*/    
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	/* Firefox */
	display:-moz-box;
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	/* W3C */
	display:box;
}
.modal-body li a:hover
{
    color:#7B7B7B;
    text-decoration:none;
}

.modal-body p span {
    width:380px;
    float:right;
    padding:10px;
    
}
.centrocont{
    height:80px;
    /*background:#E5E5E5;*/
    color:#585857 ;
}
.modal-body li img{
    float:left;
    padding-right:10px;
}

.modal-body li span{
    float:left;
}
.imgdestacada {
    margin-bottom:20px;
    width:530px;
    float:left;
    margin:0 auto;
    padding-bottom:20px;
    /*border-bottom: 1px dashed #F28625;
    background-image:url(../img/fondoimg.png) no-repeat;*/
}
.imgdestacada img{
    width:680px;
    height: 236px;
    display:inline;
/*
    border: 3px solid #389fa8;
    
    border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
    */
}

.pdestacada {
    width:320px;    
    display:inline;
    float:left;
    padding-top: 190px;
padding-left: 20px;
}
.pdestacada img{
    
    vertical-align:bottom;
}

.onecolumn{
    width: 350px;
    margin-right:20px;
    float:left;
    padding-top:25px;
}
.onlycolumn{
    width: 100%;
    margin-right:20px;
    float:left;
    padding-top:25px;
	font-family: Arial, Helvetica, sans-serif;
}

.secondcolumn{
    padding-top:20px;
    width:330px;
    float:left;
}
h1.orange
{
	font-size:20px;
	font-weight:normal;
	color:#f28625;
	margin:0 0 10px 0;
	line-height:25px;
}
h1.orange span.texto, h1.azul span.texto 
{
	background:#fff;
	padding:0 5px 0 0;
}
.modal-body p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}    
.modal-body p strong{
    color:#000;
    display:block;
}
img.imgabajo{
    width:150px;
    height:109px;
    
    padding:0px;
    margin:12px 10px 5px 5px;
    float:left;
        
}
.secondcolumn span{
    color: #079098;
font-weight: normal;
    font-family: swis721_cn_btroman;
}

::-webkit-scrollbar-corner {
      background-color: white;
}
::-webkit-scrollbar-track {
      background-color: #F2F2F2;
}
::-webkit-scrollbar-thumb {
      background-color: #848484;
}
::-webkit-scrollbar-button {
      background-color: transparent;
}
::-webkit-scrollbar {
      width: 5px;
}
@font-face
{
	font-family: 'header';
	src:url(../fuentes/swisscb.ttf)
}
@font-face
{
	font-family: 'texto';
	src:url(../fuentes/swissc.ttf);
}