a:link   
{   
 text-decoration:none;   
}  
.verdeConecte{
	background: #74BDAC;	
}
.enLinea{
	display: inline-block;
}
.derecha{
	float: right;
}
.fondo{
	background: #EBF4F5
}

.centrado{
	display: block;
    margin: 0 auto;
	width: 20%;
text-align: center;
position: absolute;
}
#panel{
	background: white;
}

#icono{
	width: 30px;
	
}
.noP{
	padding: 0px 0px;
}
#perfilAvatar{
	  width: 50px;
	  height: 50px;
      background-color: white;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	   border-radius: 150px;
     -webkit-filter: grayscale(10%);
        display: table-row;
   position: relative; /* podría ser relative */
}

#myMap{
	 width: 100%;
	  height: 50%;
}
.cnt{
	 display: inline-block;
}

.espacioLados{

padding-right: 10px;
padding-left: 10px;	
}

#myMapInicio{
	width: width;
	height:40%;
}
video {
  width: 100%    !important;
  height: auto   !important;
}