﻿header {
    /*background: #00478E;*/
    background: #03a9f4;
    color: #fff;
    margin-bottom: 5px;
}

footer {
    background: #226094;
    color: #fff;
    padding: 1%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    margin: 10% auto auto auto;
}


.lblTituloPagina {
    font-size: 20px;
}

.divMainPage{
    
}

.divSegmento{
     background: #cfe6f7;
     border: 1px solid black;
     border-radius: 5px;
}

.divMenu{
     /*background: #96CBFF;
     color: white;
     border-radius: 10px;
     border-style: double;*/
     padding: 3px 0;
}
.divBlanco{
     background: #fff;
}

.cabeceracolumna td
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #BFC3BF;
	border-top: 1px solid #787B78;
	border-bottom: 1px solid #787B78;
	color: black;
}

.NoMarginPadding {
    margin:0;
    padding:0 !important;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-headre-error {
    background: #2c3e50;
    color: #fff;
}

a.letra {
    color: #004989;
    font-weight: bold;
}

.Obligatorio {
    background-color:#ffff8d !important;
    margin-left: 0px;    
}

.divSegmentoForm {
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 20px;
}

.divSegmentoFormMant {
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 20px;
}

.titulo {
    text-align: center;
}

.lblForm {
    text-align: -webkit-right;
}

.Munaycha {
    font-family: 'Adobe Arabic';
}
