

.azm-social {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #8A8A8A;
	text-align: center;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
	
}
.azm-social:hover, .azm-social:focus, .azm-social:active { outline: 0; opacity: 0.8; color: #8A8A8A ; }

.azm-size-64 {
	width: 58px;
	height: 58px;
	margin: 9px;
	padding-top: 10px;
	font-size: 25px;
	line-height: 25px;
	
}



.azm-circle {
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	border-color:#FF0004;
	
}

.azm-delicious { border: #92a731 solid 3px; }


.invisible
{
display:none;	
}
.invisible2
{
	visibility:hidden;
}
.visible
{
display:none;	
}

.modal-info .modal-content {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.modal-info .modal-content .modal-header {
  background-color: #c4e3f3;
  border-color: #bce8f1;
}
.modal-info .modal-content .modal-body {
  border-top-color: #bce8f1;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 */

.clearfix {
    *zoom: 1;
}
.container-juego-ubicacion {
    position: relative;
    margin: 0px auto;
    padding: 5px 3px;
    clear: both;
}
.container-juego-ubicacion-respuesta{
    position: relative;
    margin: 0px auto;
    padding: 5px 3px;
    clear: both;
}
/*
 * Class of Begining page
*/


.header-modal{
	background-color:#6983a0;
	font-size:30px;	
	text-align:center;
	color:white;
	font-weight: 500;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 8px 8px 0 0;
}
.body-modal{
	background-color:#e0ebf9;
	font-size:20px;	
	text-align:left;
	color:#5d5d5d;
	font-weight: 500;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:60px;


}


.body-modal div i
{
color:#a5b7cc;
font-size:26px;
margin-right:8px;
margin-top:5px;
}
.footer-modal{
	background-color:#e0ebf9;
	font-size:22px;	
	text-align:right;
	color:#5d5d5d;
	font-weight: 500;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:25px;
		border-radius: 0 0 8px 8px ;
}