@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
  
}

.title{
	background-color:#222;
	padding:1%;
	color:#fff;
	font-size:1.5vw;
	text-shadow: 2px 2px #666;
	box-shadow: 0px 5px 10px #888888;
}

.spacer_5{
	width:100%;
	height:5%;
}

.spacer_10{
	width:100%;
	height:10%;
}
.bg-index{
	background: url("./images/fondo_50.PNG");
	  background-repeat: repeat-y;
	  background-position: center; 
	  background-size: 95% 100%;
}

.bg-expo{
	  background: url("./images/fondo_25_expo.PNG");
	  background-repeat: repeat-y;
	  background-position: center; 
	  background-size: 95% 100%;
	  color:#534431;
}

.bg-ruta{
	background: url("./images/fondo_25_route.PNG");
	  background-repeat: repeat-y;
	  background-position: center; 
	  background-size: 95% 100%;
	  color:#2c5d00;
}

.bg-logos{
		background: url("./images/fondo_logos.PNG");
	  background-repeat: repeat-y;
	  background-position: center; 
	  background-size: 95% 100%;
	  color:#333;
}

.color_expo{
	background-color: #d20962;
}

.color_ambit{
	background-color: #f47721;
}

.color_content{
	background-color: #7ac143;
}

.color_subcontent{
	background-color: #00a78e;
}

.color_media{
	background-color: #00bce4;
}

.color_dictionary{
	background-color: #7d3f98;
}

.btn-expo{
	background-color: #694220;
	color: #fff;

}

.btn-route{
	background-color: #8c9434;
	color: #fff;
	
}

.btn-logo{
	background-color: #27abff;
	color: #fff;
	
}

.btn-big{
	width: 25%;
	font-size: 200%;
	margin:2%;
}

.centered{
	text-align:center;
}

.row-expo-selected{
	color: #fff;
	background-color:#d9c7b1;
}

.row-route-selected{
	color: #fff;
	background-color:#a5d679;
	
}

.list th, td {
    padding: 2%;
    text-align: left;
    border-bottom: 1px solid #aaa;
}

.bar{
	width:0%;
	height:100%;
	background-color: #8ccdff;
}