@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Lato:100,300);

#maincontrol {
	display: block;
	height: 600px;
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/agora-intro.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main {
	display: none;
	height: 700px;
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}
#slidemain {
	display: none;
	top: 30px;
	left: 50px;
	position: relative;
	width: 3036px;
	height: 180px;
	max-height: 180px;
	overflow: hidden;
	position:relative;
}
#slidemain2 {
	display: none;
	top: 30px;
	left: -1952px;
	position: relative;
	width: 3036px;
	height: 180px;
	max-height: 180px;
	overflow: hidden;
	position: relative;
}
#slidemain3 {
	display: none;
	top: 30px;
	left: 50px;
	position: relative;
	width: 3036px;
	height: 180px;
	max-height: 180px;
	overflow: hidden;
	position:relative;
}
.tile:active {
  outline: 0;
}
.tile {
  width: 120px;
  height: 120px;
  margin: 0 10px 10px 0;
}
.tile.half {
  width: 55px;
  height: 55px;
}
.tile.double {
  width: 250px;
}
.tile.double-vertical {
  height: 250px;
}
.tile.triple {
  width: 380px;
}
.tile.triple-vertical {
  height: 380px;
}
.tile.quadro {
  width: 510px;
}
.tile.quadro-vertical {
  height: 510px;
}
.tile-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 29px;
  margin: 0;
}
.tile-status:after {
  display: table;
  content: "";
  }
  .tile-status:after {
  clear: both;
  }
  
  
.bot {
	opacity: .4;
	background-color:#FFF;
	border: 1px solid #FFF;
	color: #FFF;
	float: left;
  	transition-duration: .4s;
  	-webkit-transition-duration: .4s;
  	-o-transition-duration: .4s;
}
.bot:hover {
	opacity: .95;
	background-color: white;
}
.bot h1{
	display:block;
	position:relative;
	margin-top:5px;
	margin-left:5px;
	opacity: 1 !important ;
	font-size: 12px;
	color: #FFF;
}
.bot img {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
	vertical-align: central;
}
#ingreso {
	top: 50px;
	left: 50px;
	width: 311px;
	height: 73px;
	position: relative;
	display: none;
	float: left;
}
#introtitulo {
	font-family: Lato;
	font-weight: 300;
	color: #FFF;
	display: none;
	font-size: 36px;
	width: 300px;
	height: auto;
	margin-top: 40px;
	margin-left: 25px;
	position: relative;
	padding-top: 125px;
	padding-left: 25px;
	top: 20px;
}
#slideleft {
	background-image: url(../img/left.png);
	width: 57px;
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
	height: 57px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	cursor: pointer;
}
#slideright {
	background-image: url(../img/right.png);
	width: 57px;
	position: relative;
	z-index: 2;
	top: 0px;
	height: 57px;
	right: 0px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	cursor: pointer;
}
.slideboton:hover {
	margin-top: 7px !important;
}
.cuad {
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
	padding:5px;
}
.cuad:hover {
	border: 5px orange solid;
	padding:0px;
	transition-duration: .2s;
  	-webkit-transition-duration: .2s;
  	-o-transition-duration: .2s;
}
#apDiv1 {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 1006px;
	height: 700px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	right: 0px;
	display: none;
	overflow-y: scroll;
	background-color: white;
	padding: 15px;
}
    #apDiv2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	right: 0px;
	display: none;
	background-color: #000;
	bottom: 0px;
	opacity: .5;
}