/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap');

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	background:#5EB4CB url(../images/bg.jpg) no-repeat left bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


h1 {
  font-weight:700;
  margin:2%;
  font-size: 2em;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

h3 {
  line-height:1.2em;
  font-size: 1.4em;
  font-weight:300;	
  margin:10px 0 30px 0;
	
}


fieldset {
	background: #FFF;
	margin: 20px 0;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.33);
}

fieldset p {
	text-align:justify;
}



.container.estrecho {
	width: 50%;
	min-width:350px;
}
.container.medio {
	width: 60%;
	min-width:350px;	
}
input#dni {
	padding: 5px 10px;
	border: 1px solid #CCC;
}
.clearleft {
	clear: left;
}
.col-lg-6 {
	padding-bottom: 10px;
	position: relative;
}
.question {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #CCC;
	min-height: 100px;
	float: left;
	width: 100%;
	color:#333;
}

.question label {
	font-weight:normal;
}

.col-lg-2.question.corta {
	float: left;
	width: 20%;
}
.col-lg-10.question.corta {
	float: left;
	width: 80%;
}
.question label {
	display: block;
	width: 100%;
}
label span {
	font-weight: normal;
}
label.valid {
	display: none !important;/*width: 24px;
	height: 24px;
	background: url(../img/valid.png) center center no-repeat;
	display: inline-block;
	float: left;
	position: absolute;
	top: 2px;
	left: -10px;
	text-indent: -9999px;*/
}
label.error {
	font-weight: 700;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}
div.form-group.col-lg-6.dni label {
/*background: none;*/
}
fieldset.botones {
	text-align: center;
}
input[type="text"]:disabled {
	background: #DDDDDD;
	border: 1px solid #CCC;
	color: #999;
}
input:checked {
	background: #ff0000!important;
	padding: 5px;
	display: inline-block;
	color: red !important;
}

div.columnas {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	padding:0 10px;
}
div.columnas p {
	padding-right:10px;
	padding-left:10px;
}
.question.doble p {
	line-height: 350%;
}
.question.doble p input {
	line-height: 150%;
}
.framecontent {
	text-align: center;
}
iframe {
	width: 200px;
	height: 100px;
	border: 3px solid #DDD;
	margin: 0 auto;
	float: none;
}
.question table tr td {
	text-align: center;
	width: 33%;
}
.question table tr td img {
	padding: 0 20px;
}
table.resultados {
	width: 100%;
	float: left;
}
table.resultados tr th {
	background: #999;
	border: 1px solid #999;
	color: #FFF;
	padding: 5px;
}
table.resultados tbody tr td {
	width: 25%;
	padding: 5px;
	border: 1px solid #999;
}
table.resultados.global tbody tr td {
	width: 16.67%;
}

#header {
	background: #FFF;
	text-align: center;
	padding: 0px 0;
  margin:0 0 20px 0;
  border-bottom:2px solid #ED2E38;
  width: 100%;
  float: left;
}
#header table {
	max-width: 700px;
	margin: -20px 0 20px 0 ;
  float:right;
	font-weight: normal;
  font-size:.9em;
}
#header table tr th {
	background: #666;
  border: 1px solid #999;
	border: 0;
  color:#FFF;
  font-weight:normal;
}
#header table tr td, #header table tr th {
	text-align: left;
	border: 1px solid #999;
	padding: 5px;
}

#cabecera {
  max-width:980px;
  margin:0 auto;
  padding:0;
}
#cabecera .izquierda {
  float: left;
  width: 50%;
  margin:0;
  padding:0;
  text-align:left;
  vertical-align:top;
}

#cabecera .izquierda img {
  max-width:200px;
  margin:10px 0;
}

#cabecera .derecha {
  float: right;
  width:50%;
  margin:0;
  padding:20px 0 0 0;
  text-align:right;
}
#cabecera .derecha h3 {
 font-weight:300;
 padding:5px 0;
 margin: 0;
}

@media screen and (max-width: 768px) {
	#cabecera .izquierda, #cabecera .derecha {
		width: 100%;
		text-align: center;
	}
}

.modal{
    direction:rtl;
    overflow-y: auto;
}

.modal .modal-dialog{
    direction:ltr;
}

.modal-open{
    overflow:auto;
}

/*** lista portada ************/

ol.boxes-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.boxes-list > li{
    position: relative;
    margin: 30px 100px;
    padding: 1em;  
    border:1px solid #DDD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
ol.boxes-list > li:before {
    position: absolute;
    top: -0px;
    left: -40px;
    
  padding:8px 12px;
     border-radius: 50%;
  -webkit-border-radius: 50%;
    font-size: 1.5em;
    line-height: 0.94;
    text-align: center;
    color: #FFF;
 
    background-color: #77C6D5;
    content: counter(li-counter);
    counter-increment: li-counter;
}

.cond span {
  display:inline-block;
  padding-top:5px;
  width:90%;
  float:left;
}

.cond button {
	border:0;
	background:none;
	color: #77C6D5;
	font-size: 15px !important;
	padding: 0;
	margin:0;
}
form#commentForm .cond input#privacidad, form#commentForm .cond input#aviso,form#commentForm .cond input#masinfo  {
  width:5%;
  float:left;
  display:inline-block;
  padding:0px!important;
  margin:0 10px 0 0  !important;
}

p.condidiones {
  clear:both;
  float:left;
  width:100%;
  display:block;
  font-size:.75em;
  margin:20px 0 0 0;
}


.btn-orange {
  color: #fff;
  background-color: #f24516;
  border-color: #F60;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  padding: 18px 25px;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
  cursor: pointer;
}

.italic {
	border-bottom: 2px solid #DDD;
	margin-bottom: 20px;
}

.empieza {
	margin: 30px 0;
}
.registrate {
	margin: 40px 0;
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
		background:#EEE;
		border-radius: 20px;
		padding: 20px;
}
.registrate .col-md-2 {
	padding:0 10px 0 0;
	text-align: right;
}

.registrate .col-md-10 {
	padding:25px 10px 0 10;

}

.turesultado {
	margin: 20px 0;
	color: #000;
	border:2px solid #DDD;
	padding: 20px 50px;
	font-size: 1em;
	line-height: 1.4em;
	text-transform: uppercase;
}


/***

ESPECÍFICO PARTNERS

***/