/*Si sos diseñador, disculpá las barbaridades cometidas. bien?*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Lato:300,400,700);

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

body {
    font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
    color: #f3eee4;
    background: #333;
    font-size: 0.9em;
    font-weight: 300;
}

a {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 80%;
}

a:hover {
	color: #fff;
}

.container {
	height: 100%;
	width: 100%;
	-webkit-background: transparent;
    -moz-background: transparent;
    -ms-background: transparent;
    background: transparent;
}

.containerp2 {
	height: 100%;
	width: 100%;
	-webkit-background: transparent;
    -moz-background: transparent;
    -ms-background: transparent;
    background: transparent;
    margin: 0px 5px;
}

.containerp2:before{
	border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
    border-radius: 2px;
    content: "";
    height: 87px;
    left: 20px;
    opacity: 0.2;
    position: absolute;
    top: -51px;
    width: 5%;
}

.containerp3 {
	height: 100%;
	width: 100%;
	-webkit-background: transparent;
    -moz-background: transparent;
    -ms-background: transparent;
    background: transparent;
    margin: 0px 5px;
}

.containerp3:before{
	border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
    border-radius: 2px;
    content: "";
    height: 87px;
    left: 20px;
    opacity: 0.2;
    position: absolute;
    top: -51px;
    width: 5%;
}

.bl-main {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.frecuencia{
	bottom: 5px;
    font-size: 1.3em;
    opacity: 0.7;
    position: absolute;
    right: 3px;
    text-align: right;
}

.frecuenciah{
	color: #A6A4A4;
}

@media screen and (orientation: landscape) {
	.bl-main > section {
		position: absolute;
		width: 25%;
		height: 50%;
		-webkit-transition: opacity 0.3s linear 0.5s;
		-moz-transition: opacity 0.3s linear 0.5s;
		-ms-transition: opacity 0.3s linear 0.5s;
		transition: opacity 0.3s linear 0.5s;
	}

	.bl-main > section:first-child { /*Logo*/
		top: 0;
		left: 0;
		background: #000000;
	}

	.bl-main > section:nth-child(2) { /*Linea A*/
		top: 0;
		left: 25%;
		/*background: #5db9d7; */
		background-image: -webkit-linear-gradient(#58BBD9 50%, #0078B1 100%);
		background-image: -moz-linear-gradient(#58BBD9 50%, #0078B1 100%);
		background-image: -ms-linear-gradient(#58BBD9 50%, #0078B1 100%);
		background-image: linear-gradient(#58BBD9 50%, #0078B1 100%);

	}
	
	.bl-main > section:nth-child(3) { /*Linea B*/
		top: 0;
		left: 50%;
		/*background: #c22c31; */
		background-image: -webkit-linear-gradient(#E13A40 50%, #A72126 100%);
		background-image: -moz-linear-gradient(#E13A40 50%, #A72126 100%);
		background-image: -ms-linear-gradient(#E13A40 50%, #A72126 100%);
		background-image: linear-gradient(#E13A40 50%, #A72126 100%);
	}
	
	.bl-main > section:nth-child(4) { /*Linea C*/
		top: 0;
		left: 75%;
		/*background: #2577a6; */
		background-image: -webkit-linear-gradient(#2285BB 50%, #09517D 100%);
		background-image: -moz-linear-gradient(#2285BB 50%, #09517D 100%);
		background-image: -ms-linear-gradient(#2285BB 50%, #09517D 100%);
		background-image: linear-gradient(#2285BB 50%, #09517D 100%);
	}
	
	.bl-main > section:nth-child(5) { /*Linea D*/
		top: 50%;
		left: 0;
		/*background: #008336; */
		background-image: -webkit-linear-gradient(#008B6E 50%, #006515 100%);
		background-image: -moz-linear-gradient(#008B6E 50%, #006515 100%);
		background-image: -ms-linear-gradient(#008B6E 50%, #006515 100%);
		background-image: linear-gradient(#008B6E 50%, #006515 100%);
	}
	
	.bl-main > section:nth-child(6) { /*Linea E*/
		top: 50%;
		left: 25%;
		/*background: #822B79;*/
		background-image: -webkit-linear-gradient(#87307E 50%, #52267D 100%);
		background-image: -moz-linear-gradient(#87307E 50%, #52267D 100%);
		background-image: -ms-linear-gradient(#87307E 50%, #52267D 100%);
		background-image: linear-gradient(#87307E 50%, #52267D 100%);
	}
	
	.bl-main > section:nth-child(7) { /*Linea H*/
		top: 50%;
		left: 50%;
		/*background: #ffff00; */
		background-image: -webkit-linear-gradient(#FFFF00 50%, #FFB500 100%);
		background-image: -moz-linear-gradient(#FFFF00 50%, #FFB500 100%);
		background-image: -ms-linear-gradient(#FFFF00 50%, #FFB500 100%);
		background-image: linear-gradient(#FFFF00 50%, #FFB500 100%);
	}
	
	.bl-main > section:nth-child(8) { /*Premetro*/
		top: 50%;
		left: 75%;
		/*background: #da802d;*/
		background-image: -webkit-linear-gradient(#EBA043 50%, #FF6727 100%);
		background-image: -moz-linear-gradient(#EBA043 50%, #FF6727 100%);
		background-image: -ms-linear-gradient(#EBA043 50%, #FF6727 100%);
		background-image: linear-gradient(#EBA043 50%, #FF6727 100%);
	}
	
	.cajaCabecera{
		height: 35%;
	    left: 1%;
	    position: absolute;
	    top: 55%;
	    width: 16%;
	}
	.entrecabecerasnum{
		cursor: pointer;
	    font-family: 'Source+Sans+Pro','Lato',Calibri,Arial,sans-serif;
	    font-size: 2.5em;
	    font-weight: 100;
	    left: 25%;
	    letter-spacing: 2px;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: uppercase;
	    bottom: 51%;
	    z-index: 2000;
	}
	.entrecabecerasdesc{
		top: 51%;
	    cursor: pointer;
	    font-family: 'Source+Sans+Pro',Arial,sans-serif;
	    font-size: 0.7em;
	    font-weight: 100;
	    left: 14%;
	    opacity: 0.6;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    z-index: 2000;
	}
	.cajaPromedio{
		height: 35%;
	    left: 20%;
	    position: absolute;
	    top: 55%;
	    width: 16%;
	}
	.promedionum{
		bottom: 51%;
	    cursor: pointer;
	    font-family: 'Source+Sans+Pro','Lato',Calibri,Arial,sans-serif;
	    font-size: 1em;
	    font-weight: 100;
	    letter-spacing: 2px;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: uppercase;
	    width: 100%;
	    z-index: 2000;
	}
	.promediodesc{
		top: 52%;
	    cursor: pointer;
	    font-family: 'Source+Sans+Pro',Arial,sans-serif;
	    font-size: 0.7em;
	    opacity: 0.6;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: uppercase;
	    width: 100%;
	    z-index: 2000;
	}
	.cajaUltimoTren{
		height: 35%;
	    left: 40%;
	    position: absolute;
	    top: 55%;
	    width: 16%;
	}
	.ultimotrennum{
		bottom: 51%;
	    cursor: pointer;
	    font-family: 'Source+Sans+Pro','Lato',Calibri,Arial,sans-serif;
	    font-size: 1em;
	    font-weight: 100;
	    letter-spacing: 2px;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: uppercase;
	    width: 100%;
	    z-index: 2000;
	}
	.ultimotrendesc{
		top: 51%;
	    cursor: pointer;
	    font-family: 'Source+Sans+Pro',Arial,sans-serif;
	    font-size: 0.7em;
	    opacity: 0.6;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: uppercase;
	    width: 100%;
	    z-index: 2000;	
	}
	.cajaLinea{
		height: 40%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 45%;
	}
	.tituloLinea{
		font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
		letter-spacing: 2px;
		text-align: center;
		position: absolute;
	    bottom: 31%;
		font-size: 0.4em;
		cursor: pointer;
	    right: 25%;
	    z-index: 2000;
	   	opacity: 0.85;
		filter:alpha(opacity=85); /* For IE8 and earlier */	
	}
	.linea{
		font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
		font-weight: 100;
		text-align: right;
		font-size: 6.8em;
		cursor: pointer;
	    position: relative;
	    z-index: 2000;
	    top: 6%;
	    right: 10%;
	}
	.cajaEstado{
		height: 75%;
	    position: absolute;
	    right: 0;
	    top: 12%;
	    width: 41%;
	}
	.estado{
		cursor: pointer;
	    font-family: 'Source+Sans+Pro','Lato',Calibri,Arial,sans-serif;
	    font-size: 1.8em;
	    left: 6%;
	    letter-spacing: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: capitalize;
	    top: 0;
	    z-index: 2000;
	}
	.descestado{
		cursor: pointer;
	    font-family: 'Source+Sans+Pro','Lato',Calibri,Arial,sans-serif;
	    font-size: 0.8em;
	    letter-spacing: 2px;
	    margin-top: 4em;
	    position: relative;
	    text-align: center;
	    text-transform: capitalize;
	    top: 45%;
	    z-index: 2000;
	}
	.flechaizq{
		font-family: 'Source+Sans+Pro', Arial, sans-serif;
		font-weight: 100;
		font-size: 1.5em;
		padding-top: 0px;
		cursor: pointer;
	    position: absolute;
	    left: 10px;
	    top: 40%;
	    z-index: 2000;	
	    color: rgba(255,255,255,0.0);
	    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);

	    width: 25px;
	    height: 42px;
	    -webkit-background: transparent no-repeat;
	    -moz-background: transparent no-repeat;
	    -ms-background: transparent no-repeat;
	    background: transparent no-repeat;
	    -webkit-background-image: url(../images/before.png);
		-moz-background-image: url(../images/before.png);
		-ms-background-image: url(../images/before.png);
		background-image: url(../images/before.png);
		opacity: 0.3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
	}
	.flechader{
		font-family: 'Source+Sans+Pro', Arial, sans-serif;
		font-weight: 100;
		height: 100px;
		font-size: 1.5em;
		padding-top: 0px;
		cursor: pointer;
	    position: absolute;
	    right: 10px;
	    top: 40%;
	    z-index: 2000;	
	    color: rgba(255,255,255,0.0);
	    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	 
	    width: 25px;
	    height: 42px;
	    -webkit-background: transparent no-repeat center center;
	    -moz-background: transparent no-repeat center center;
	    -ms-background: transparent no-repeat center center;
	    background: transparent no-repeat center center;
	    -webkit-background-image: url(../images/next.png);
		-moz-background-image: url(../images/next.png);
		-ms-background-image: url(../images/next.png);
		background-image: url(../images/next.png);
		opacity: 0.3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
	}
	.mas{
		bottom: 0;
	    cursor: pointer;
	    font-family: 'Source+Sans+Pro','Lato',Calibri,Arial,sans-serif;
	    font-size: 4em;
	    height: 50px;
	    letter-spacing: 2px;
	    position: absolute;
	    right: 20px;
	    text-align: right;
	    width: 40px;
	    z-index: 3000;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-background: transparent no-repeat center center;
	    -moz-background: transparent no-repeat center center;
	    -ms-background: transparent no-repeat center center;
	    background: transparent no-repeat center center;
	    -webkit-background-image: url(../images/before.png);
		-moz-background-image: url(../images/before.png);
		-ms-background-image: url(../images/before.png);
		background-image: url(../images/before.png);
		opacity: 0.3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
	}
}

@media screen and (orientation: portrait) {
	.bl-main > section {
		position: absolute;
		width: 50%;
		height: 25%;
		-webkit-transition: opacity 0.3s linear 0.5s;
		-moz-transition: opacity 0.3s linear 0.5s;
		-ms-transition: opacity 0.3s linear 0.5s;
		transition: opacity 0.3s linear 0.5s;
	}

	.bl-main > section:first-child { /*Logo*/
		top: 0;
		left: 0;
		background: #000000;
	}

	.bl-main > section:nth-child(2) { /*Linea A*/
		top: 0;
		left: 50%;
		/*background: #5db9d7; */
		background-image: -webkit-linear-gradient(#58BBD9 50%, #0078B1 100%);
		background-image: -moz-linear-gradient(#58BBD9 50%, #0078B1 100%);
		background-image: -ms-linear-gradient(#58BBD9 50%, #0078B1 100%);
		background-image: linear-gradient(#58BBD9 50%, #0078B1 100%);
	}
	
	.bl-main > section:nth-child(3) { /*Linea B*/
		top: 25%;
		left: 0;
		/*background: #c22c31; */
		background-image: -webkit-linear-gradient(#E13A40 50%, #A72126 100%);
		background-image: -moz-linear-gradient(#E13A40 50%, #A72126 100%);
		background-image: -ms-linear-gradient(#E13A40 50%, #A72126 100%);
		background-image: linear-gradient(#E13A40 50%, #A72126 100%);
		
	}
	
	.bl-main > section:nth-child(4) { /*Linea C*/
		top: 25%;
		left: 50%;
		/*background: #2577a6; */
		background-image: -webkit-linear-gradient(#2285BB 50%, #09517D 100%);
		background-image: -moz-linear-gradient(#2285BB 50%, #09517D 100%);
		background-image: -ms-linear-gradient(#2285BB 50%, #09517D 100%);
		background-image: linear-gradient(#2285BB 50%, #09517D 100%);
	}
	
	.bl-main > section:nth-child(5) { /*Linea D*/
		top: 50%;
		left: 0;
		/*background: #008336; */
		background-image: -webkit-linear-gradient(#008B6E 50%, #006515 100%);
		background-image: -moz-linear-gradient(#008B6E 50%, #006515 100%);
		background-image: -ms-linear-gradient(#008B6E 50%, #006515 100%);
		background-image: linear-gradient(#008B6E 50%, #006515 100%);
	}
	
	.bl-main > section:nth-child(6) { /*Linea E*/
		top: 50%;
		left: 50%;
		/*background: #822B79;*/
		background-image: -webkit-linear-gradient(#87307E 50%, #52267D 100%);
		background-image: -moz-linear-gradient(#87307E 50%, #52267D 100%);
		background-image: -ms-linear-gradient(#87307E 50%, #52267D 100%);
		background-image: linear-gradient(#87307E 50%, #52267D 100%);
	}
	
	.bl-main > section:nth-child(7) { /*Linea H*/
		top: 75%;
		left: 0;
		/*background: #ffff00; */
		background-image: -webkit-linear-gradient(#FFFF00 50%, #FFB500 100%);
		background-image: -moz-linear-gradient(#FFFF00 50%, #FFB500 100%);
		background-image: -ms-linear-gradient(#FFFF00 50%, #FFB500 100%);
		background-image: linear-gradient(#FFFF00 50%, #FFB500 100%);
	}
	
	.bl-main > section:nth-child(8) { /*Premetro*/
		top: 75%;
		left: 50%;
		/*background: #da802d;*/
		background-image: -webkit-linear-gradient(#EBA043 50%, #FF6727 100%);
		background-image: -moz-linear-gradient(#EBA043 50%, #FF6727 100%);
		background-image: -ms-linear-gradient(#EBA043 50%, #FF6727 100%);
		background-image: linear-gradient(#EBA043 50%, #FF6727 100%);
	}

	.cajaCabecera{
		left: 7%;
	    position: absolute;
	    top: 4%;
	    width: 33%;	
	}

	.entrecabecerasnum{
		font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
		font-weight: 100;
		letter-spacing: 2px;
		text-transform: uppercase;
		text-align: center;
		padding-top: 0px;
		font-size: 3em;
		cursor: pointer;
	    position: absolute;
	    left: 16px;
	    top: 0px;
	    z-index: 2000;
	    top: 20px;
	}
	.entrecabecerasdesc{
		font-family: 'Source+Sans+Pro', Arial, sans-serif;
		font-weight: 100;
		text-align: center;
		padding-top: 0px;
		font-size: 0.8em;
		cursor: pointer;
	    position: absolute;
	    left: 8px;
	    top: 70px;
	    z-index: 2000;	
		opacity: 0.6;
		filter:alpha(opacity=6); /* For IE8 and earlier */	
	}
	
	.cajaPromedio{
		right: 4%;
	    position: absolute;
	    top: 4%;
	    width: 23%;	
	}
	.promedionum{
		cursor: pointer;
	    font-family: 'Source+Sans+Pro','Lato',Calibri,Arial,sans-serif;
	    font-size: 1.7em;
	    font-weight: 100;
	    letter-spacing: 2px;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: uppercase;
	    top: 20px;
	    width: 100%;
	    z-index: 2000;
	}
	.promediodesc{
		cursor: pointer;
	    font-family: 'Source+Sans+Pro',Arial,sans-serif;
	    font-size: 1em;
	    font-weight: 100;
	    opacity: 0.6;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    top: 47px;
	    width: 100%;
	    z-index: 2000;
	}
	
	.cajaUltimoTren{
		right: 4%;
	    position: absolute;
	    top: 25%;
	    width: 23%;	
	}
	
	.ultimotrennum{
		cursor: pointer;
	    font-family: 'Source+Sans+Pro','Lato',Calibri,Arial,sans-serif;
	    font-size: 1.7em;
	    font-weight: 100;
	    letter-spacing: 2px;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    text-transform: uppercase;
	    top: 0;
	    width: 100%;
	    z-index: 2000;
	}
	.ultimotrendesc{
	    cursor: pointer;
	    font-family: 'Source+Sans+Pro',Arial,sans-serif;
	    opacity: 0.6;
	    padding-top: 0;
	    position: absolute;
	    text-align: center;
	    top: 26px;
	    width: 100%;
	    z-index: 2000;;
	}
	
	.cajaLinea{
		width: 100%;
		height: 50%;
		position: absolute;
	}
	.tituloLinea{
		font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
		letter-spacing: 0.4px;
		text-align: center;
		width: 100%;
		padding-top: 0px;
		font-size: 0.3em;
		cursor: pointer;
	    position: relative;
	    top: -127%;
	    z-index: 2000;
	   	opacity: 0.85;
		filter:alpha(opacity=85); /* For IE8 and earlier */	
	}
	.linea{
		font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
		font-weight: 100;
		letter-spacing: 2px;
		text-align: center;
		font-size: 8em;
		cursor: pointer;
	    position: relative;
	    z-index: 2000;
	    top: 35%;
	    left: auto;
	    width: 100%;
	}
	.cajaEstado{
		width: 80%;
		height: 50%;
		position: absolute;
		top: 50%;
		left: 10%;
	}
	.estado{
		font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
		letter-spacing: 2px;
		text-align: center;
		position: relative;
		left: auto;
		text-transform: capitalize;
		font-size: 2.3em;
		width: 100%;
		cursor: pointer;
	    z-index: 2000;
	    height: 42px;
	}
	.descestado{
		font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
		letter-spacing: 2px;
		text-align: center;
		text-transform: capitalize;
		top: 25%;
		font-size: 1em;
		cursor: pointer;
	    position: relative;
	    z-index: 2000;
	    height: 60px;
	}
	.flechaizq{
		font-family: 'Source+Sans+Pro', Arial, sans-serif;
		font-weight: 100;
		font-size: 1.5em;
		padding-top: 0px;
		cursor: pointer;
	    position: absolute;
	    left: 10px;
	    top: 50%;
	    z-index: 2000;	
	    color: rgba(255,255,255,0.0);
	    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);

	    width: 25px;
	    height: 42px;
	    -webkit-background: transparent no-repeat;
	    -moz-background: transparent no-repeat;
	    -ms-background: transparent no-repeat;
	    background: transparent no-repeat;
	    -webkit-background-image: url(../images/before.png);
		-moz-background-image: url(../images/before.png);
		-ms-background-image: url(../images/before.png);
		background-image: url(../images/before.png);
		opacity: 0.3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
	}
	.flechader{
		font-family: 'Source+Sans+Pro', Arial, sans-serif;
		font-weight: 100;
		height: 100px;
		font-size: 1.5em;
		padding-top: 0px;
		cursor: pointer;
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    z-index: 2000;	
	    color: rgba(255,255,255,0.0);
	    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	 
	    width: 25px;
	    height: 42px;
	    -webkit-background: transparent no-repeat;
	    -moz-background: transparent no-repeat;
	    -ms-background: transparent no-repeat;
	    background: transparent no-repeat;
	    -webkit-background-image: url(../images/next.png);
		-moz-background-image: url(../images/next.png);
		-ms-background-image: url(../images/next.png);
		background-image: url(../images/next.png);
		opacity: 0.3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
	}
	.mas{
		font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
		letter-spacing: 2px;
		text-align: center;
		font-size: 4em;
		cursor: pointer;
	    position: absolute;
	    bottom: 0px;
	    z-index: 3000;
	   	opacity: 0.6;
		filter:alpha(opacity=6); /* For IE8 and earlier */
		width: 47px;
		height: 50px;
		left: 43%;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-background: transparent no-repeat;
	    -moz-background: transparent no-repeat;
	    -ms-background: transparent no-repeat;
	    background: transparent no-repeat;
	    -webkit-background-image: url(../images/before.png);
		-moz-background-image: url(../images/before.png);
		-ms-background-image: url(../images/before.png);
		background-image: url(../images/before.png);
		opacity: 0.3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
		
	}

}

.bl-box {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0.8;
	filter:alpha(opacity=80);
	/* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl-box h1 {
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
	font-size: 4em;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
}

.bl-box h2 {
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
	font-size: 1.8em;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
}

.fullscreen {
	cursor: pointer;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    z-index: 3000;
    -webkit-background: transparent no-repeat;
    -moz-background: transparent no-repeat;
    -ms-background: transparent no-repeat;
    background: transparent no-repeat;
    -webkit-background-image: url(../images/fullup.png);
	-moz-background-image: url(../images/fullup.png);
	-ms-background-image: url(../images/fullup.png);
	background-image: url(../images/fullup.png);
	opacity: 0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

.config{
	cursor: pointer;
    position: absolute;
    left: 5px;
    top: 40px;
    width: 30px;
    height: 30px;
    z-index: 3000;
    -webkit-background: transparent no-repeat;
    -moz-background: transparent no-repeat;
    -ms-background: transparent no-repeat;
    background: transparent no-repeat;
    -webkit-background-image: url(../images/config.png);
	-moz-background-image: url(../images/config.png);
	-ms-background-image: url(../images/config.png);
	background-image: url(../images/config.png);
	opacity: 0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}


.twitterBlue{
	cursor: pointer;
    position: absolute;
    left: 5px;
    top: 72px;
    width: 30px;
    height: 30px;
    -webkit-background: transparent no-repeat;
    -moz-background: transparent no-repeat;
    -ms-background: transparent no-repeat;
    background: transparent no-repeat;
    -webkit-background-image: url(../images/twitterBlue.png);
	-moz-background-image: url(../images/twitterBlue.png);
	-ms-background-image: url(../images/twitterBlue.png);
	background-image: url(../images/twitterBlue.png);
	opacity: 0.9;
	filter:alpha(opacity=9); /* For IE8 and earlier */
}

.zoomin{
	position: fixed;
	cursor: pointer;
    position: absolute;
    right: 15px;
    top: 70px;
    width: 30px;
    height: 30px;
    z-index: 3000;
    -webkit-background: transparent no-repeat;
    -moz-background: transparent no-repeat;
    -ms-background: transparent no-repeat;
    background: transparent no-repeat;
    -webkit-background-image: url(../images/zoomin.png);
	-moz-background-image: url(../images/zoomin.png);
	-ms-background-image: url(../images/zoomin.png);
	background-image: url(../images/zoomin.png);
	opacity: 0.9;
	filter:alpha(opacity=9); /* For IE8 and earlier */	
}

.zoomeq{
	cursor: pointer;
    position: absolute;
    right: 15px;
    top: 110px;
    width: 30px;
    height: 30px;
    z-index: 3000;
    -webkit-background: transparent no-repeat;
    -moz-background: transparent no-repeat;
    -ms-background: transparent no-repeat;
    background: transparent no-repeat;
    -webkit-background-image: url(../images/zoomeq.png);
	-moz-background-image: url(../images/zoomeq.png);
	-ms-background-image: url(../images/zoomeq.png);
	background-image: url(../images/zoomeq.png);
	opacity: 0.9;
	filter:alpha(opacity=9); /* For IE8 and earlier */	
}

.zoomout{
	cursor: pointer;
    position: absolute;
    right: 15px;
    top: 150px;
    width: 30px;
    height: 30px;
    z-index: 3000;
    -webkit-background: transparent no-repeat;
    -moz-background: transparent no-repeat;
    -ms-background: transparent no-repeat;
    background: transparent no-repeat;
    -webkit-background-image: url(../images/zoomout.png);
	-moz-background-image: url(../images/zoomout.png);
	-ms-background-image: url(../images/zoomout.png);
	background-image: url(../images/zoomout.png);
	opacity: 0.9;
	filter:alpha(opacity=9); /* For IE8 and earlier */	
}

.horaactualizacion {
	font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
	font-weight: 100;
	font-size: 0.8em;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
    position: absolute;
    left: 35px;
    top: 0px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	width: 250px;    
}

.status {
	cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 75px;
    height: 75px;
    z-index: 2000;
    -webkit-background: no-repeat;
    -moz-background: no-repeat;
    -ms-background: no-repeat;
    background: no-repeat;
	}

.yellow {
	-webkit-background-image: url(../images/statusyellow.png);
	-moz-background-image: url(../images/statusyellow.png);
	-ms-background-image: url(../images/statusyellow.png);
	background-image: url(../images/statusyellow.png);
}

.logo {
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: inherit;
	margin: 0;
	padding: 10px;
	width: 100%;
	font-size: 2.3em;
	letter-spacing: 2px;
	font-weight: 100;
	color: #FFD20B;
}

.logo bb {
	color: #E07600;
}

.logo2 {
	opacity: 0.9;
	letter-spacing: 2px;
	font-weight: 100;
	color: #FFD20B;
}

.logo2 bb {
	color: #E07600;
}

.recuadro{
	width: 96%;
	height: 90%;
	margin-left: 2%;
	overflow: scroll;
}

.imagenMapa{
	background-color: rgba(255,255,255,0.9);
	border: white;
	margin-top: 25px;
	width: 100%;
	height: 100%;
}

.bl-icon {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.bl-icon-h {
	
	color: #a6a4a4;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}



.bl-icon:before {
	font-family: 'icomoon';
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}

.bl-icon-about:before {
	font-family: 'icomoon';
	content: "\e000";
}

.bl-icon-works:before {
	font-family: 'icomoon';
	content: "\e001";
}

.bl-icon-blog:before {
	font-family: 'icomoon';
	content: "\e002";
}

.bl-icon-contact:before {
	font-family: 'icomoon';
	content: "\e003";
}

.bl-main > section .bl-icon-close {
	font-family: 'icomoon';
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}

.bl-icon-close:before {
	font-family: 'icomoon';
	content: "\e005";
}

.bl-content, 
div.bl-panel-items > div > div {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	overflow: hidden;
	overflow-y: auto;
}

/* Custom content */

.bl-content p {
	font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
	margin: 20px;
	padding-bottom: 15px;
	font-size: 1.7em;
	line-height: 1.8;
}

.bl-content h2 {
	font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
	font-size: 3em;
	font-weight: 300;
	margin: 20px;
}

.tituloDetalle{
	font-weight: 100;
	font-size: 2em;
	text-align: center;
}

.bl-content h3 {
	font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 23px;
	font-size: 1.4em;
	padding: 10px;
	margin: 10px 10px 10px 45px;
}

.bl-content article {
	font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
	padding: 20px 40px 20px 0px;
}

.bl-content article h3 {
	font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-size: 1.4em;
}

.bl-content article a {
	color: rgba(0,0,0,0.2);
}

.bl-content > ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

.bl-content > ul li {
	display: inline-block;
	height: 56px;
    width: 40px;
}

.bl-content > ul li a {
	display: block;
	padding: 0;
	border: 8px solid rgba(0,0,0,0.1);
}

.bl-content > ul li a img {
	display: block;
	max-width: 100%;
}

.derecha{
	position: absolute;
	right: -57px;
	bottom: -70px;
}


/* Panel Items */

div.bl-panel-items,
div.bl-panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

div.bl-panel-items > div > div {
	width: 95%;
	margin: 0 auto;
	opacity: 1;
	bottom: 56px;
	top: 25px;
	pointer-events: auto;
}

div.bl-panel-items > div > div h3 {
	font-size: 2em; /*2.4*/
	font-weight: 300;
	margin: 10px 11% 5px;
    text-align: left;
}

div.bl-panel-items > div > div p {
	font-size: 1.3em;
}

div.bl-panel-items > div > div img {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}

div.bl-panel-items {
	top: 100%;
	z-index: 2000;
}

div.bl-panel-items > div {
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
}

.panelA {
	/*background: #3ba5db;*/
	background: #86c3d7;
	background-image: -webkit-linear-gradient(#0075A4 50%, #3AB2D6 100%);
	background-image: -moz-linear-gradient(#0075A4 50%, #3AB2D6 100%);
	background-image: -ms-linear-gradient(#0075A4 50%, #3AB2D6 100%);
	background-image: linear-gradient(#0075A4 50%, #3AB2D6 100%);
}

.panelB {
	/*background: #3ba5db;*/
	background: #d95257;
	background-image: -webkit-linear-gradient(#9C2126 50%, #E3273D 100%);
	background-image: -moz-linear-gradient(#9C2126 50%, #E3273D 100%);
	background-image: -ms-linear-gradient(#9C2126 50%, #E3273D 100%);
	background-image: linear-gradient(#9C2126 50%, #E3273D 100%);
}

.panelC {
	/*background: #3ba5db;*/
	background: #50a1cf;
	background-image: -webkit-linear-gradient(#004a74 50%, #0076b4 100%); 
	background-image: -moz-linear-gradient(#004A74 50%, #0076B4 100%);
	background-image: -ms-linear-gradient(#004A74 50%, #0076B4 100%);
	background-image: linear-gradient(#004A74 50%, #0076B4 100%);
}

.panelD {
	/*background: #3ba5db;*/
	background: #40ba73;
	background-image: -webkit-linear-gradient(#005129 50%, #008976 100%);
	background-image: -moz-linear-gradient(#005129 50%, #008976 100%);
	background-image: -ms-linear-gradient(#005129 50%, #008976 100%);
	background-image: linear-gradient(#005129 50%, #008976 100%);
}

.panelE {
	/*background: #3ba5db;*/
	background: #bb67b3;
	background-image: -webkit-linear-gradient(#52207b 50%, #8c287b 100%);
	background-image: -moz-linear-gradient(#52207b 50%, #8c287b 100%);
	background-image: -ms-linear-gradient(#52207b 50%, #8c287b 100%);
	background-image: linear-gradient(#52207b 50%, #8c287b 100%);
}

.panelH {
	/*background: #3ba5db;*/
	/*color: #828282; color gris linea H*/ 
	background: #C58F10;
	background-image: -webkit-linear-gradient(#C58F10 50%, #F7CE08 100%);
	background-image: -moz-linear-gradient(#C58F10 50%, #F7CE08 100%);
	background-image: -ms-linear-gradient(#C58F10 50%, #F7CE08 100%);
	background-image: linear-gradient(#C58F10 50%, #F7CE08 100%);
}

.panelP {
	/*background: #3ba5db;*/
	background: #efa057;
	background-image: -webkit-linear-gradient(#E67121 50%, #F4A644 100%);
	background-image: -moz-linear-gradient(#E67121 50%, #F4A644 100%);
	background-image: -ms-linear-gradient(#E67121 50%, #F4A644 100%);
	background-image: linear-gradient(#E67121 50%, #F4A644 100%);
}


div.bl-panel-items nav {
	position: absolute;
	z-index: 9999;
	width: 216px;
	left: 50%;
	top: 0px;
	margin-left: -108px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

div.bl-panel-items.bl-panel-items-show nav span {
	float: left;
	margin: 5px;
}

div.bl-panel-items nav span.bl-next-work {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	line-height: 2em;
	cursor: pointer;
	margin-right: 2em;
}

div.bl-panel-items.bl-panel-items-show nav {
	opacity: 1;
	top: -70px;
}

div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
}

div.bl-panel-items > div.bl-hide-current-work {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl-main > section.bl-expand{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bl-main > section.bl-expand-top {
	z-index: 100;
}

.bl-main > section:first-child.bl-expand { /*Logo*/
	/*background: #EE4444;*/
	-webkit-background-image: url(../images/low_contrast_linen.png);
	-moz-background-image: url(../images/low_contrast_linen.png);
	-ms-background-image: url(../images/low_contrast_linen.png);
	background-image: url(../images/low_contrast_linen.png);
}
.bl-main > section:nth-child(2).bl-expand { /*Linea A*/
	background: #86c3d7;
	background-image: -webkit-linear-gradient(#3AB2D6 50%, #0075A4 100%);
	background-image: -moz-linear-gradient(#3AB2D6 50%, #0075A4 100%);
	background-image: -ms-linear-gradient(#3AB2D6 50%, #0075A4 100%);
	background-image: linear-gradient(#3AB2D6 50%, #0075A4 100%);

}
.bl-main > section:nth-child(3).bl-expand { /*Linea B*/
	background: #d95257;
	background-image: -webkit-linear-gradient(#E3273D 50%, #9C2126 100%);
	background-image: -moz-linear-gradient(#E3273D 50%, #9C2126 100%);
	background-image: -ms-linear-gradient(#E3273D 50%, #9C2126 100%);
	background-image: linear-gradient(#E3273D 50%, #9C2126 100%);
}
.bl-main > section:nth-child(4).bl-expand { /*Linea C*/
	background: #50a1cf;
	background-image: -webkit-linear-gradient(#0076B4 50%, #004A74 100%); 
	background-image: -moz-linear-gradient(#0076B4 50%, #004A74 100%);
	background-image: -ms-linear-gradient(#0076B4 50%, #004A74 100%);
	background-image: linear-gradient(#0076B4 50%, #004A74 100%);
}
.bl-main > section:nth-child(5).bl-expand { /*Linea D*/
	background: #40ba73;
	background-image: -webkit-linear-gradient(#008976 50%, #005129 100%);
	background-image: -moz-linear-gradient(#008976 50%, #005129 100%);
	background-image: -ms-linear-gradient(#008976 50%, #005129 100%);
	background-image: linear-gradient(#008976 50%, #005129 100%);
}
.bl-main > section:nth-child(6).bl-expand { /*Linea E*/
	background: #bb67b3;
	background-image: -webkit-linear-gradient(#8c287b 50%, #52207b 100%);
	background-image: -moz-linear-gradient(#8C287B 50%, #52207B 100%);
	background-image: -ms-linear-gradient(#8C287B 50%, #52207B 100%);
	background-image: linear-gradient(#8C287B 50%, #52207B 100%);
}
.bl-main > section:nth-child(7).bl-expand { /*Linea H*/
	background: #ffff88;
	color: #828282;
	background-image: -webkit-linear-gradient(#F7CE08 50%, #C58F10 100%);
	background-image: -moz-linear-gradient(#F7CE08 50%, #C58F10 100%);
	background-image: -ms-linear-gradient(#F7CE08 50%, #C58F10 100%);
	background-image: linear-gradient(#F7CE08 50%, #C58F10 100%);
}
.bl-main > section:nth-child(8).bl-expand { /*Premetro*/
	background: #efa057;
	background-image: -webkit-linear-gradient(#F4A644 50%, #E67121 100%);
	background-image: -moz-linear-gradient(#F4A644 50%, #E67121 100%);
	background-image: -ms-linear-gradient(#F4A644 50%, #E67121 100%);
	background-image: linear-gradient(#F4A644 50%, #E67121 100%);
}

.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.bl-box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	-ms-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

section.bl-expand .bl-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	-ms-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.bl-box h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.bl-content,
.bl-icon-close {
	font-family: 'icomoon';
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
	font-family: 'icomoon';
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	-ms-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}

@media screen and (min-width: 1920px) {
	.bl-content,
	.bl-box {
		font-size: 120%;/*75%;*/
	}

	.bl-expand .bl-box {
		height: 130px;
	}

	.bl-content > ul li {
		width: 40%;
	}
	.linea{
		top: 19%;
		right: 24%;
		font-size: 1000%;
	}
	.entrecabecerasnum {
		top: 10%;
		left: 38%;		
		font-size: 530%;
	}
	.entrecabecerasdesc{
	    font-size: 180%;
	    left: 25%;
	    top: 30%;
	}
	.promedionum{
		top: 10%;
		left: 38%;		
		font-size: 530%;
	}
	.promediodesc{
	    font-size: 180%;
	    left: 25%;
	    top: 30%;
	}
	.ultimotrennum{
	    font-size: 320%;
	    left: 40%;
	    top: 22%;
	}
	.ultimotrendesc{
	    font-size: 180%;
	    left: 17%;
	    top: 27%;
	}
	.estado {
		left: 20%;
		top: 15%;
		font-size: 450%;
	}
	.descestado{
		top: 45%;
		left: 0%;		
		font-size: 230%;
	}
	.mas{
		
	}
}

@media screen and (orientation: landscape) and (min-width: 700px) {
	.bl-content,
	.bl-box {
		font-size: 120%;
	}

	.bl-expand .bl-box {
		height: 130px;
	}

	.bl-content > ul li {
		height: 100%;
		width: 100%;
	}
	.linea{
		font-size: 900%;
	    right: 5%;
	    top: 20%;
	}
	.entrecabecerasnum {
		font-size: 430%;
	    left: 19%;
	    top: 10%;
	}
	.entrecabecerasdesc{
	    font-size: 95%;
	    left: 18%;
	    top: 46%;
	}
	.promedionum{
	    font-size: 162%;
	    left: 8%;
	    top: 31%;
	}
	.promediodesc{
	    font-size: 95%;
	    left: 7%;
	    top: 46%;	
	}
	.ultimotrennum{
	    font-size: 162%;
	    left: 8%;
	    top: 31%;
	}
	.ultimotrendesc{
	    font-size: 95%;
	    left: 7%;
	    top: 46%;
	}
	.estado {
	    font-size: 232%;
	    right: 0;
	    top: 13%;
	}
	.descestado{
	    font-size: 110%;
	    left: 5%;
	    top: 49%;
	}
}


.message{
		background-size: 80px 80px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .1) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%,
							transparent 75%, transparent);										
		 top: 0%;
		 left: 25%;
		 height: 100%;
		 color: #fff;
		 padding: 15px;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 -webkit-animation: animate-bg 1s linear infinite;
		 -moz-animation: animate-bg 1s linear infinite;
		 -ms-animation: animate-bg 1s linear infinite;
		 animation: animate-bg 1s linear infinite;
}
.message:after{
	content: "LIMITADO";
	font-family: 'Lato', Calibri, Arial, sans-serif;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: capitalize;
    font-weight: 900;
    font-size: 0.15em;
	position: relative;
	opacity: 0.8;
	color: rgba(255,255,255,0.9);
	bottom: 35px;
	text-align: center;
}

.messagebr{
		background-size: 160px 160px;
		background-image: linear-gradient(135deg, rgba(60,60,60,0.5) 25%, transparent 25%,
							transparent 50%, rgba(60,60,60,0.5) 50%, rgba(60,60,60,0.5) 75%,
							transparent 75%, transparent);										
		 top: 0%;
		 left: 25%;
		 height: 100%;
		 color: #fff;
		 padding: 15px;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 -webkit-animation: animate-bg2 1s linear infinite;
		 -moz-animation: animate-bg2 1s linear infinite;
		 -ms-animation: animate-bg2 1s linear infinite;
		 animation: animate-bg2 1s linear infinite;	
}
.messagebr:after{
	content: "INTERRUPCION TOTAL";
	font-family: 'Lato', Calibri, Arial, sans-serif;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: capitalize;
    font-weight: 900;
    font-size: 0.15em;
	position: relative;
	opacity: 0.9;
	/*color: rgba(31,31,31,0.5);*/
	color: rgba(255,255,255,1);
	bottom: 35px;
	text-align: center;
}

.messageha{
		background-size: 80px 80px;
		background-image: linear-gradient(135deg, rgba(235,211,87,0.5) 25%, transparent 25%,
							transparent 50%, rgba(235,211,87,0.5) 50%, rgba(235,211,87,0.5) 75%,
							transparent 75%, transparent);										
		 top: 0%;
		 left: 25%;
		 height: 100%;
		 padding: 15px;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 -webkit-animation: animate-bg 1s linear infinite;
		 -moz-animation: animate-bg 1s linear infinite;
		 -ms-animation: animate-bg 1s linear infinite;
		 animation: animate-bg 1s linear infinite;
}
.messageha:after{
	content: "LIMITADO";
	font-family: 'Lato', Calibri, Arial, sans-serif;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: capitalize;
    font-weight: 900;
    font-size: 0.15em;
	position: relative;
	opacity: 0.9;
	color: rgba(31,31,31,0.5);
	bottom: 35px;
	text-align: center;
}


.findelservicio{
		background-size: 40px 40px;
		 top: 0%;
		 left: 25%;
		 height: 100%;
		 padding: 15px;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 margin: 10px;
		 border: 15px dashed rgba(0,0,0,0.2);
}

.findelservicio:after{
	content: "FIN.DEL.SERVICIO";
	font-family: 'Lato', Calibri, Arial, sans-serif;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: capitalize;
    font-weight: 900;
    font-size: 0.15em;
	position: relative;
	opacity: 0.6;
	color: rgba(31,31,31,0.5);
	bottom: 35px;
	text-align: center;
}

.messager{
		background-size: 80px 80px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);										
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 top: 0%;
		 left: 25%;
		 height: 100%;
		 color: #fff;
		 padding: 15px;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 -webkit-animation: animate-bg 1s linear infinite;
		 -moz-animation: animate-bg 1s linear infinite;
		 -ms-animation: animate-bg 1s linear infinite;
		 animation: animate-bg 1s linear infinite;
}

.info{
		 background-color: #4da4cc;
		 border-color: #3b8eb5;
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

@-moz-keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

@-ms-keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

@-webkit-keyframes animate-bg2 {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -160px 0;
    }
}

@-moz-keyframes animate-bg2 {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -160px 0;
    }
}

@-ms-keyframes animate-bg2 {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -160px 0;
    }
}

@keyframes animate-bg2 {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -160px 0;
    }
}




.accordion{
	width: 100%;
	margin: 10px auto;
	background: rgb(211,211,211);
	background: rgba(255, 255, 255, .2);
	border-radius: 20px;
}

.accordionp{
	margin-left: 10%;
    width: 90%;
	background: transparent;
	border-radius: 20px;
}

.accordion logo{
	width: 60px;
}

.accordion label{
	font-family: 'Source+Sans+Pro','Lato', Calibri, Arial, sans-serif;
	vertical-align: middle;
	padding-left: 55px;
	padding-top: 10px;
	/*padding-top: 18px;*/
	position: relative;
	display: block;
	height: 60px;
	cursor: pointer;
	color: #dae3ed;
/*	line-height: 33px;
	font-size: 19px;*/
	/*background: #5db9d7;*/
    font-weight: 100;
    font-size: 1.7em;
	line-height: 1.8;
	border-bottom: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}


.accordion label:before{
	content: '';
	vertical-align: middle;
	position: absolute;
	border: 16px solid white;
	border-radius: 20px;
	left: 14px;
	opacity: 0.5;
	margin-top: 5px;
	background: rgb(155,155,155);
	background: rgba(155, 155, 155, .5);
}

.accordion label:after{
	content: '^';
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	vertical-align: middle;
    font-weight: 200;
    font-size: 1.3em;
	position: absolute;
	right: 25px;
	opacity: 0.4;
	margin-top: -13px;
}

.accordion .top{
	border-radius: 20px 20px 0px 0px;
}

.accordion .bottom{
	border-radius: 0px 0px 20px 20px;
}
.titulo{
	position: relative;
	margin-left: -247px;
}
.titulo1{
	position: static;
	margin-left: -44px;
}
.infolinea{
    cursor: pointer;
    opacity: 0.3;
    position: relative;
    left: 0px;
    top: 5px;
    z-index: 3000;
}
.infolineaIcono {
	margin-left: 15px;
	width: 30px;
}
.escmecanica {
	margin-left: 15px;
	-webkit-background-image: url(../images/escalera.png);
	-moz-background-image: url(../images/escalera.png);
	-ms-background-image: url(../images/escalera.png);
	background-image: url(../images/escalera.png);
}
.ascensor {
	margin-left: 15px;
	-webkit-background-image: url(../images/ascensor.png);
	-moz-background-image: url(../images/ascensor.png);
	-ms-background-image: url(../images/ascensor.png);
	background-image: url(../images/ascensor.png);
}
.wifi {
	margin-left: 15px;
	-webkit-background-image: url(../images/wifi.png);
	-moz-background-image: url(../images/wifi.png);
	-ms-background-image: url(../images/wifi.png);
	background-image: url(../images/wifi.png);
}
.banios {
	margin-left: 15px;
	-webkit-background-image: url(../images/banios.png);
	-moz-background-image: url(../images/banios.png);
	-ms-background-image: url(../images/banios.png);
	background-image: url(../images/banios.png);	
}
.termconsulta {
	margin-left: 15px;
	-webkit-background-image: url(../images/termconsulta.png);
	-moz-background-image: url(../images/termconsulta.png);
	-ms-background-image: url(../images/termconsulta.png);
	background-image: url(../images/termconsulta.png);	
}
.cruzaa {

}
.cruzab {
	
}
.cruzac {
	
}
.cruzad {
	
}
.cruzae {
	
}
.cruzah {
	
}
.cruzap {
	
}

.accordion .lineaa label:hover{
	background: #e15fd2;
}
.accordion .lineab label:hover{
	background: #5fc3e0;
}
.accordion .lineac label:hover{
	background: #5fc3e0;
}
.accordion .linead label:hover{
	background: #5fc3e0;
}
.accordion .lineae label:hover{
	background: #5fc3e0;
}
.accordion .lineah label:hover{
	background: #5fc3e0;
}
.accordion .lineap label:hover{
	background: #5fc3e0;
}

.accordion input:checked + label,
.accordion input:checked + label:hover{
	/*background: #5fc5e1;*/
	color: #f3eee4;
	box-shadow:0px 0px 12px #e4e4e4;
	background: rgb(221,221,221);
	background: rgba(255, 255, 255, .3);
}
.accordion lineaa input:checked + label,
.accordion lineaa input:checked + label:hover{
	/*background: #e15f5f;*/
	color: #f3eee4;
	box-shadow: 0px 0px 15px #86c3d7;
	background: rgb(211,211,211);
	background: rgba(255, 255, 255, .3);
}

.accordion input{
	display: none;
}
.accordion .article{
	/*background: #6dc9e7;*/
	overflow: hidden;
	height: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 488px) {
	.accordion .article p{
		line-height: 23px;
		font-size: 0.9em;
		padding: 10px;
		margin: 10px 10px 10px 45px;
	}
}

@media screen and (min-width: 489px) {
	.accordion .article p{
		line-height: 23px;
		font-size: 1.4em;
		padding: 10px;
		margin: 10px 10px 10px 45px;
	}
}


.accordion input:checked ~ .article{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.accordion input:checked ~ .article.ac-small{
	height: 155px;
}
.accordion input:checked ~ .article.ac-medium{
	height: 195px;
}
.accordion input:checked ~ .article.ac-large{
	height: 400px;
}

.accordion input:checked ~ .article:before{
	content: '';
	width: 0;
	height: 400px;
	position: absolute;
	border: 5px solid white;
	left: 25px;
	opacity: 0.2;
}

.problema{
	-webkit-animation: parpadeo 0.8s;
	-moz-animation: parpadeo 0.8s;
	animation: parpadeo 0.8s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	text-shadow: 0px 0px 2px yellow;
}

		
	@-webkit-keyframes parpadeo {	
		0%	{text-shadow: 0px 0px 2px #FFFF00;
			color: white;
		}
		50%	{text-shadow: 0px 0px 30px rgba(0,0,0,1);
			color: yellow;
		}
		100%{text-shadow: 0px 0px 2px #FFFF00;
			color: white;
		}
	}
/*	@-moz-keyframes parpadeo {	
		0%	{-moz-text-shadow: 0px 0px 2px red}
		50%	{-moz-text-shadow: 0px 0px 20px red;
			color: red;
		}
		100%{-moz-text-shadow: 0px 0px 2px red}
	}*/
	@keyframes parpadeo {	
		0%	{text-shadow: 0px 0px 2px yellow;
			color: white;
		}
		50%	{text-shadow: 0px 0px 30px rgba(0,0,0,0.8);
			color: yellow;
		}
		100%{text-shadow: 0px 0px 2px yellow;
			color: white;
		}
	}
	
	
	
.problemared{
	-webkit-animation: parpadeored 1s;
	-moz-animation: parpadeored 1s;
	animation: parpadeored 1s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	text-shadow: 0px 0px 2px white;
}
		
	@-webkit-keyframes parpadeored {	
		0%	{text-shadow: 0px 0px 10px yellow;
			color: white;
		}
		50%	{text-shadow: 0px 0px 30px rgba(0,0,0,1);
			color: rgba(255,0,0,0.85);
		}
		100%{text-shadow: 0px 0px 10px yellow;
			color: white;
		}
	}
/*	@-moz-keyframes parpadeo {	
		0%	{-moz-text-shadow: 0px 0px 2px red}
		50%	{-moz-text-shadow: 0px 0px 20px red;
			color: red;
		}
		100%{-moz-text-shadow: 0px 0px 2px red}
	}*/
	@keyframes parpadeored {	
		0%	{text-shadow: 0px 0px 10px yellow;
			color: white;
		}
		50%	{text-shadow: 0px 0px 30px rgba(0,0,0,1);
			color: rgba(255,0,0,0.8);
		}
		100%{text-shadow: 0px 0px 10px yellow;
			color: white;
		}
	}
	
	
	
	
.prueba{
	text-shadow: 0px 0px 2px #e5e5e5;
	font-size: 80%;
	text-align: center;
	text-transform: uppercase;
}