/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4/10/2013, 10:37:09 PM
    Author     : Ing. Ortega
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
/*@import url(http://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);*/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  body{
    /*background-color: blue;*/
  }
  .cont_auto { 
    min-height: 735px;
  }  
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  body{
    /*background-color: green;*/
  }
  .cont_auto {
    min-height: 480px;
  }  
}
body {
  margin: 0px;
  font-family: 'Roboto';
  min-width: 700px; 
  /*overflow: hidden;*/
}

#header{
  position: relative;
  width: 100%;
  height: 36px;
  max-height: 36px;
  background-color: #1b1b1b;
  box-shadow: 0px 0px 1px #777;
}

#menu_h{
  float: right;
  list-style-type: none;
  height: 35px;
  max-height: 42px;
  padding: 0px;
  margin: 0px;
  background-color: #272727;
  box-shadow: 0px 0px 1px #777;
}

#menu_h:before, #menu_h:after {
  content: "";
  display: table;
}

#menu_h:after {
  clear: both;
}

#menu_h {
  zoom:1px;
}

#menu_h li {
  float: left;
  //border-right: 1px solid #222;
  //box-shadow: 1px 0px 0px #444;
  position: relative;

}

#menu_h a {
  float: left;
  padding: 12px 30px 12px 10px;
  color: #f4f4f4;
  font-size: 12px;
  text-decoration: none;
}

#menu_h li:hover > a {
  color: #fafafa;
}

html #menu_h li a:hover {  /*IE6 only */
  color: #fafafa;
}

#menu_h ul {
  padding: 0px;
  margin: 20px 0px 0px 0px;
  _margin: 0; /*IE6 only*/
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;    
  background: #444;	
  background: linear-gradient(#444, #111);
  box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
  border-radius: 3px;
  transition: all .2s ease-in-out;  
}

#menu_h li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu_h ul ul {
  top: 0;
  left: 150px;
  margin: 0 0 0 20px;
  _margin: 0; /*IE6 only*/
  box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu_h ul li {
  float: none;
  display: block;
  border: 0;
  _line-height: 0; /*IE6 only*/
  box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu_h ul li:last-child {   
  box-shadow: none;    
}

#menu_h ul a {    
  padding: 10px;
  width: 130px;
  _height: 10px; /*IE6 only*/
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu_h ul a:hover {
  color: #3e5706;
  background: #3b5082; 
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNTA4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFjNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #3b5082 0%, #001c68 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5082), color-stop(100%,#001c68)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3b5082 0%,#001c68 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3b5082 0%,#001c68 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3b5082 0%,#001c68 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #3b5082 0%,#001c68 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5082', endColorstr='#001c68',GradientType=0 ); /* IE6-8 */
}

#menu_h ul li:first-child > a {
  border-radius: 3px 3px 0 0;
}

#menu_h ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #444;
}

#menu_h ul ul li:first-child a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;	
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #3b3b3b;
}

#menu_h ul li:first-child a:hover:after {
  border-bottom-color: rgb(60,69,125); 
}

#menu_h ul ul li:first-child a:hover:after {
  border-right-color: rgb(60,69,125); 
  border-bottom-color: transparent; 	
}

#menu_h ul li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.logo{
  position: absolute;
  float: left;
  width: 220px;
  height: 100px;
  text-align: center;
  background-color: #1b1b1b;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #d5d2d0;  
}

.nuevo{
  float: right;
  margin-right: 20px;
}
.iconEnviar{
  float: right;
  margin-right: 20px;
  cursor: pointer;
}

.icon_m {
  float: left;
  margin-top: 11px;
  margin-left: 10px;
  position: relative;
  color: #cccccc;
}

.cont_left{
  position: absolute;
  top:0px;
  float: left;
  z-index: 1;
  height: 100%;
  min-height: 570px;
  border-right-color: #414141;
}

#menu_Vertical{
  position: static;
  width: 220px;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #414141;
  background: #1b1b1b;
}


.alerta {
  position: relative;
  height: auto;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-width: 2px;
  border-style: solid;
  padding: 5px;
  border-radius: 7px;
}


.contenedor{
  position: absolute;
  width: 100%;
  height: auto;
  min-height: calc(100% - 43px);
  background-color: #fff;
}

.derecho{
  position: relative;
  margin-left:  240px;
  margin-right:20px;
  margin-top: 20px;
  min-width: 400px;
  width: auto;
  height: auto;
}

.derecho a {
  font-size: 12px;
}
.firma {
  position: relative;
  float: right;
  bottom: 40px;
  right: 77px;
}
/*=================================== Tablas ================================*/
.tabla_cont{
  width: 100%;
  border: 0px;
}

