
div.bg-rasgos{
	background: url("img/bg.jpg") 50% 50%;
	background-size: cover;
	display: block;
	padding: 50px;
	text-align: center;
	-webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  min-width: 450px;
}
div.panel{
	display: block;
	margin: 0px;
	width: 450px;
	height: 320px;
	background: url("img/bg-rasgos.png") 0 0 no-repeat;
	position: relative;
	margin: 0 auto;
}
img.aspiracion{
	position: absolute;
	top:10px;
	left:22px;
	width: 174px;
	height: 210px;
}
h2.aspiracion{
	position: absolute;
	top:210px;
	left:10px;
	width: 150px;
	text-align: center;
	color: white !important;
	line-height: 100%;
	text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.82);
}

img.rasgo0{
	position: absolute;
	top:117px;
	left:207px;
	width: 55px;
	height: 55px;
}
h2.rasgo0{
	position: absolute;
	top:55px;
	left:175px;
	width: 120px;
	font-size: 17px !important;
	text-align: center;
	font-weight: normal !important;
	color: white !important;
	line-height: 100%;
	text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.82);
}

img.rasgo1{
	position: absolute;
	top:160px;
	left:283px;
	width: 55px;
	height: 55px;
}
h2.rasgo1{
	position: absolute;
	top:218px;
	left:250px;
	width: 120px;
	font-size: 17px !important;
	text-align: center;
	font-weight: normal !important;
	color: white !important;
	line-height: 100%;
	text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.82);
}

img.rasgo2{
	position: absolute;
	top:115px;
	left:358px;
	width: 55px;
	height: 55px;
}
h2.rasgo2{
	position: absolute;
	top:55px;
	left:325px;
	width: 120px;
	font-size: 17px !important;
	text-align: center;
	font-weight: normal !important;
	color: white !important;
	line-height: 100%;
	text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.82);
}




div.bg-rasgos button{
	background: #fff95f;
  background-image: -webkit-linear-gradient(top, #ffca00, #ff8500);
  background-image: -moz-linear-gradient(top, #ffca00, #ff8500);
  background-image: -ms-linear-gradient(top, #ffca00, #ff8500);
  background-image: -o-linear-gradient(top, #ffca00, #ff8500);
  background-image: linear-gradient(to bottom, #ffca00, #ff8500);
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  -webkit-box-shadow: 0px 2px 1px #111;
  -moz-box-shadow: 0px 2px 1px #111;
  box-shadow: 0px 2px 1px #111;
  color: #000 !important;
  border:0;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 70px;
  margin: 0 auto !important;
  text-decoration: none;
	  cursor: pointer;
}

div.bg-rasgos button:hover{
	background-image: -webkit-linear-gradient(top, #ffa000, #ff6900);
  background-image: -moz-linear-gradient(top, #ffa000, #ff6900);
  background-image: -ms-linear-gradient(top, #ffa000, #ff6900);
  background-image: -o-linear-gradient(top, #ffa000, #ff6900);
  background-image: linear-gradient(to bottom, #ffa000, #ff6900);
}

div.bg-rasgos button:active{
	background: #ff7800;
}