#cookies{
	font-size:100%;
	font-family: 'Source Sans Pro', sans-serif;
	color:white;
	}

.ui-loader {
  display: none !important;
}

#aviso_contenedor{
	top:0;
	left:0;
	right:0;
	position:relative;
	/* position:fixed; */
	height:auto;
	width:94%;
	z-index:10;
}

#aviso{
	font-size:50%;
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#CCC;
	color:white;
	position:relative;
	width:inherit;
	height:inherit;
	padding:20px;
	text-align:justify;
	border: 1px solid #666;
}

#aceptoTerminos{
	background-color:#517ca7;
	position:relative;
	color:white;
	width:auto;
	display:inline;
	padding:0.3%;
}
	
body{
	background: rgba(147,206,222,1);
	background: -moz-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(81,124,167,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,206,222,1)), color-stop(100%, rgba(81,124,167,1)));
	background: -webkit-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(81,124,167,1) 100%);
	background: -o-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(81,124,167,1) 100%);
	background: -ms-linear-gradient(left, rgba(147,206,222,1) 0%, rgba(81,124,167,1) 100%);
	background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(81,124,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#517ca7', GradientType=1 );
}

header{
	position:relative;
	width:100%;
	margin-bottom:2%;
}

#logo_imagen>img {
	position:relative;
	width:auto;
}

#contenedor_principal {
	left:0px;
	top:0px;
	position:relative;
	/*position:absolute;*/
	width:94%;
	height:auto;
	margin-left:3%;
	margin-top:3%;
}

#barrainferior {
	font-family: 'Source Sans Pro', sans-serif;
	position:relative;
	top:0;
	left:0;
	width:98%;
	height:auto;
	padding:1%;
	border-bottom: 1px solid #ff9f00;
	margin-bottom:1%;
}

a  {color:#527ca6;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:black;
}

.botones {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(198,214,227,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(198,214,227,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(198,214,227,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(198,214,227,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(198,214,227,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(198,214,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6d6e3', GradientType=1 );
	border: 1px solid #666;
	left:0px;
	top:0px;
	position:relative;
	height:auto;
	padding:2%;
	font-family: 'Francois One', sans-serif;
	margin-bottom:1%;
}

footer>a {
	color:#ff9f00;
}