/* Body
================================================== */
html, body {
	height: 100%;
}
body {
    /*background: url('../images/body-bg.jpg');*/
    /*background-image: url('../images/body-bg.jpg');*/
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-color: #e2eefb;
    background-size: auto auto;
    color: #333;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 14px;
	color: #515151;
	line-height: 18px;
}
hr.double {
	width: 100%;
	border-bottom: 4px double #d4d4d4;
	margin: 8px 0;
	border-top: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.wrap {
	/*width: 980px;*/
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.wrap:before, .wrap:after {
	display: table;
	content: "";
	line-height: 0;
}
.wrap:after {
	clear: both;
}
#wrapper {
	background: url('../images/clouds.jpg') center top;
	background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-color: #e2eefb;
    background-size: auto auto;
	padding: 0;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -80px;
}
#wrapper .push, #footer {
	height: 80px;
	clear: both;
}

/*--- Headings ---*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	margin: 0;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #00538e;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00538e;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0095ff;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0099ff;
}

/*--- Top ---*/
#top {
	background: url('../images/top-line.png') center top repeat-x;
	min-height: 165px;
}
#logo {
	margin-top: 42px;
	float: left;
}
#contact-us {
	background: url('../images/top-contacts.png');
	width: 396px;
	height: 60px;
	float: right;
}
#contact-us .phone-numbers {
	padding: 5px 26px;
	border-right: 1px solid #fff;
	margin: 6px 20px 6px 0;
	float: left;
}
#contact-us .phone-numbers h2 {
	margin-bottom: 6px;
}
#contact-us .chat {
	margin-top: 6px;
	float: left;
}
#contact-us .chat .chat-icon {
	background: url('../images/chat-icon.png') left top no-repeat;
	padding-left: 56px;
	padding-top: 8px;
	margin-top: 4px;
	min-height: 48px;
	font-size: 12px;
	color: #00538e;
	line-height: 14px;
	display: block;
}
#contact-us .chat .chat-icon span {
	text-align: center;
	float: right;
}

/*--- Layout ---*/
#layout {
	padding-bottom: 50px;
}
#content {
	/*padding: 30px 26px;*/
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aed0e2;
}
.box-title {
	padding-bottom: 5px;
}
.box-content {
	border: 1px solid #ccc;
}

.page-description {
	padding-top: 20px;
}
#breadcrumbs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#breadcrumbs ul li {
	display: inline;
}
#breadcrumbs ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}

/*--- Calculadoras ---*/
#calculadoras {
	background: url('../images/calculadoras.png') no-repeat;
	width: 100%;
	height: 448px;
}
.sin-fondo {
	background: url('../images/white-bg.png') no-repeat;
	width: 100%;
	height: 448px;
	/*border: 1px dashed #333;*/
	padding: 30px 30px 30px 30px;
}
#calculadoras img {
    border: 0px;
}
#calculadoras .cal-buttons-planes {
    padding: 30px 0 0 30px;
}
#calculadoras .cal-title {
	padding: 30px 0 0 28px;
}
#calculadoras .cal-title h1 {
	margin-bottom: 12px;
}
#calculadoras .cal-buttons {
	padding: 44px 0 0 94px;
	width: 420px;
}
#calculadoras .cal-buttons ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#calculadoras .cal-buttons ul li{
	margin: 0 40px 32px 0;
	width: 166px;
	height: 123px;
	float: left;
}
#calculadoras .cal-buttons ul li.last {
	margin-left: 100px;
}
#calculadoras .cal-buttons ul li a{
	/*background: url('../images/layout/cotizadores.png') center top repeat-x;*/
	width: 140px;
	height: 105px;
	margin: 2px auto;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	display: block;
}
#calculadoras .cal-buttons ul li a:hover{
	text-decoration: none;
	border: 3px solid #266398;
	margin: 0 auto;
}
#calculadoras .cal-buttons ul li a .coti-icon {
	display: table-cell;
	vertical-align: middle;
	height: 82px;
	text-align: center;
	width: 140px;
}
#calculadoras .cal-buttons ul li a .cotitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #074979;
	display: block;
}

/*--- Wizard ---*/
.wizard-nav ul li a, .wizard-nav ul li span {
	padding-left: 0;
	font-size: 14px;
}
.wizard-nav ul li span {
	padding-top: 8px;
}
.wizard-nav ul li .icon-record {
	position: relative;
	font-size: 36px;
	color: #959595;
	vertical-align: top;
}
.wizard-nav ul li.current .icon-record {
	color: #00487c;
}
.wizard-nav ul li .icon-record span {
	padding: 0;
	line-height: 0px;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	position: absolute;
	top: 18px;
	left: 14px;
}
.wizard-nav ul li span span.intwo-line {
	width: 100px;
	display: inline-block;
	line-height: 18px;
	padding-right: 0;
	padding-top: 0;
}
.wizard-nav ul li span span.inone-line {
	padding-top: 0;
	margin-top: -8px;
}
.wizard-nav ul li span span.no-wiz-icon {
	padding-left: 40px;
}
.form-container .control-group {
	padding: 25px 20px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	position: relative;
}
.form-container .control-group:last-child {
	border-bottom: none;
}
form.form-horizontal {
	margin-bottom: 0;
}
.form-horizontal .controls {
	margin: 0;
	height: 20px;
}
.form-horizontal .form-actions {
	padding: 15px 20px;
	margin: 0;
	background: #e0edf8;
	text-align: right;
}
label.control-label {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #515151;
}
.form-horizontal label.control-label {
	width: 100%;
	text-align: left;
	display: block;
	cursor: pointer;
	padding: 0;
}
.form-horizontal label.control-label .required {
	color: #c41212;
}
.form-container .radio {
	font-size: 14px;
	color: #333;
	min-height: 20px;
	margin-bottom: 0;
	/*padding-left: 0;*/
	cursor: pointer;
}
.form-container input, .form-container select, .form-container textarea {
	font-size: 14px;
	color: #515151;
}

