@font-face {
	font-family: ChaletNewYorkNineteenEighty;
	src: url(../fonts/ChaletNewYorkNineteenEighty.ttf);
}
@font-face {
	font-family: ChaletNewYorkNineteenSixty;
	src: url(../fonts/ChaletNewYorkNineteenSixty.ttf);
}

.degradado_1{
	background: rgba(62,173,198,1);
	background: -moz-linear-gradient(left, rgba(62,173,198,1) 0%, rgba(36,152,191,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,173,198,1)), color-stop(100%, rgba(36,152,191,1)));
	background: -webkit-linear-gradient(left, rgba(62,173,198,1) 0%, rgba(36,152,191,1) 100%);
	background: -o-linear-gradient(left, rgba(62,173,198,1) 0%, rgba(36,152,191,1) 100%);
	background: -ms-linear-gradient(left, rgba(62,173,198,1) 0%, rgba(36,152,191,1) 100%);
	background: linear-gradient(to right, rgba(62,173,198,1) 0%, rgba(36,152,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eadc6', endColorstr='#2498bf', GradientType=1 );
}

.degradado_2{
	background: rgba(245,221,3,1);
	background: -moz-linear-gradient(left, rgba(245,221,3,1) 0%, rgba(235,245,143,1) 59%, rgba(169,220,174,1) 79%, rgba(85,176,209,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,221,3,1)), color-stop(59%, rgba(235,245,143,1)), color-stop(79%, rgba(169,220,174,1)), color-stop(100%, rgba(85,176,209,1)));
	background: -webkit-linear-gradient(left, rgba(245,221,3,1) 0%, rgba(235,245,143,1) 59%, rgba(169,220,174,1) 79%, rgba(85,176,209,1) 100%);
	background: -o-linear-gradient(left, rgba(245,221,3,1) 0%, rgba(235,245,143,1) 59%, rgba(169,220,174,1) 79%, rgba(85,176,209,1) 100%);
	background: -ms-linear-gradient(left, rgba(245,221,3,1) 0%, rgba(235,245,143,1) 59%, rgba(169,220,174,1) 79%, rgba(85,176,209,1) 100%);
	background: linear-gradient(to right, rgba(245,221,3,1) 0%, rgba(235,245,143,1) 59%, rgba(169,220,174,1) 79%, rgba(85,176,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5dd03', endColorstr='#55b0d1', GradientType=1 );
}

/*
	Navbar
*/
#nav{
	margin-top: 15px;
	position: relative;
}

#row-logo-consejo{
	height: 40px;
	position: absolute;
	top: 40px;
}
#logo-consejo{
	width: 120px;
	float: right;
	margin-right: 90px;
}

.wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
}
.wrapper:after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.main {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(224,224,224, .3)
    
}
#barra-amarilla{
	height: 25px;
	width: 100%;
	background-color: #FFD600;
	color: 12px;
}

#columna-derecha{
	color: #717375;
	font-family: ChaletNewYorkNineteenEighty;
}
#presentacion{
	width: 100%;
	height: 100%;
}
#div-footer{
	bottom: 0px;
	position: absolute;	
	height: 47px;
	width: 100%;
}
#degradado_2,
#logo-vamos-ba,
#logo-ciudad-buenos{
	display: inline-block;
}
#logo-vamos-ba{
	float: right;
	margin-right: 15px;
}

#degradado_2{
	width: calc(100% - 260px );
	height: 1.6px;
	position: relative;
	top: -2px;
}

/*
	Contenido Principal
*/
.ChaletNewYorkNineteenSixty{
	font-family: ChaletNewYorkNineteenSixty;
}
#contenido_principal{
	background-image: url("../img/fondo.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 -10px;
}
#icono-facebook,
#logo-ciudad-buenos{
	margin-left: 20px;
}
#logo-ciudad-buenos{
	margin-top: 17px;
	margin-right: 10px;
}
#buenosaires-link{
	margin-right: 20px;
	color: black;
}


/*
	clases asitentes
*/
.margin-top-xs{
	margin-top: 30px;
}

.margin-bottom-xs{
	margin-bottom: 30px;
}

.texto-gris{
	color: #717375;
}

.big{
	color: #F8DB15;
	font-size: 54.6px;
	margin-left: 10px;
}

body{
	margin-bottom: 40px;
}

/* pantalla celular y tablet */
@media (max-width: 990px) {
	#logo-congreso{
		width: 180px;
		margin: 15px auto;
	}
	#contenido_principal{
		background-image: none;
	}
	#video{
		background-image: url("../img/fondo.png");
		background-size: 100%;
		background-repeat: no-repeat;
	    background-position: 0px 39%;
	}
}

/* pantalla comun */
@media (min-width: 991px) { 
	#video{
		margin-top: 10%;
	}
	#columna-derecha{
		margin-top: 32%;	
	}
}

/* pantalla grande */
@media (min-width: 1200px) { 
	#video{
		margin-top: 16%;
	}
	#columna-derecha{
		margin-top: 42%;	
	}
}



