﻿@charset "utf-8";
/* CSS Document */

.close {
    position:absolute;
    top:-15px; 
    right:-15px;
    width:70px;
    height:70px;
}
#ayuda
{
  background:url(../img/cc.large.png) no-repeat;
  background-size: 99%;
  width: 64px;
  height: 64px;
  position: absolute;
  top:670px; 
  right:30px;
  cursor: pointer;
  border-radius: 14%;
  border-radius:50%;
  border-bottom:3px solid #4C0C01;

}