/*--- Step One ---*/
.cotizadores-step-one.control-group {
	border: none;
	padding-bottom: 0;
}
.cotizadores-step-two.control-group {
	border: none;
}
.cotizadores-step-one label, .cotizadores-step-two label {
	white-space: nowrap;
}
.cotizadores-miassanet ul {
	list-style-type: none;
	clear: both;
	margin: 0;
}
.cotizadores-miassanet ul li {
	margin: 15px;
	width: 166px;
	height: 123px;
	float: left;
}
.cotizadores-miassanet ul li a {
	/*background: url('../images/layout/cotizadores.png') center top repeat-x;*/
	width: 140px;
	height: 105px;
	margin: 2px auto;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	display: block;
}
.cotizadores-miassanet ul li a:hover{
	text-decoration: none;
	border: 3px solid #266398;
	margin: 0 auto;
}
.disabled .cotizadores-miassanet ul li a:hover {
	border: 1px solid #ccc;
	margin: 2px auto;
}
.cotizadores-miassanet ul li a .coti-icon {
	display: table-cell;
	vertical-align: middle;
	height: 82px;
	text-align: center;
	width: 140px;
}
.cotizadores-miassanet ul li a .cotitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #074979;
	display: block;
}
.cotizadores-miassanet ul li a .coti-icon.smaller {
	height: 72px;
}
.disabled .cotizadores-miassanet ul li a .cotitle {
	color: #a5a5a5;
}

/*--- Step Two ---*/
.control-row {
	margin-bottom: 4px;
	width: 100%;
	float: left;
	clear: both;
}
.form-container form legend {
	/*background: url("../images/legend.png") center top repeat-x;*/
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 8px 8px 20px;
	margin: 0;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.segmento {
    /*background: url("../images/legend.png") center top repeat-x;*/
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
	padding: 8px 8px 8px 20px;
	margin: 0;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}

.tipo-cobertura {
  -moz-box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
    color: #00538E;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 8px 8px 8px 20px;
    width: 35%;
        }

.form-container form tipo {
	/*background: url("../images/legend.png") center top repeat-x;*/
	font-size: 15px;
	color: #00538E;
	font-weight: bold;
	line-height: 20px;
	padding: 9px 8px 8px 20px;
	margin: 0;
	float: right;
	width: 32%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.icon-tooltip {
	background: url("../images/icon-tooltip.png") no-repeat;
	width: 21px;
	height: 20px;
	display: inline-block;
	margin-top: -10px;
	margin-left: 10px;
}
.captcha .input-small {
	margin-left: 10px;
	margin-bottom: 5px;
}
.captcha img {
	vertical-align: bottom;
	margin-top: 10px;
}

/*--- Buttons ---*/
.form-actions .btn-large {
	padding: 15px 30px;
	margin-left: 15px;
	margin-bottom: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.form-actions .btn+.btn {
	margin-left: 15px;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2672CC;
  background-image: -moz-linear-gradient(top, #024983, #2672CC);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#024983), to(#2672CC));
  background-image: -webkit-linear-gradient(top, #024983, #2672CC);
  background-image: -o-linear-gradient(top, #024983, #2672CC);
  background-image: linear-gradient(to bottom, #024983, #2672CC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #2672CC #2672CC #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2672CC;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #2672CC;
  /*background-color: #024983;*/
}
.btn-success:active,
.btn-success.active {
  background-color: #408140;
}

/*--- Footer ---*/
#footer {
	background: url('../images/footer.png') center top repeat-x;
}
#sitemap {
	padding-top: 18px;
}
#sitemap ul {
	margin: 0;
	list-style-type: none;
	float: left;
}
#sitemap ul * {
	float: left;
}
#sitemap ul li.separator {
	font-size: 12px;
	color: #393939;
	padding: 0 12px;
}
#sitemap ul li a {
	font-size: 12px;
	color: #00538e;
	text-decoration: none;
}
#sitemap ul li a:hover {
	text-decoration: underline;
}
#copyright {
	clear: both;
}
#copyright p {
	font-size: 11px;
	color: #424445;
}

