/* GLOBAL STYLES
-------------------------------------------------- */
@import url("http://axa.sandbox.comptoirsduweb.com/css/fonts.css");

body {
  font-family: "ITCFranklinGothicCondensedBook", Helvetica, Arial;
  padding-bottom: 0px;
  color: #333;
  background: #FFF;
  padding-top: 20px; 
}

h1, h2, h3, h4, h5, h6{
  font-family: "ITCFranklinGothicCondensedDemi", Arial, sans-serif;
  font-size: 36pt;
  font-weight: 100;
}

a{
  text-decoration: underline;
  color: inherit;
}
a:hover{
  text-decoration: none;
  color: inherit;
}

.alignR{
  text-align: right;
}

.paddingSides40{
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.block{
  display: block;
}

.mainRow{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* header */
.header{
  border: none;
  padding-bottom: 0;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 7px;
  color: #79838d; 
}

.header h1{
  margin-top: 120px;
}
.logo{
  max-width: 296px;
  width: 85%;
}

.logo-afe{
  float: right;
  margin-top: -10px;
}

/* destacado */ 
.cuerpo{
  background-color: #efefef;
}
.banner-azul{
  background: #1762a5 url(../img/fondo-banner-futbolista.png) center left no-repeat;
  padding: 30px 10px 00px 10px;
  height: 275px;
}
.banner-azul p {
  float: right;
  width: 555px;
  text-align: justify;
  font-size: 17pt;
  color: #fff;
  padding-top: 18px;
}
.banner-rojo{
  padding: 30px 10px 00px 10px;
  height: 116px;
  box-shadow:0 0 10px rgba(0,0,0,0.7);
}
.banner-rojo .flecha {
  float: left;
  width: 8%;
  min-width: 60px;
}
.banner-rojo .parrafo {
  text-align: left;
  font-size: 13pt;
  color: #fff;
  line-height: 17pt;
}
.banner-rojo strong{
  font-weight: bold;
}
.banner {
  background-color: #1762a5;
  height: 35px;
}
.banner p{
  padding-top: 2px;
  text-align: left;
  font-size: 16pt;
  color: #fff;
}
.formulario{
  margin-top: 36px; 
}
.formulario {
  color: rgba(121, 131, 141, 0.60);
}
.formulario p{
  margin: 25px 0;
  line-height: 11pt;
}
.formulario span{
  margin: 10px ;
}
.formulario .condiciones{
  text-align: center;
}
.formulario>p{
  text-align: right;
  margin-top: -25px;
}
.formulario strong{
  font-weight: 600;
}

form label{
  width: 34%;
  padding-top: 7px;
  padding-right: 24px;
  font-weight: 100;
  text-align: right;
  font-size: 13pt;
  color: #1762a5;
  color: rgba(23, 98, 165, 0.75);
}
form input{
  margin: 6px 0;
  border: none;
  width: 283px;
  height: 30px;
}
form textarea{
  margin: 6px 0;
  border: none;
  width: 283px;
  height: 60px;
}
form .mini{
  width: 135px;
}

#SelectMediador{
    width: auto;
    height: 30px;
    border: 0;
    margin: 6px 0;
}

form input[type=checkbox]{
  width: 15px;
  height: 15px;
}
form p.bt{
  line-height: 20pt;
  text-align: center;
}
form input[type=submit]{
  line-height: 17pt;
  background-color:#1762a5;
  width: 90px;
  height: 25px;
  color: #fff;
  font-weight: 200;
  font-size: 13pt;
  font-family: "ITCFranklinGothicCondensedBook", Arial, sans-serif;
}
form button[type=submit]{
  line-height: 17pt;
  background-color:#1762a5;
  width: 90px;
  height: 25px;
  color: #fff;
  font-weight: 200;
  font-size: 13pt;
  font-family: "ITCFranklinGothicCondensedBook", Arial, sans-serif;
}

.columna {
  background-color: #e2e2e2;
  height: 100%;
  padding-top: 36px; 
  text-align: center;
  max-width: 272px;
  float: right;
}
.columna .widget{
  background-color: #fff;
  width: 100%;
  max-width: 231px;
  height: 298px;
  margin: 25px auto;
  padding: 0;
}
.widget h3{
  font-family: "Conv_ITCFranklinGothicStd-MdCd";
  padding: 8px 20px 7px 20px;
  margin: 0;
  font-size: 14pt;
  color: rgba(121, 131, 141, 0.75);
  font-weight: 100;
}
.widget p{
  padding: 14px 20px 7px 20px;
  margin: 0;
  color: rgba(121, 131, 141, 0.60);
  font-weight: 100;
  text-align: left;
}
.widget p a{
  color: #1762a5;
  color: rgba(23, 98, 165, 0.60)
}

.widget img{
  width: 100%;
  margin-bottom: 5px;
}
.widget .boton-azul{
  background-color:#1762a5;
  width: 150px;
  height: 25px;
  color: #fff;
  font-size: 13pt;
  font-family: "ITCFranklinGothicCondensedBook", Arial, sans-serif;
  line-height: 20pt;
  margin: 20px auto;
  font-weight: 200;
}
.widget a{
  text-decoration: none;
}
.pageEnd{
  padding: 10px 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  background: #333;
  color: #AAA;
  font-size: 12px;
  text-align: center;
}
.pageEnd span{
  display: inline-block !important;
}

.pageEnd a, 
.pageEnd a:hover{
  color: #fff !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* IE8 */
@media (min-width: 609px) {
  .container .col-sm-7.col-sm-pull-5.text-center img{
    max-width: 535px !important;
    max-height: 328px !important;
  }
}
/* Fin IE8 */

@media (min-width: 768px) {
  .destacado h2{
    font-size: 35px;
    color: #1762a5;
    font-weight: 700;
    line-height: 35px;
    margin-top: 40px;
  }

  .destacado p{
    margin-bottom: 0px;
    font-size: 16px;
  }

  .destacado img{
    margin-top: 0px;
  }

  .footer{
    background: url(../img/footer_bg.png) top right no-repeat;
    height: 144px;
  }

  .footerText{
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .linksCol{
    text-align: right;
    margin-top: 35px;
    padding-right: 20px;
  }

  .blueBar {
    text-align:left;
    font-size: 25px;
  }

  .blueBar h2{
    font-size: 30px;
    margin-top: 28px;
  }

  .feature{
    margin-bottom: 0px;
  }

  .feature img{
    width: 90%;
  }

}
*	{
	margin: 0;
	padding: 0;
}

h1	{
	text-align: center
}

#contenedor	{
	position: relative;
	margin: auto;
	width: 302px;
	height: 276px;
}

#ComboEmail {
    visibility:hidden;   
}

.efecto	{
	position: absolute;
	top: 0;
	left: 0;
	/*border:solid 1px #1762a5;*/
	padding:20px;
}

.oculto	{
	visibility: hidden;
}
#texto{
	float:left;
	width:100%;
	margin:5px 0 350px 0;
	padding:0 0 0 0;
	color:#1762a5;

}
#elige{
	float:left;
	width:250px;
	color:rgba(23, 98, 165, 0.75);
	  font-size: 13pt;
    font-weight: 100;
	text-align:right;
	padding-right:25px;
}
#provincia{
	float:left;
	width:185px;
	background:#fff;
	border:solid 1px #fff;
	text-align:center;
	font-size: 13pt;
    font-weight: 100;
	height:30px;
	color:#000;
	padding-top:3px;
	margin-left: 2px;
}
.grupos.legal{
	background: url("/Seguros/imagenes/fondo_pie_tcm5-15479.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 30px;
/*    text-align: right;	*/
	text-align: center;
	margin-bottom:0;
	padding-bottom:0;
}
.wrapGrupo{
	margin:0 auto;
    padding: 0.2em 1.7em 0 0;
    width: 1170px;

}
.wrapGrupo UL{
	list-style-type:none;
	margin-bottom:0;
}
.wrapGrupo UL LI{
	display:inline;
}
.wrapGrupo UL LI a{
	font-family: "ITCFranklinGothicCondensedBook", Helvetica, Arial;
	color: #a8aeb4;
	font-size: 10px;
	text-decoration:none;
	margin-left:50px;
}
#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#popup_error {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:1200px;
    position:relative;
    padding:10px;
    width:400px;
    min-height:120px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#48484B;
    margin-top: 0;
    padding: 40px;
	font-family:helvetica;
	font-size:20px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}
