/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 11:06:39 AM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 03:17:38 PM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 11:10:02 AM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/06/2015, 10:29:35 PM
    Author     : etorres
*/
.ggc_contenido {
  background: url(../img/bg.png) #ffffff;
}
.tabs .tab.active a {
  background-color: #ed384c;
}
.tab-pane {
  background-color: #ffffff;
}
.tab-pane#tab3 p {
  margin: 0;
  font-size: 20px;
}
.tab-pane.tab4 p {
  font-size: 20px;
  margin: 70px 0 0 100px;
}
.tab-pane.tab4 .p-body {
  margin: 10px auto 0px;
  display: block;
  background-color: #8182b5;
  padding: 20px;
  width: 950px;
  height: 370px;
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-pane.tab4 .p-body .question {
  font-size: 30px;
  margin: 20px 0px 10px 40px;
}
.tab-pane.tab4 .p-body .options .option {
  float: left;
  width: 900px;
  margin-left: 60px;
  margin-top: 20px;
}
.tab-pane.tab4 .p-body .options .option .box {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tab-pane.tab4 .p-body .options .option .option-text {
  font-size: 30px;
  margin: 0;
  display: inline-block;
  padding: 7px 0px 0px 13px;
}
