.grande{

	margin: 5px 0 10px;
    color: #263238;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
}

.mediano{

	margin: 5px 0 10px;
    color: #263238;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
}

.pequen{

	margin: 5px 0 10px;
    color: #263238;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
}

.pequenGris{

	margin: 5px 0 10px;
    color: #90a4ae;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
}

.minima{

	margin: 5px 0 5px;
    color: #263238;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}

.minus{

	margin: 5px 0 10px;
    color: #263238;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

.texto-claro{
	margin: 5px 0 10px;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.tituloEncabezados
{
	font-weight: 600;
    font-size: 50px;
}
.tituloEncabezadosmd
{
	font-weight: 600;
    font-size: 40px;
}
.resultado{
	background-color: #93a9b2;
	font-weight: 700;
	color : #ffffff;
	font-size: 16px; 
}
.negrita{
	font-weight: 700;
}

.generador
{
	position: fixed;
	left: 0;
	z-index:1000; 
	border-radius: 0px 4px 4px 0px; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);  
	line-height: 24px; 
	background-color: rgba(240,240,240,1);
}

.data-sheet__econ .note2{   
	color: #263238;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
}


/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #546e7a;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 600;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background-color: #546e7a;
				background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("../png/bg01.png");
				background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("../png/bg01.png");
				background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("../png/bg01.png");
				background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("../png/bg01.png");
				color: #fff;
			}
      
			table.num td {text-align: right;}
			table.num th { text-align: right;}
      .centro{text-align: center !important;}
			table.num tbody th { text-align: left;}
      
  /*div.tit{
		font-weight: 600;
    padding: 0.2em 0 0.2em 1em;
		text-align: left;
		background-color: #555555;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
		color: #fff;
  }    
  div.val{
				font-weight: 600;
				padding: 0.2em 1em 0.1em 0 !important;
				text-align: right;
				background-color: #fff;
				color: #555;
        border: 1px solid;
        overflow: hidden;
        height: 1.9em;
  }    */