/*#mensaje{
	position:relative;
	top:-1250px;
	left:450px;
	width:400px;
	height:200px;
	border:solid 1px #1762a5;
	background:#fff;
}*/
/*#mensaje{
	position:relative;
	top:-1250px;
	left:250px;
	width:800px;
	height:1200px;
	border:solid 1px #1762a5;
	background:#fff;
}*/
/*
@media (min-width: 992px) {

  .paddingSides40{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  
  .container{
    max-width: 1024px;
  }

  .header{
    margin-right: -15px;
    margin-left: -15px;
  }

  .destacado h2{
    font-size: 40px;
    line-height: 40px;
    margin-top: 40px;
    margin-top: 90px;
  }

  .blueBar {
    font-size: 32px;
  }

  .blueBar h2{
    font-size: 40px;
    margin-top: 28px;
  }
}
*/

/* ventana emergente */
.mask {
	position: absolute;
	z-index: 9000;
	background-color: #000;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.boxes-popup{
} 
.boxes-popup .window{
	position: fixed;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
}
.boxes-popup .dialogo {
	background: url('/seguros/contratar-seguros/_includes/theme/img/popup-window.png') no-repeat left bottom;
	width: 674px; 
	height: 467px;
}
.boxes-popup .dialogo .bt-cerrar{
	background: url('/seguros/contratar-seguros/_includes/theme/img/popup-window-bt-cerrar.png') no-repeat left bottom;
	width: 40px; 
	height: 40px;
	position: absolute;
	right: 11px;
	top: 11px;
}
.boxes-popup .dialogo .titulo-popup{
	font-size: 13.5pt;
	color: #113184;
	text-align: center;
	padding-bottom: 10px;
	top: 10px;
	position: absolute;
	left: 43px;
}
.boxes-popup .dialogo .content{
	width: 652px;
	height: 405px;
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	left: 11px;
	top: 51px;
}
.boxes-popup .dialogo .content.sencilla{
	width: 400px;
	height: 260px;
}
.boxes-popup .dialogo .content .wraper{
	padding: 17px 32px;
}
.boxes-popup .dialogo .content .wraper h4{ 
	color: #113184;
	font-size: 11pt;
	padding: 4px 0;
}
.boxes-popup .dialogo .content .wraper p{ 
	color: #7989b2;
	font-size: 9pt;
	padding: 4px 0;
	line-height: 11pt;
}
.boxes-popup .dialogo .content .wraper select{ 
	color: #7989b2;
	font-size: 9pt;
	padding: 4px 0;
	line-height: 9pt;
}
.boxes-popup .dialogo .content .wraper p.ask{ 
	color: #222;
}

