{
	margin:0;
	padding:0;
}
body {
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;	
	color:#fff;
	font-family:'Roboto',sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height:1.7;
	margin:0;
}
#contenido {
    width:95%;
	max-width:810px;
 min-width: 400px;	padding:20px;
	margin: 20px auto;
	margin-top:20px;
	border-radius:6px;
	background-color: rgba(0,0,0,0.75);
	height:100%;
}
#columna-izquierda {
    text-align: center;
    width:100%;
	padding-top:10px;
}
#redes-contenedor  {
	width:100%;
	margin-left:100px;
}
.redes-iconos {
	text-align:center;
	margin:50px 20px 10px 20px;
	display:inline-flex;
}
#redes a:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 0.4s ease;
	}
#apps-contenedor {
	display:inline-block;
}
#apps-contenedor a {
	height:55px;
}
#apps-contenedor a:hover {
	border-radius:6px;
	background-color:rgba(147,127,76,1);
}
.apps-titulo {
	color:#FFF;
	font-size:14px;
	font-weight:300;
}
#apps-contenedor a {
	display:inline-block;
	margin:10px 10px;
}
#columna-derecha {
    float: right;
    text-align: center;
    width:400px;
}
#texto_firma {
	font-size:14px;
	text-align:center;
	margin-top:20px;
}
.video_wrapper {
position: relative;
padding-bottom: 57%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}
iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 110%;
}
@media screen and (max-width:880px){
#contenido {width:500px;height: 850px;
margin:20px -10px 20px 26px;
}
#columna-derecha {
    float: right;
    position: relative;
      right: 50%;
      float: left;
      position: relative;
      left: 0%;
    text-align: center;
    width:100%;
}
#columna-izquierda {
    float: left;
    position: relative;
      left: 0%;
      float: right;
    position: relative;
      right: 0%;
    text-align: center;
    width:500px;
	padding-top:10px;
}
#redes-contenedor  {
	width:100%;
	margin-left:100px;
}
.redes-iconos {
	margin:50px 20px 10px 20px;
	float:right 10%;
	position: relative;
      left: 1%;
}
#redes a:hover {
	border-bottom: 4px solid #fff;
	}
	body {
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;	
	color:#fff;
	font-family:'Roboto',sans-serif;
	font-size: 24px;
	font-weight:400;
	line-height:1.7;
	margin:0;
}
.logo-center {
	width:100%;
	height:100%;
}
}