body {
  font-family: 'PT Serif', arial, serif;
  background-image: url(../img/bg.jpg);
  background-position: top center;
}

.content {
	position: relative;
}
.modal .error {
  -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -ms-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
  overflow: hidden;
  color: #D90000;
}
#pwd-error {
  position: absolute;
  bottom: -22px;
  font-size: 12px;
}
.img-public {
  width: 100%;
  margin-bottom: 20px;
}
.modal .error p {
  color: #D90000;
  margin: 0;
  text-align: center;
}
.modal .error p strong {

}
.header-descarga {
  width: 700px;
  margin: 40px auto 0;
}
.header-descarga .text {
  font: italic 14px Arial;
  color: #666;
  text-align: right;
  margin-bottom: 30px;
}
.btn-modal {
	padding: 8px 12px;
	color: #393335;
	font: italic bold 14px Times, Georgia;
	text-decoration: none;
	border-radius: 4px;

	background: #ecdca1; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecdca1 0%, #e6ce80 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecdca1), color-stop(100%,#e6ce80)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecdca1 0%,#e6ce80 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecdca1 0%,#e6ce80 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecdca1 0%,#e6ce80 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecdca1 0%,#e6ce80 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecdca1', endColorstr='#e6ce80',GradientType=0 ); /* IE6-9 */


	box-shadow:0px 1px 2px rgba(0,0,0,0.45);
}

.btn-modal:hover{
	background: #e8d284; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8d284 0%, #e2b734 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8d284), color-stop(100%,#e2b734)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8d284 0%,#e2b734 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8d284 0%,#e2b734 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8d284 0%,#e2b734 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8d284 0%,#e2b734 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8d284', endColorstr='#e2b734',GradientType=0 ); /* IE6-9 */
}
.btn + .btn {
  margin-left: 20px;
}
.btn-facebook {
  color: white;
  /* Firefox v3.6+ */
  background-image:-moz-linear-gradient(5% 71% 0deg,rgb(51,76,131) 0%,rgb(60,90,153) 100%); 
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image:-webkit-gradient(linear,5% 71%,94% 71%,color-stop(0, rgb(51,76,131)),color-stop(1, rgb(60,90,153)));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image:-webkit-linear-gradient(0deg,rgb(51,76,131) 0%,rgb(60,90,153) 100%);
  /* Opera v11.10+ */
  background-image:-o-linear-gradient(0deg,rgb(51,76,131) 0%,rgb(60,90,153) 100%);
  /* IE v10+ */
  background-image:-ms-linear-gradient(0deg,rgb(51,76,131) 0%,rgb(60,90,153) 100%);
  background-image:linear-gradient(0deg,rgb(51,76,131) 0%,rgb(60,90,153) 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff334c83,endColorstr=#ff3c5a99,GradientType=1)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff334c83,endColorstr=#ff3c5a99,GradientType=1);
}
.btn-facebook:hover {
  background-image:-moz-linear-gradient(5% 71% 0deg,rgb(41,66,121) 0%,rgb(50,80,143) 100%); 
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image:-webkit-gradient(linear,5% 71%,94% 71%,color-stop(0, rgb(41,66,121)),color-stop(1, rgb(50,80,143)));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image:-webkit-linear-gradient(0deg,rgb(41,66,121) 0%,rgb(50,80,143) 100%);
  /* Opera v11.10+ */
  background-image:-o-linear-gradient(0deg,rgb(41,66,121) 0%,rgb(50,80,143) 100%);
  /* IE v10+ */
  background-image:-ms-linear-gradient(0deg,rgb(41,66,121) 0%,rgb(50,80,143) 100%);
  background-image:linear-gradient(0deg,rgb(41,66,121) 0%,rgb(50,80,143) 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff334c83,endColorstr=#ff3c5a99,GradientType=1)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff334c83,endColorstr=#ff3c5a99,GradientType=1);
}

/* Modal */
hr {
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #aaaaaa;
}
.modal p, .modal-dialog p {
  margin-bottom: 20px;
  margin-top: 0;
  color:rgb(153,153,153);
  line-height:120%;
  font:italic 12px Arial, Helvetica, sans-serif;

}
.btn {
  transition: color .1s ease;
  display: inline-block;
  cursor: pointer;
  border: 0;
}
.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.btn-close {
  color: #aaaaaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 15px;
}
.btn-close:hover {
  color: #919191;
}

.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {

  top: 10%;
}
.modal-dialog {
  background: #fefefe;
  border: #D4D5D6 solid 1px;
  z-index: 11000;
  width: 570px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.65);
  margin: 0 auto;
}
.modal-body {
  padding: 30px;
}
.modal-header,
.modal-footer {
  padding: 30px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font: italic 24px Georgia;
  font-weight: normal;
  float: none;
  margin: 0;
  color: #B99A3A;
}
.modal-footer {
  border-top: #eeeeee solid 1px;
  text-align: right;
}
.modal .btn-modal {
	position: initial;
  margin: 20px 0;
}
.modal label {
	float: none;
	font-style: italic;
	font-size: 14px;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	width: auto;
}
.modal label span {
	color: #D80000;
}
.modal .left {
	float: left;
}
.modal .right {
  float: right;
}
.modal .left + .left {
	margin-left: 44px;
}
.modal input {
	width: auto;
	height: auto;
	margin: 0 5px 10px 0;
}
.text-center {
  text-align: center;
}
.modal select, input.input {
	border: 1px solid #D4D5D6;
	background: white;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.45);
	color: #666666;
	font: italic 14px Georgia;
	text-transform: none;
	text-shadow: none;
	padding: 8px 4px;
	height: auto;
	width: 250px;
	border-radius: 0;
}
.modal .password {
  position: relative;
}
.modal .password input.input {
	width: 207px;
	position: relative;

}
.modal .password .ask {
	display: inline-block;
	margin-left:  -3px;
	width: 10px;
	border: 1px solid rgb(212,213,214);
  border-left: 0;
	background-color:rgb(238,238,238);
	width: 32px;
	height: 26px;
	vertical-align: top;
	margin-left: -10px;
	text-align: center;
	padding-top: 6px;
	text-decoration: none;
}
.modal input + span {
	color: #666666;
	font: normal 12px Arial;
}

.modal input::-webkit-input-placeholder  {
   	color: #666666;
   	text-shadow: none;
}
.modal input:-moz-placeholder {
	color: #999999;
	text-shadow: none;
}

/*.modal textarea {
  border: 1px solid #ddd;
  width: 616px;
  resize: none;
  font-family: Arial;
  color: #666;
  height: 60px;
  margin-bottom: 20px;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 3px;
  padding: 10px;
}*/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.policy {
  width: 550px;
  margin: 0 auto;
  font-family: Arial;
  color: #999999;
  font-size: 12px;
  padding: 20px 20px 30px;
  box-shadow: 0 1px 2px #999;
}
.policy h2, 
.policy h3 {
  color: #B89939;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
}
.policy h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}
.policy a {
  color: #333;
}
textarea {
  width: 496px;
  height: 50px;
  padding: 10px;
  resize: none;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 2px #dddddd;
}

