#header-tools {
    font-size: 11px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    background: #f4f4f4;
}


/*CSS PARA EL CONTRATO*/

.ventana {
    width: 100%;
    height: 100%;
    color: #FFF;
    position: fixed;
    background-color: rgba(94, 93, 87, 0.8);
    top: 0;
    left: 0;
    padding: 20px;
}

.vistadecontr {
    width: 60%;
    height: 60%;
    padding: 25px;
    background-color: #FFF;
    color: #666;
    overflow: auto;
    top: 10%;
    left: 20%;
    position: absolute;
}

body {
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    color: #666666;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #e7e7e7;
}

h1 {
    color: #a5a3a3;
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
    padding: 0;
    /*background-image:url(/img/square_orange.gif); background-repeat:no-repeat;*/
}

h2 {
    color: #ff9a00;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin: 0px 0px 15px 0px;
}

.h2txt {
    color: #666666;
    font-size: 14px;
}

.tit {
    color: #a5a3a3;
    font-size: 16px;
    font-weight: bolder;
}

.orange {
    color: #ff9a00;
}

a {
    color: #014BA3;
    text-decoration: underline;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

li {
    margin-bottom: 10px;
}

#main {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 0px solid blue;
}

#main-avo {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

#header {
    width: 100%;
    height: 58px;/*48px*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

#logo {
    float: left;
    width: 190px;
    padding: 3px 0px 0px 15px;
}

#hright {
    float: right;
    padding: 5px 10px 0px 0px;
    font-size: 11px;
}

#cuerpo {
    width: 1060px;
    border: 0px solid red;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    padding: 20px 20px 0px 20px;
    background-color: #FFFFFF;
}

#centro-largo {
    width: 10300px;
    margin: 0px 40px 10px 30px;
    border: 0px solid red;
}

#footer {
    width: 100%;
    margin: 20px 0px 0px 0px;
    font-size: 11px;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

#cols {
    width: 100%;
}

#cleft {
    float: left;
    width: 120px;
    margin-right: 25px;
}

#leftnav {
    width: 100px;
    padding-left: 20px;
    line-height: 25px;
}

.nav-of a {
    color: #ed7703;
    font-size: 12px;
    text-decoration: none;
}

.nav-of a:hover {
    color: #ed7703;
    font-size: 12px;
    text-decoration: underline;
}

.nav-on a {
    color: #00a4b5;
    font-size: 12px;
    text-decoration: none;
}

.nav-on a:hover {
    color: #00a4b5;
    font-size: 12px;
    text-decoration: underline;
}

#cright {
    float: left;
    width: 750px;
}

.msg {
    width: 400px;
    font-size: 12px;
    text-align: left;
    border: 1px solid orange;
    background-color: #f3f8f2;
    padding: 10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.msg_warning {
    
    color: black;
    width: 400px;
    font-size: 13px;
    text-align: left;
    border: 1px solid orange;
    background-color: #ff44449d;
    padding: 10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}


.urge {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
}

.cerrar {
    color: #CC0000;
    font-size: 11px;
}


/*
.btnsave { color:#FFFFFF; background:#00a4b5; border:1px solid #0865C2; border-radius:3px;
			padding:5px 7px 5px 7px; cursor:pointer; transition: all 0.3s ease 0s; }
.btnsave:hover { background: #00C0D4; }
*/

.status_1 {
    background: #14CC21;
    width: 15px;
    height: 15px;
    padding: 1px;
    border-radius: 5px;
}

.status_0 {
    background: #AAAAAA;
    width: 15px;
    height: 15px;
    padding: 1px;
    border-radius: 5px;
}

#paginador {
    color: #00a4b5;
}

#paginador a {
    color: #ed7703;
    text-decoration: none;
}

#paginador a:hover {
    color: #00a4b5;
    text-decoration: underline;
}

#filtros {
    font-size: 12px;
    padding-top: 3px;
}

#filtros .xleft {
    float: left;
}

#filtros .xleft2 {
    float: left;
    width: 80px;
    border-left: 1px solid #DDDDDD;
    padding: 0 20px 0 20px;
}


/* Tooltip --- http://www.menucool.com/tooltip/css-tooltip */

a.tooltip {
    outline: none;
}

a.tooltip strong {
    line-height: 30px;
}

a.tooltip:hover {
    text-decoration: none;
}

a.tooltip span {
    width: 90%;
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    line-height: 16px;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
}

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}


/*CSS3 extras*/

a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}


/* Listado de Partes (Curso, Cerrados, etc..) */

.xParte {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
}

.xHead {
    width: 100%;
    font-weight: bolder;
}

.xBody {
    width: 100%;
    background: #EEEEEE;
    padding: 0 0 5px 5px;
}

.xDatos {
    float: left;
    width: 750px;
    border: 0px solid cyan;
}

.xOptions {
    float: left;
    width: 186px;
    border: 0px solid magenta;
}

.xChilds {
    width: 100%;
}

.xChildHead {
    width: 100%;
    font-weight: bolder;
    border: 0px solid blue;
}

.xChildRow {
    width: 100%;
    font-size: 11px;
}

.xCol {
    float: left;
}

.xHead .xCol {
    height: 20px;
    padding: 5px 0 0 3px;
    border-right: 1px solid #FFFFFF;
    background: #DDDDDD;
}

.xDatos .xCol {
    height: 34px;
    padding: 5px 0 0 3px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.xOptions .xCol {
    height: 20px;
    padding: 5px 0 0 0;
}

.xChildHead .xCol {
    height: 20px;
    padding: 5px 0 0 3px;
    border-right: 1px solid #FFFFFF;
    background: #FFFFFF;
}

.xChildRow .xCol {
    height: 20px;
    padding: 5px 0 0 3px;
    border-right: 1px solid #FFFFFF;
    background: #EEEEEE;
}

.xOptions .xLine1 {
    width: 100%;
    margin: 10px 0 0 0px;
}

.xOptions .xLine2 {
    width: 100%;
    margin: 10px 0 0 10px;
}

.xOptions .xLine3 {
    width: 100%;
    margin: 10px 0 0 10px;
}

.xOptions .xLine4 {
    width: 100%;
    margin: 30px 0 0 10px;
}


/* END  Listado de Partes */

.aleft {
    text-align: left;
}

.acent {
    text-align: center;
}

.aright {
    text-align: right;
}

.w22 {
    width: 22px;
}

.w20 {
    width: 20px;
}

.w25 {
    width: 25px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}
.w62 {
    width: 62px;
}
.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}
.w88 {
    width: 88px;
}
.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w160 {
    width: 160px;
}

.w170 {
    width: 170px;
}

.w180 {
    width: 180px;
}

.w190 {
    width: 190px;
}

.w200 {
    width: 200px;
}

.w220 {
    width: 220px;
}

.w229 {
    width: 229px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w500 {
    width: 500px;
}
