@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #FFF;
}

#divHeader {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100px;
    color: #2a2a2a;
    background-image: linear-gradient(to right, white 15%, #730000);

}

#divBody {
    padding: 0px;
    min-height: 600px;
    width: 100%;
    float: left;
    background-color: #fff;
}

#divContent {
    width: 100%;
    display: flex;
    text-align: left;
    background-color:#fff;
}

#divLeftMenu {
    width: 250px;
    float: left;
    border-right: #b0bed9 solid 1px;
    height: 100%;
    min-height: 600px;
    font-size: 10px;
}

#divRigthMenu {
    width: 250px;
    float: right;
    border-left: #b0bed9 solid 1px;
    height: 100%;
    min-height: 600px;
    font-size: 10px;
}

#divPrincipal {
    width: 100%;
    float: right;
	padding: 10px;
    vertical-align: middle;
    min-height: 600px;
	color:#0a4d85;
	background-color: #ffffff;
}

#divFooter {
    font-size: 10px;
    padding: 20px 0px 20px 0px;
    margin: 0px;
    background-color: #6e2120;
    color: #fff;
    text-align: center;
    clear: both;
}

#divMenuHorizontal {
	margin:0px 0px 0px 0px;
	padding: 0px 0px;
    background-color: #c4ccd5;
	color: #000000;
	text-align: left;
	border-bottom: #fff solid 1px;
	z-index: 999;
}

/* cellspacing */
/* table { border-collapse: separate; border-spacing: 5px; } /* cellspacing="5" */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
} /* cellspacing="0" */

/* cellpadding */
th, td {
	padding: 5px;
}

/* valign */
th, td {
	vertical-align: middle;
}

.precarga {
    font-size: 16px;
    padding: 80px;
    margin: 0px;
    width: 100%;
    height: 100px;

    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position:left center;
    background-position-x: 80px;
}

.MiTabla {
    font-size: 11px;
    padding: 0px;
    margin: 0 auto;
    border: #090 thin 1px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    background-color: #0e4a64;
}

.MiTabla th {
    margin: 0px;
    padding: 5px;
    color: #fff;
    height: 25px;
    text-align: right;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-left: #fff solid 1px;
    border-bottom: #fff solid 1px;
}

.MiTabla td {
    margin: 0px;
    padding: 5px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #ccc solid 1px;
}

input[type="text"], input[type="password"], textarea {
    background-color: #ffffcc;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    color: #333;
    border-radius: 3px;
}

input[disabled] {
    background-color: #eee;
    font-weight: bolder;
}

input[readonly] {
    background-color: #eee;
    font-weight: bolder;
}

.Button {
    text-align: center;
    margin: 0px;
    padding: 2px 2px;
    min-width: 80px;
}

select {
    background-color: #FFC;
    background-color: #FFC;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    color: #333;
}

.progress {
    position: relative;
    width: 400px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

#map-canvas {
    width: 100%;
    height: 400px;
}

/* Estilo para los DropDownList con imagenes o fotos */
.customer-photo {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 35px 40px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, .2);
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

/* Estilo para los botones */
.cuadritoLogos {
    display: inline-block;
    background-color: white;
    padding: 0px;
    width: 150px;
    height: 150px;
    margin: 15px;
    text-align: center;
    vertical-align: center;
}

.cuadritoLogos a {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 11px;
    text-align: center;
}

.cuadritoLogos a:hover {
    background-color: #fff;
    box-shadow: 0px 0px 20px #800000;
}