.td_title{
  padding: 5px 5px 15px 5px;
  border-bottom: black 1px solid;
  font-size: 28px;
  color: black;
}

.td_spc{
  height: 20px;
}

.td_btn{
  height: 60px;
  background: #F7F7F7;
  border-top: gray 1px solid;
  padding-left: 10px;

}

/*================================ formularios ===============================*/
.tabla_form{
  width: 100%;
  /*border-collapse:collapse;*/
}

.td_formName{
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  text-align: left;
  width: auto;
  font-weight: bolder;
  color: #4a4a4a;
}

.td_formInput{
  padding: 1px;
}

.td_formIco{
  font-size: 12px;
  vertical-align: top;
  text-align: center;
}

.td_formEspf{
  font-size: 14px;
  font-style: italic;
}

.td_formCont{
  width: 150px;
  font-weight: bold;
  text-align: center;
  border-bottom: gray 1px solid;

}

#progressBar
{
  margin-top: 10px;
  width: 100%; 
  height:25px;
}
/*================================= Botone verde ==============================*/
.button_verde {
  background: #7cf981; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjZjk4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDdjMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #7cf981 0%, #107c02 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cf981), color-stop(100%,#107c02)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7cf981 0%,#107c02 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7cf981 0%,#107c02 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7cf981 0%,#107c02 100%); /* IE10+ */
  background: linear-gradient(top,  #7cf981 0%,#107c02 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf981', endColorstr='#107c02',GradientType=0 ); /* IE6-8 */
  padding: 7px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  color: white;
  font-size: 17px;
  text-decoration: none;
  vertical-align: middle;
}
.button_verde:hover {
  background: #107c02; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjZjk4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDdjMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #107c02 0%, #7cf981 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cf981), color-stop(100%,#107c02)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #107c02 0%,#7cf981 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,   #107c02 0%,#7cf981 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,   #107c02 0%,#7cf981 100%); /* IE10+ */
  background: linear-gradient(top,  #107c02 0%,#7cf981 100%); /* W3C */
}

/*================================= Botone rojo ==============================*/

.button_rojo {
  background: #961212;
  background: -webkit-gradient(linear, left top, left bottom, from(#e84141), to(#961212));
  background: -webkit-linear-gradient(top, #e84141, #961212);
  background: -moz-linear-gradient(top, #e84141, #961212);
  background: -ms-linear-gradient(top, #e84141, #961212);
  background: -o-linear-gradient(top, #e84141, #961212);
  padding: 7px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  color: white;
  font-size: 17px;
  text-decoration: none;
  vertical-align: middle;
}
.button_rojo:hover {
  background: #e84141;
  background: -webkit-gradient(linear, left top, left bottom, from(#961212), to(#e84141));
  background: -webkit-linear-gradient(top, #961212, #e84141);
  background: -moz-linear-gradient(top, #961212, #e84141);
  background: -ms-linear-gradient(top, #961212, #e84141);
  background: -o-linear-gradient(top, #961212, #e84141);
  color: white;
}
/*=============================Menu Vertical==================================*/
a {
  text-decoration: none;
}

ul, ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#wrapper {	
  width: 220px;
  margin: 100px auto;
  font-size: 0.8125em;
}

.menu_ver  {
  position: absolute;
  list-style: none;
  margin:0;
  padding:0;
  width:220px;
  height: auto;
}

.menu_ver > li > a {
  //margin-top: 10px;
  //margin-bottom: 10px;
  padding-top:10px;
  padding-bottom: 5px;
  border-bottom-color: #414141;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-left: 20px;
  display:block;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  //height:25px;
  //line-height: 1.3em;
}

.menu_ver ul li a {
  //margin-top: 10px;
  //margin-bottom: 10px;
  content: '▶ &nbsp;';
  padding-top:10px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #414141;
  //margin-top:2px;
  padding-left: 50px;
  display:block;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  //height:50px;
  //line-height: 1.3em;
}

.menu_ver > li > a:hover /*.menu_ver > li > a.activo*/{
  /*   IE9 SVG, needs conditional override of 'filter' to 'none' 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMzEzYSIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzI1NDkiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(44,49,58,0.85) 0%, rgba(23,37,73,0.95) 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,49,58,0.85)), color-stop(100%,rgba(23,37,73,0.95)));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  rgba(44,49,58,0.85) 0%,rgba(23,37,73,0.95) 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  rgba(44,49,58,0.85) 0%,rgba(23,37,73,0.95) 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  rgba(44,49,58,0.85) 0%,rgba(23,37,73,0.95) 100%);  IE10+ 
    background: linear-gradient(to bottom,  rgba(44,49,58,0.85) 0%,rgba(23,37,73,0.95) 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92c313a', endColorstr='#f2172549',GradientType=0 );  IE6-8 */
}

.menu_ver > li > ul> li > a:hover, .menu_ver > li > ul > li > a.activo{
  /*   IE9 SVG, needs conditional override of 'filter' to 'none' 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMzEzYSIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzI1NDkiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(44,49,58,0.85) 0%, rgba(23,37,73,0.95) 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,49,58,0.85)), color-stop(100%,rgba(23,37,73,0.95)));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  rgba(44,49,58,0.85) 0%,rgba(23,37,73,0.95) 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  rgba(44,49,58,0.85) 0%,rgba(23,37,73,0.95) 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  rgba(44,49,58,0.85) 0%,rgba(23,37,73,0.95) 100%);  IE10+ 
    background: linear-gradient(to bottom,  rgba(44,49,58,0.85) 0%,rgba(23,37,73,0.95) 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92c313a', endColorstr='#f2172549',GradientType=0 );  IE6-8 */
}



/*
.menu_ver > li > ul li a:after{
    content: '▶ ';
}*/

.menu_ver ul li ul{
  display:none;
}

.select_item.activo{
  color: #414141;
  background: #a5cd4e;
  background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
  background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
  background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
  background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
  background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
}

.subitem_selected{
  color: #414141;
  background: #bfe557; 
  background: -moz-linear-gradient(top, #bfe557 0%, #a3c93c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfe557), color-stop(100%,#a3c93c)); 
  background: -webkit-linear-gradient(top, #bfe557 0%,#a3c93c 100%); 
  background: -o-linear-gradient(top, #bfe557 0%,#a3c93c 100%); 
  background: -ms-linear-gradient(top, #bfe557 0%,#a3c93c 100%);
  background: linear-gradient(top, #bfe557 0%,#a3c93c 100%);

}
ul li ul li .activo:after {
  margin-right: 20px;
  float: right;
  color: #ffffff;
  font-size: 13px;
  content: '▶';
}

#nomE{
  text-align: center;
}
/*============================================================================*/
.botonP {
  font-family: Arifont-famal, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 20px;
  background: -moz-linear-gradient(
    top,
    #272727 0%,
    #000000);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#272727),
    to(#000000));
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #000000;
  -moz-box-shadow:
    0px 0px 0px rgba(255,255,255,0),
    inset 0px 0px 5px rgba(0,0,0,1);
  -webkit-box-shadow:
    0px 0px 0px rgba(255,255,255,0),
    inset 0px 0px 5px rgba(0,0,0,1);
  box-shadow:
    0px 0px 0px rgba(255,255,255,0),
    inset 0px 0px 5px rgba(0,0,0,1);
  text-shadow:
    0px 0px 0px rgba(255,255,255,0),
    0px 0px 0px rgba(255,255,255,0);
}
/*==============================Progress Bar===================================*/
.default {
  background: #292929;
  border: 1px solid #111;	
  border-radius: 5px;	
  overflow: hidden;
  box-shadow: 0 0 5px #333;				
}

#progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  font-size: 12px;
  line-height: 22px;
  width: 0px;
}

.default div {
  background-color: #1a82f7;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1a82f7)); 
  background: -webkit-linear-gradient(top, #0099FF, #1a82f7); 
  background: -moz-linear-gradient(top, #0099FF, #1a82f7); 
  background: -ms-linear-gradient(top, #0099FF, #1a82f7); 
  background: -o-linear-gradient(top, #0099FF, #1a82f7);
}

.notaE{
  font-size: 14px;
  font-style: italic;
}

.Perfil_cte{
  width: 40px;
  height: 47px;;
}

.titulo{
  font-family: Arifont-famal, Helvetica, sans-serif;
  font-size: 28px;
  color: #424242;
}

#visualization{
  left: 50%-500px;
}

.total{
  float:right; 
  color:#001C68; 
  font-weight: bold; 
  text-decoration:underline;
}
/* Modificaciones bootstrap*/
#contenido .container {
  width: auto;
}

nav {
  background-color: #272727;
  width: 100%;
  height: 36px;
}

#img_banner {
  text-align:center; 
  border-radius: 7px; 
  border-style:dashed;
  border-width: 1px; 
  border-color:#b7b7b7; 
  background-color: #fafafa;
}

.derecho hr {
  border-color: #1b1b1b;
}

/*Contenedor automático*/
.cont_auto {
  min-height: 720px;
  height: 100%;
  position: relative;
  width: 100%;
  height: -webkit-calc(100% - 108px);
  height: -moz-calc(100% - 108px);
  height: -o-calc(100% - 108px);
  height: calc (100% - 108px);
}