/* CSS Document */

body, html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
    background: #f0e7dd !important;
	}

header{
	position:relative;
	margin:0 auto;
	}	
	
        .tablassubtitulo{
        font-size:9px;
        padding-top:2px;
        padding-left:2px;
        padding-right:2px;
        padding-bottom:2px;
        border-right:1px solid #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        border-left:1px solid #CCCCCC;
        }
        
 
        
        .modtitulo{
        color:#333333;
        font-size:14px;
        font-weight:bold;
        }
       .modsubtitulo{
        color:#333333;
        font-size:11px;
        }
   
     tbody {
         font-size: 12px;
     }
       

     /*Fuente personalizada*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/* reinicio básico */
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*overflow: auto;*/
}

body {
	font-family: montserrat, arial, verdana;
	/*overflow: hidden;*/
	
    max-width: 98%;
	position: relative;
}


.popupfondo {
    background-color: #FFFFFF;
    padding: 20px;
    border-bottom: 2px solid #8d2020;
    border-left: 2px solid #8d2020;
}

body, td, th {
    font-size: 12px;
    color: #999999;
}

.table td, .table th {
    padding: 0rem !important ; 
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
}

.tituloseccion {
    font-size: 22px;
    font-weight: bold;
    color: #113F7E;
    padding-bottom: 10px;
    text-transform: uppercase;
    background-image: url(images/home/separador-marcas.gif);
    background-repeat: repeat-x;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background-position: bottom;
    text-align: center;
}

.campostitulotinto {
    padding: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #312e24d3;
    border-bottom: 2px solid #afabab;
    border-left: 2px solid #aaaaaa;
    margin-bottom: 10px;
}

.camposgrises {
    padding: 3px;
    font-size: 13px;
    text-align: right;
    border-bottom: 1px solid #D9D9D9;
}

.camposblancos {
    padding: 3px;
    font-size: 13px;
    text-align: right;
    border-bottom: 1px solid #D9D9D9;
}
.camposblancosizq {
    padding: 3px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
}

.camposgrisesizq {
    padding: 3px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
}

.campostotal {
    padding: 3px;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #333333;
    background-color: #F4F4F4;
    border-bottom: 1px solid #D9D9D9;
}

.campostotalizq {
    padding: 3px;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    color: #333333;
    background-color: #F4F4F4;
    border-bottom: 1px solid #D9D9D9;
}
