﻿body {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    background: #b6b7bc;
    font-size: .80em;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

fieldset {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}

.tablaCuerpo {
    border: 0;
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
    padding: 10px;
}


.titulo {
    height: 32px;
    vertical-align: middle;
    padding: 10px;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #FF9900;
    margin-bottom: 10px;
}

.CuerpoDetalle {
    padding: 10px;
}

.datos {
    vertical-align: middle;
    border-radius: 5px;
    padding: 10px;
    vertical-align: middle;
}

.subtitulos {
    font-size: 10pt;
    text-transform: capitalize;
    color: #696969;
    background-image: url('../Images/toolboton.gif');
    text-align: left;
    height: 30px;
    padding-left: 5px;
}

.subtitulosAncho {
    font-size: 10pt;
    text-transform: capitalize;
    color: #696969;
    background-color: #E6E6E6;
    text-align: left;
    padding-left: 5px;
    border: 1px solid gray;
}

.subtitulosAncho2 {
    font-size: 10pt;
    text-transform: capitalize;
    color: #696969;
    background-color: #E6E6E6;
    text-align: left;
    padding-left: 5px;
    border: 1px solid gray;
}

.subtitulosAnchoDescrip {
    font-size: 10pt;
    text-align: left;
    padding: 2px;
    border: 1px solid gray;
}

.tablaContenido {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

.barrabtn {
    background-image: url('../Images/thbackground.gif');
    padding-right: 30px;
    padding-left: 30px;
    text-align: right;
}
a {
    text-decoration: none;
}
/*os para el diseno inicial  */
.clear {
    clear: both;
    background: Aqua;
}

.PageBase {
    height: auto; 
    width: 1280px;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    background-color: #ffffff;
}

.CabeceraBase {
    background: #fff;
    padding: 20px 20px 0px 20px;
}

.Logo {
    width: 65%;
}

.Login {
    width: 35%;
    text-align: right;
    color: #800000;
}

.Login2 {
    width: 35%;
    display: block;
    float: right;
}

.fotosCaratula {
    width: 55%;
    display: block;
    float: left;
}

.fotosCaratula2 {
    width: 50%;
    display: block;
    float: left;
}
/* para html   
----------------------------------------------------------*/
.Menu {
    background: #36393E;
    padding: 0px 0px 0px 20px;
    height: 52px;
    width: auto;
    color:white;
}
.CuerpoBase {
    width: auto;
    /*height: 100%;*/
    padding: 10px 20px 10px 20px;
    background: #FFFFFF;
    min-height: 420px;
}
.PieBase {
    width: auto;
    padding: 10px 10px 10px 10px;;
    text-align: center;
    height: 30px;
}

/*----------------para el carrusel-------*/
#la-lista {
    position: relative;
}

#la-lista li {
    position: absolute;
    top: 0;
    left: 0;
}

.thumbnail {
position: relative;
z-index: 0;
}

.thumbnail:hover {
    background-color: transparent;
    z-index: 50;
}

.thumbnail span { /*Estilos del borde y texto*/
    position: absolute;
    background-color: white;
    padding: 5px;
    left: -300px;
    border: 1px dashed gray;
    visibility: hidden;
    color: #FFFF00;
    text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
        border-width: 0;
        padding: 2px;
    }

.thumbnail:hover span { /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 10px; /*position where enlarged image should offset horizontally */
}


/*para la paginacion de las grillas*/

.GridPager a, .GridPager span {

    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.GridPager a {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.GridPager span {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}


/*para los tab*/
.vtab {
    /*width:200px;
height:45px;
border: solid 1px #FCAF17;
color: #ffffff; 
text-align: center; 
vertical-align:central;
background: #424242;
padding:10px;
border-radius: 25px;*/
    border: solid 1px #FCAF17;
    color: #6D6E71;
    text-align: center;
    vertical-align: central;
    background: #FBD018;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 6px;
    cursor: pointer;
    color: #36393E;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:5px;
    height: 24px;
}



.vtab a:hover {
color: #000;
text-decoration: none;
background: #39393b;
}

/*para el mensajito cargando*/
.overlay {
    position: fixed;
    z-index: 600;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.overlayContent {
    z-index: 610;
    margin: 250px auto;
    width: 150px;
    height: 180px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 6px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #aaa;
}
.overlayContent h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.MVvista {
    margin-top: 10px;
    padding: 5px;
    border: solid 1px #c1c1c1;
}
/*para el modal popup*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    width: 200px;
}
.modalPopupEdicion {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding: 10px;
    width: 350px;
}
.tituloBlack {
    font-size: 12pt;
    font-weight: bold;
    background-color: #C0C0C0;
    border: thin solid #808080;
    text-align: center;
}
.subtitulosBlack {
    font-size: 10pt;
    text-transform: capitalize;
    text-align: left;
    height: 30px;
    padding-left: 5px;
}
.botonnes {
    padding-left: 10px;
    padding-right: 10px;
}
.labelcomentario {
    padding: 10px;
    text-justify: auto;
}

/**
 * Framework starts from here ...
 * ------------------------------
 */

.tree,
.tree ul {
  margin:0 0 0 1em; /* indentation */
  padding:0;
  list-style:none;
  color:#369;
  position:relative;
}

.tree ul {margin-left:.5em} /* (indentation/2) */

.tree:before,
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}

.tree li {
  margin:0;
  padding:0 1.5em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
  font-weight:bold;
  position:relative;
}

.tree li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  left:0;
}

.tree li:last-child:before {
  /*background:white; /* same with body background */*/
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}


th {
  background-color: #34495E;
  color:white;
  text-align:center;
  vertical-align:central;
}
