:root {
    --morado: #C449F8;
    --moradodegradado: #a533ff;
    --azul: #0098FF;
    --naranjaoscuro: #f39200;
    --naranjaclaro: #E8B71C;
    --naranjabrillante: #cf905a;
    --rojo: #be1622;
}
colores{
	color:#552559; _rgb(85,37,89); _muy_oscuro; _casi_se_ve_negro;
	color:#800080; _rgb(128,0,128); _oscuro;
	color:#505050; _rgb(128,57,142); _medio;
	color:#B98ABD; _rgb(185,138,189); _claro;
	color:#FCD4FF; _rgb(252,212,255); _muyclaro;
	color:#fff; _rgb(221,199,255); _claro
}
body{
	_padding-top: 50px;
}
#page-header{
	_padding: 0.3em 0;
	_background-color:red ;
	margin:0;
	line-height: 1.2em;
	_height: 1.25em;
	min-height: 1.2em;
}
#page-header nav li{
	list-style: none;

}
#page-header nav li a{
	text-decoration: none;
	padding: 0 0.4em;
	color: #505050;
}
.minimal-header{
	_height:50 px;
	font-family:Caviar-Dreams-Regular;
	font-size: 1.1em;
}
#account-header{
	_float:right;

}
.back-red{
	background-color:red;
}
#page-sub-header h1{
	font-family:Caviar-Dreams-Bold;
	color:#505050;
}
footer#page-footer{
	font-family:Trocchi-Regular;
	color:#B98ABD;
	margin: 3em 1em 1em 0;
}

.margin-0{
	margin:0;
}
.tres14-color-muy-oscuro{
	color:#552559;
}
.tres14-color-oscuro{
	color:#800080;
}
.tres14-color-medio{
	color:#505050;
}
.tres14-color-claro{
	color:#B98ABD;
}

.Rawen-Gulk-Sans-Regular{
	font-family: Rawen-Gulk-Sans-Regular;
}
.nexa {
	font-family: 'nexaLight', Arial, sans-serif;
}
.bold{
	font-weight: bold;
}
.bg-danger{
	background-color:#f2dede;
}

.bs-callout-danger {
background-color: #fdf7f7;
border-color: #d9534f;
}
.bs-callout {
margin: 20px 0;
padding: 20px;
border-left: 3px solid #eee;
}

 ul.menu-usuario{
	padding: 0;
}

ul.menu-usuario li{
	_padding: 0;
	text-decoration: none;
	list-style: none;
}

ul.menu-usuario li a{
	color: #505050;
}

.title-for-layout{
	font-size: 34px;
	line-height: 42px;
}
h1.title-for-layout{
	margin:0;
}
.container-title-for-layout{
  overflow-y: hidden;
  padding: 10px 0 0 0;
  margin-bottom: 40px;
}
.container-title-for-layout h2 {
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #999;
}
h2.subtitle-for-layout{
	font-size: 20px;
	line-height: 64px;
	float: left;
	margin-left: 15px;
}

/* body {
    background-image: url("../img/fondo_otts.jpg");
    background-repeat: no-repeat;
    background-position: top;
    opacity: 82%;
    background-size: cover;
} */

main.main, nav.top-nav {
    background: white;
    opacity: 100%;
}

nav.top-nav {
    max-width: 100%;
}

label {
    color: white;
}

.labelCampo {
    color: white;
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin-right: 1rem;
}

#principal-simulation {
    color: white;
}

.pointer {
    cursor: pointer;
}

.negrita {
    font-family: 'Futura-heavy';
    font-weight: 800;
    color: white;
}

.highcharts-background {
    opacity: 0;
}

.dot1 {
  height: 20px;
  width: 20px;
  background-color: #f6a788;
  border-radius: .4rem;;
  display: inline-block;
  margin-right: 5px;
}

.dot2 {
  height: 20px;
  width: 20px;
  background-color: #28b;
  border-radius: .4rem;;
  display: inline-block;
  margin-right: 5px;
}

.dot3 {
  height: 20px;
  width: 20px;
  background-color: rgba(248, 104, 123, 0.75);
  border-radius: .4rem;;
  display: inline-block;
  margin-right: 5px;
}

.highcharts-point {
    opacity: 1;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb2 {
    margin-bottom: 2px;
}

.botonCalcular {
    background-color: #99102F!important;
    border-color: #99102F!important;
}

button.close {
    color: white;
    opacity: 1;
}

.centrado {
    text-align: center!important;
}

.izquierda {
    text-align: left!important;
}

.derecha {
    text-align: right!important;
}

table {
    font-family: arial, sans-serif;
    margin-bottom: 0;
}

/*td, th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}*/
td {
    border-bottom: 0;
    height: 30px;
    padding: .2rem 0;
    text-align: center;
}

td.left {
    text-align: left;
}

td:first-child, th:first-child {
    /*padding-left: 8px;*/
}

#grps-simulation {
    color: white;
}

ul, ol {
	padding-left: 1em;
	padding-bottom: 1em;
}

text {
    color: var(--naranjaoscuro);
}


/*Maquetación home*/
.seccion {
    color: white;
    padding: 1rem 10rem 2rem 6rem;
}

.botonNewCalcular {
    background-color: var(--color-cakephp-red);
    border-color: var(--color-cakephp-red);
    height: 40px;
    width: 170px;
    font-size: 18px;
}

.contenedor {
    margin-top: 3rem;
    padding: 1rem 4rem;
}

/*Maquetación add*/
.flex {
    display: flex;
}

.center {
    justify-content: center;
}

.pad15_0 {
    padding: 15px 0;
}

.pad15_30 {
    padding: 15px 30px;
}

.pad0_0 {
    padding: 0;
}

.cadenas {
    width: 150px;
    padding: 0 28px;
    border-radius: .4rem;;
    color: white;
}

.select_arrow {
    position: absolute;
    top: 24px;
    right: 19px;
    width: 10px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*Maquetación addview*/
tr.14pc > th,
tr.14pc > td {
    width: 14%;
    text-align: center;
}

.tooltip {
    display: block;
    left: 150px;
    width: 170px;
}

summary {
    cursor: pointer;
}