/* COLORS

	Header: #4b3832  //Otros: #be9b7b	4b3832	#667336	
	Background: #f5f4f3
	


*/

:root {
    --main-color: #A7B454; /*Verde*/
	--background-color:#F0F2BD; /*Blanco oscuro*/
	/*background: #FFFFFF*/
	--high-color: #BCC035; /*Verde llamativo*/
	--high2-color: #F0D552; /*Amarillo llamativo*/
	--light-color: #E6DD87; /*Amarillito muy calido*/
	--light2-color: #F5F4F3; /*Blanco gris*/
}

header {
	/*background: #2c3e50;
	color: #fff;
	background: --main-color;
	color: #fff;*/
}

body {
    padding-top: 70px;	
	/*background: #f5f4f3 !Important; Blanco sucio elegante*/
	background: #f8f9fa  !Important; 
	/*#f6f3ef hostel la huertica*/
	/*#d2d99c Verdecito claro*/
	/*Blanco a juego con el marroncito madera f6f3ef*/
  }
  
.main {
	/*background: #FFFFFF;*/
	/*background:--background-color;*/
}

.navbar-custom {
   /*background-color: #4b3832 !Important;    Marron oscuro elegante*/
   background-color: #31572c !Important;
   /*#997d56 Marroncito claro madera*/
   
}

.color1 {
	background: #34495e;
	color: #fff;
}
.img-responsive{
	overflow: hidden;
	width:100%;
}

aside {
	background: #c0392b;
	color: #fff;
}

/*FOOTER*/

footer .row{
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

footer li{
	/*padding-left: 15px;*/
	text-align: center!important;
}

footer {
	background: #333333;
	/*background: #31572c;*/
	color: #fff;
}

.developer, .developer a:hover, .developer a {
    text-decoration: none;
	color:  #333333;
}

/*
#legal-documents-line{

	padding-bottom: 0px;
	margin-bottom: 0px;
}

#legal-documents{

	padding-bottom: 0px;
	margin-bottom: 10px;
}

#legal-documents-line{
	margin-top:  10px;
}

.payment-icons{
  	max-width:230px;
  	max-height:90px;
  	width: auto;
  	height: auto;
	overflow: hidden;
}*/

/*LENGUAGES*/

.lenguage-flag{
	width: 40px;
}

.lenguage-flag-img{
	height: 30px;
	width: 30px;
	float: right;
	padding: 3px;
}

/*Text*/

h1{
	margin-top:10px;
}

p, li{
	text-align: justify;
}

label{
	text-align: justify;
}
.text-bold{
	font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/* Aviso de cookies */

#cookies_overbox {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#cookies_infobox {
    margin: auto;
    position: relative;
    top: 0px;
    /*height: 58px;*/
    width: 100%;
    text-align:center;
	background-color: lightsteelblue;
	border-top: 0.5px outset rgb(49,87,44);
}
#cookies_infobox p {
    font-size:13px;
    text-align:center;
	padding-top:5px;
	margin-bottom: 0px;
}
#cookies_infobox p a {
    margin-right:5px;
    text-decoration: underline;
}

/*MODAL
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }*/

