.container{
	max-width: 100% !important;
}

body{
	background-color: transparent;
	font-size: 13px;
}

.fondo_verde{
	background-color: #e7eede;
}

.formulario{
	background-color: #F8F8F8;
	border: 1px solid #ccc;
	border-radius: 7px;
}

.initial{
	vertical-align: initial !important;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 21px;
}

h3{
	font-size: 17px;
}

h4{
	font-size: 15px;
}



select{
  font: 400 12px/1.3 "Helvetica Neue", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cdcdcd;
  line-height: 1;
  outline: 0;
  color: #676767;
  border-color: #cdcdcd;
  padding: 0.65em 2.5em 0.55em 0.75em;
  border-radius: 0px;
  background: linear-gradient(#cdcdcd, #cdcdcd) no-repeat,
              linear-gradient(-135deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
              linear-gradient(-225deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
              linear-gradient(#676767, #676767) no-repeat;
  background-color: white;
  background-size: 1px 100%, 20px 20px, 20px 20px, 20px 55%;
  background-position: right 20px center, right bottom, right bottom, right bottom;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 4px; 
}


.error-captcha{
	color: #BC2D25;
}

.bg-titulo-paneles{
	background-color: #93a173;
}

.bg-titulo-proyect{
	background-color: #7daf96;
}

.bg-titulo-mc{
	background-color: #b4d5df;
}


.active2{
	background-color: #AE568C !important;
	border-color: #ca8957 !important;
	
}

.list-group-item-action:hover {
	background-color: #e5e6e7;
}

.fondo_rosa{
	background-color: #AE568C !important;
}

.fondo_verde_oscuro{
	background-color: #609E46;
}

.cargo{
	margin-bottom: 7px;
}

.anchoauto{
	width: auto !important;
}

.ancho100{
	width:100%;
}

.cursor-pointer{
  cursor: pointer;
}

.card-columns {
   column-count: 4;
  
}

.table-bordered{
	border:5px #e7eede !important;
	border-collapse: separate;
    border-spacing: 0.1em;
}

.table-anim td{
	background-color:white !important;
}

.containerpan {
  	position: relative;
}

.topright {
  	position: absolute !important;
  	top: 8px;
  	right: 16px;
  	font-size: 18px;
  	font-size: 8px;
  	color:grey;
}

.red_text{
	color: #BF4833 !important;
}

.boton_48h{
    height: 90px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    opacity: 1;
}

.plus_info_virtual{
	position: absolute;
	right: 0;
	margin: 10px;
	padding:6px;
	bottom: 0;
	border:1px solid white;
}
.boton_48h_header{
	height: 60px;
	position: absolute;
	top: -10px;
	right: -10px;
}

.boton_esquina_cabecera{
	position: absolute;
	right: 10px;
	top: 10px;
}

.bg-titulo-botonazul{
	background-color:#4ea5c7;
}

.enlace_azul{
	color:#007bff !important;
}

.bg-gris-claro{
	background-color: silver;
}

.bg-titulo-proy{
	background-color: #d6e0f0;
}