@font-face {
font-family:Arial;
}

@font-face {
font-family:Arial;
}


body {
    /* padding-top: 130px; */
	padding-top: 180px;
    padding-bottom: 40px;
    background-color: transparent;
/*     font: normal 1.1em edp_preonregular, Century Gothic, sans-serif; */
/*normal 1.7em edp_preonlight*/
}

.form-narrow {
    max-width: 490px;
    padding: 29px 50px 29px;
    margin: 0 auto 20px;
    /*background-color: #fff;*/
    background-color: #F9F9F8;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}


.form-wide {
    max-width: 1114px;
    padding: 29px 29px 29px;
    margin: 0 auto 20px;
    /*background-color: #fff;*/
    background-color: #F9F9F8;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.required:before {
  	content: '*\00a0';
  	color: #ef5f5f;
}
.rojo-required {
	color: #ef5f5f;
}

.logo {
    height: auto;
    width: auto;
    /* max-width: 100px; */
    max-height: 120px; /* 50px topbar */
}

.top-buffer {
	margin-top: 25px;
}

.buttom-buffer {
	margin-bottom: 50px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btns-control-selects {
	padding-right: 10px;
	padding-left: 0px;

	padding-top: 25px;
	padding-bottom: 5px;

	vertical-align: middle;
}

.span-cabecera{
	position: relative;
	float: left;
	padding: 26px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 0px solid #ddd;
	font:normal 32px "Arial";
	color:#86827B;
}

.span-cabecera-negro{
/*     font: normal 1.1em edp_preonregular, Century Gothic, sans-serif; */
/* 	font:normal 42px "Arial"; */
	color:#000000;
}
.span-cabecera-rojo{
/*     font: normal 1.1em edp_preonregular, Century Gothic, sans-serif; */

/* 	font: 42px verdara;	 */
	padding: 26px 0px;
	font-weight:bold;
	color:#000000;
}

.divcentro{
	vertical-align: middle;
}
.btn-group-justified {
	font-family: Arial;
	font-size: 10px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

 .div_barra {
    background: url("../images/menu_gris.jpg") repeat 100% 0;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
    min-height: 50px;
    min-width:100%;
}

.navbar-nav-izq {
	margin-left: 80px;
}
.navbar-nav-der {
	margin-right: 80px;
	float: right;
}

.span-titulo{
	padding: 26px 10px;
 	margin-left: 0px;
	text-decoration: none;
	background-color: transparent;
	font:normal 22px "Arial";
	color:#242524;
	min-width:80%;

}
 .div-contenedor-titulo {
    background: transparent;
    min-height: 60px;
    width:100%;
    min-width:80%;
}
 .div-titulo {
    background: transparent;
    left: 15px;
    top: 15px;
	padding-left: 80;
	list-style: none;
    min-height: 40px;
    color:#e5e5e5;
	border-bottom: 2px solid;
    width:80%;
    min-width:80%;
    margin: 0 auto;
    text-align: left;
}

fieldset.search-border {
    border: 1px groove #ddd !important;
    padding: 0 22px 22px 38px !important;
    margin: 0 0 24px 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.search-border {
    width:inherit; /* Or auto */
    padding:0 10px;
    border-bottom:none;
}

.scroll-table-usuarios {
/* 	max-height:100vh; !important;
    overflow-y: scroll; */
}

.thead-rojo{
	background: #000000;
	color:#FFF;
	font-family: preon_medium;
	font-size: 14px;

}
.th-centrado{
	text-align: center;
}

.TFtable {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.TFtable tr:nth-child(odd){
	background: #FFFFFF;
}
.TFtable tr:nth-child(even){
	background: #F9F9F8;
}

.form-search {
    background-color: transparent;
}
.fondo-gris{
	background-color: #F9F9F8;
}

textarea#comentarios {
    resize: none;
}

#charsCount {
  background-color: smoke;
  margin-top: -20px;
  margin-right: 20px;
}

.displayNone {
	display:none;
}

.visibilityHidden {
	visibility: hidden;
}

 .div-footer {
 	align-self: center;
    background: transparent;
    right: 15px;
    bottom: 0px;
	padding-right: 0px;
	list-style: none;
    min-height: 40px;
    color:#e5e5e5;
	border-top: 0.5px solid;
    width:80%;
    min-width:80%;
    margin: 0 0 0 0;
    text-align: right;
    font-size: xx-small;
    position: relative;
}