*{
	padding: 0;
	margin: 0;
	font-family: Verdana;
}
body{
	background: #999999;
}
.contenedor_principal{
	position: relative;
   	/* border: 1px solid #a18100; */
    width: 960px;
    height: 720px;
    margin: 0 auto;
}
.contenedor_secundario{

}
.cabeza{
	background: #c9bba5;
	height: 60px;
	position: relative;
}
.titulo{
	font-size: 25px;
    font-weight: 500;
    padding: 0.5em 0.5em;
}
.titulo p{
	font-size: 16px;
}

.botones{
	width: 182px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 20px;
	background-size: 320px;
	background-position-x: -148px;
}
.link{
	margin-left: 15px;
	display: inline-block;
	height: 39px;
	width: 40px;
}
div#btn_reiniciar{
	background: url(../img/btn/reiniciar.png)no-repeat;
  background-size: 80px;
  right: 200px;
  background-position-x: -40px;
}
div#btn_informacion{
	background: url(../img/btn/informacion.png)no-repeat;
	background-size: 80px;
  right: 200px;
  background-position-x: -40px;
}
div#btn_link{
	background: url(../img/btn/redir.png)no-repeat;
	background-size: cover;
	right: 10px;
}
div#btn_reiniciar:hover{
	background-position-x: 0px;
}
div#btn_informacion:hover{
	background-position-x: 0px;
}
div#btn_link:hover{
	background: url(../img/btn/redir.png)no-repeat;
	background-size: cover;
	right: 10px;
}

.contenedor_memorama{
	height: 660px;
	    width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../img/disenho/fondo_memory.jpg);
	background-size: cover;
}
/**/
.pointer{
	cursor: pointer;
}

/*Informacion Modal*/
.modal{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 100;
}
.cnt_inf{
	top: -400px;
	left: 79px;
	position: absolute;
	margin: 10px 153px;
	z-index: 200;
}
.cabecera{
	position: relative;
}
#cerrar{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/btn/cerrar.png)no-repeat;
	background-size: 60px;
	background-position-x: -30px;
}
#cerrar:hover{
	background-position: 0px;
}
.informacion{
	      
}
.informacion p{
	margin-left: -37px;
}
.principal{
	width: 650px;
	height: 350px;

	position: relative;
    top:  -25px;
    left: -70px;
    border: 2px solid #c9bba5;
    background: #c9bba5;
}
.parrafo{
	text-align: justify;
	padding: 10px 0px;
}
.btn_accion{
	background: #a18100;
    padding: 18px;
    color: white;
    border: 0;
    font-weight: 300;
}
#acercade{
	//display: none;
}

 .ok_btn{
	text-align: center;
    padding: 1em;
    width: 30em;
    margin: 0 auto;
}
.ok_btn{
	color: white;
    width: 2em;
    padding: 1em;
    background: #e6b600;
    border-radius: 24px;
}
.imgglobo_rotar{
display: none;
}