.boxes-popup-mobile{
} 
.boxes-popup-mobile .window{
	position: fixed;
	width: 60px;
	height: 200px;
	display: none;
	z-index: 9999;
	/*padding: 20px;*/
}
.boxes-popup-mobile .dialogo {
	background: url('/seguros/contratar-seguros/_includes/theme/img/popup-window.png') no-repeat left bottom;
	width: 294px; 
	height: 467px;
}
.boxes-popup-mobile .dialogo .bt-cerrar{
	background: url('/seguros/contratar-seguros/_includes/theme/img/popup-window-bt-cerrar.png') no-repeat left bottom;
	width: 40px; 
	height: 40px;
	position: absolute;
	right: 11px;
	top: 11px;
}
.boxes-popup-mobile .dialogo .titulo-popup{
	font-size: 13.5pt;
	color: #113184;
	text-align: center;
	padding-bottom: 10px;
	top: 10px;
	position: absolute;
	left: 15px;
}
.boxes-popup-mobile .dialogo .content{
	width: 272px;
	height: 405px;
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	left: 7px;
	top: 51px;
}
.boxes-popup-mobile .dialogo .content.sencilla{
	width: 20px;
	height: 260px;
}
.boxes-popup-mobile .dialogo .content .wraper{
	padding: 9px 22px;
}
.boxes-popup-mobile .dialogo .content .wraper h4{ 
	color: #113184;
	font-size: 11pt;
	padding: 4px 0;
}
.boxes-popup-mobile .dialogo .content .wraper p{ 
	color: #7989b2;
	font-size: 9pt;
	padding: 4px 0;
	line-height: 11pt;
}
.boxes-popup-mobile .dialogo .content .wraper select{ 
	color: #7989b2;
	font-size: 11pt;
	padding: 4px 0;
	line-height: 13pt;
}
.boxes-popup-mobile .dialogo .content .wraper p.ask{ 
	color: #222;
}

.cargando{
	position: fixed;
	/*margin-top: 62px;*/
	left: 0;
	width: 100%;
	background-color: #f9f9f9;
	z-index: 100000;
	height: 100%;
}
.cargando .reloj{
	margin: 200px auto;
	width: 75px;
}
.cargando .reloj .wrapper{
	position: relative;
}
.cargando .reloj .wrapper .aro{
	position: absolute;
	left: 0;
	top: 0;
}
.cargando .reloj .wrapper .aguja{
	position: absolute;
	left: 35px;
	top: 13px;
}
.cargando .reloj .wrapper .aguja2{
	position: absolute;
	left: 35px;
	top: 13px;
}
.cargando .aviso{
	margin: 300px auto;
	width: 80%;
	text-align: center;
	color: #79838d;
	font-size: 1.1em;
	font-family: "FranklinGothic-BookCnd";
	line-height: 1.5;
}