/*--- Cotizadores Icons ---*/
.coti-accidentes, .coti-auto, .coti-carga, .coti-casco, .coti-cobertura, .coti-comercial, .coti-danos, .coti-paque, .coti-electro, .coti-fidelidad, .coti-flotas, .coti-incendio, .coti-multi, .coti-responsa, .coti-riesgos, .coti-robo, .coti-rotura, .coti-salud, .coti-vida{
	background: url("../images/layout/coti-icons.png") no-repeat;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin: 0 auto;
}

.coti-accidentes { background-position: -83px -100px; width: 77px; height: 61px; }
.coti-auto { background-position: -278px -100px; width: 105px; height: 54px; }
.coti-carga { background-position: -185px -100px; width: 71px; height: 64px; }
.coti-casco { background-position: -150px -200px; width: 107px; height: 67px; }
.coti-cobertura { background-position: -534px -100px; width: 98px; height: 69px; }
.disabled .coti-cobertura { background-position: 0 -276px; }
.coti-comercial { background-position: -400px -100px; width: 107px; height: 53px; }
.coti-danos { background-position: 0 -200px; width: 106px; height: 60px; }
.disabled .coti-danos { background-position: -121px -285px; width: 106px; height: 60px; }
.coti-paque { background-position: -334px -277px; width: 76px; height: 72px; }
.disabled .coti-paque { background-position: -250px -277px; width: 76px; height: 72px; }
.coti-electro { background-position: -300px -200px; width: 102px; height: 47px; }
.coti-fidelidad { background-position: -592px 0; width: 48px; height: 45px; }
.coti-flotas { background-position: -450px -200px; width: 108px; height: 42px; }
.coti-incendio { background-position: 0 -100px; width: 66px; height: 65px; }
.coti-multi { background-position: -483px 0; width: 81px; height: 63px; }
.coti-responsa { background-position: -368px 0; width: 101px; height: 66px; }
.coti-riesgos { background-position: -291px 0; width: 54px; height: 69px; }
.coti-robo { background-position: -227px 0; width: 45px; height: 67px; }
.coti-rotura { background-position: -171px 0; width: 37px; height: 55px; }
.coti-salud { background-position: -79px 0; width: 74px; height: 49px; }
.coti-vida { background-position: 0 0; width: 60px; height: 78px; }

/*--- Browser Fixes ---*/
.lt-ie9 .row-fluid [class*='span'] {
	min-height: 20px;
}
.lt-ie9.lt-ie8 .chat-icon {
	width: 50px;
}
.lt-ie9.lt-ie8 #calculadoras .cal-buttons ul li a .coti-icon.coti-item-1 {
	height: 60px;
	margin: 18px 0 10px 0;
	display: block;
}
.lt-ie9.lt-ie8 #calculadoras .cal-buttons ul li a .coti-icon.coti-item-2 {
	margin: 4px 0;
	display: block;
}
.lt-ie9.lt-ie8 #calculadoras .cal-buttons ul li a .coti-icon.coti-item-3 {
	height: 60px;
	margin: 18px 0 10px 0;
	display: block;
}
.lt-ie9 .wizard-nav ul li {
	border-right: 1px solid #ccc;
}
.lt-ie9.lt-ie8 .wizard-nav ul li {
	line-height: 30px;
	height: 50px;
	display: block;
}
.lt-ie9.lt-ie8 .cotizadores-step-one ul li a .coti-auto,
.lt-ie9.lt-ie8 .cotizadores-step-one ul li a .coti-comercial {
	margin-top: 14px;
	margin-bottom: 14px;
}
.lt-ie9.lt-ie8 .cotizadores-step-two ul li a .coti-danos {
	margin-top: 14px;
	margin-bottom: 8px;
}
.lt-ie9.lt-ie8 .icon-tooltip {
	margin-top: -27px;
}
.lt-ie9.lt-ie8 .form-container form legend {
	width: 896px;
	margin-left: -8px;
}

x:-o-prefocus, .captcha img {
	margin-top: 0;
}
x:-o-prefocus, .captcha .input-small {
	margin-top: 7px;
}

/* Header
================================================== */

#headercalc
{
    margin: 0;
    position: relative;
    z-index: 10;
}

#headercalc .navbar-inner
{
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #323232;
    border-width: 1px 0;
    -webkit-border-radius: 8px 8px 3px 3px;
    -moz-border-radius: 8px 8px 3px 3px;
    border-radius: 8px 8px 3px 3px;
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
}

#headercalc .navbar-inner,
#headercalc .navbar-inner .container,
#headercalc #header-right
{
    max-height: 78px;
}

#headercalc #header-right #nav-toggle
{
    display: none;
    float: left;
    width: 26px;
    height: 26px;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    position: relative;
    margin-top: 18px;
    cursor: pointer;
}

/* Header Brand
================================================== */

#headercalc .navbar-inner .brand-img
{
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

#headercalc .navbar-inner .brand
{
    padding-bottom: 0;
    padding-top: 0;
    float: none;
}

#headercalc .navbar-inner .brand img
{
    max-height: 100%;
}

.btn-large 
{
    padding-top: 20px;
    padding-bottom: 20px;
}