/* CSS Document */
body {height:100%;font:13px 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;color:#626363;background:#fff;}
div, html, body, p, a, form, img, table, td, h1, h2, h3, h4, h5, h6, header, section, footer, aside, nav, article, figure, figcaption, dl, dt, dd {margin:0;padding:0;}
header, section, footer, aside, nav, article, figure, figcaption {display: block;}
table {border-collapse:collapse;}
img {border:none;}


input:focus, textarea:focus {outline:none;}
a{text-decoration: none;}
/*  All  */
.wraper, .footer footer, body.index_v2 .social_block, body.index_v2 .footer {width:1144px;margin:0 auto;position:relative;}
.bwWrapper {position:relative;display:block;}

/* header */
.header {position:relative;min-height:108px;z-index:1001;}
.logo-sud{
text-indent: -999em;
cursor: pointer;
background: url(../img/sudamericana.png) no-repeat;
display: block;
width: 308px;
height: 85px;
position: absolute;
top: 6px;
left: 40px;
z-index: -1;
background-size: 270px;
}

.logo-sud-footer {
	text-indent: -999em;
	cursor: pointer;
	background: url(../img/sudamericana-footer.png) no-repeat;
	display: block;
	width: 308px;
	height: 57px;
	position: absolute;
	top: 39px;
	left: 377px;
	z-index: 0;
	background-size: 275px;
}

.logo-ali{
	text-indent: -999em;
	cursor: pointer;
	background: url(../img/logo-alianza1.png) no-repeat;
	display: block;
	width: 200px;
	height: 53px;
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: -1;
	background-size: 205px;
}

.logo-iso{
	margin-top: 100px;
	margin-left: 38px;
}
.copy{
	background: #3385A5;
	height: 50px;
  width: 100%;
  overflow: hidden;
}

.copy p{

	color: #fff;
	text-align: center;
}
.header nav {position:absolute;top:35px;right:0;border: solid 1px #005EAC;}
.header nav ul li a{color:#005EAC;display: block;}
.header nav ul li a:hover{color:#fff;}
 .header nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}
.header nav ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  padding: 10px 8px;
  position: relative;
  background: #fff;
  cursor: pointer;
  color: #005EAC;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header nav ul li:hover {
  background: #005EAC;
  color: #fff;
}
.header nav ul li ul {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 170px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #005EAC;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.header nav ul li ul li {
  display: block;
  color: #005EAC;
}
.header nav ul li ul li:hover { background: #005EAC; }
.header nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Home Version 1 */
.fallback {display:none;}

.wrapper
{
    width: 1200px;
    margin: 0px auto;
    padding-top: 20px;

    margin-bottom: 40px;
}

.wrapper h1, .wrapper h4, .wrapper p, .wrapper pre, .wrapper ul, .wrapper li
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

.wrapper li
{
    outline: 0;
    text-decoration: none;
    -webkit-transition-property: background color;
    -moz-transition-property: background color;
    -o-transition-property: background color;
    -ms-transition-property: background color;
    transition-property: background color;
    -webkit-transition-duration: 0.12s;
    -moz-transition-duration: 0.12s;
    -o-transition-duration: 0.12s;
    -ms-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#v-nav
{
    height: 100%;
    margin: auto;
    color: #333;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

#v-nav .subtitle-transporte{
  text-align: center;
  display: block;
  background: #5185B3;
  color: white;
  position: relative;
  z-index: 10;
}


#v-nav .subtitle-bet{
  text-align: center;
  display: block;
  background: #07680E;
  color: white;
  position: relative;
  z-index: 10;
  margin-top: 25px;
}

#v-nav >ul
{
    float: left;
    width: 210px;
    display: block;
    position: relative;
    top: 0;
    border-right-width: 0;
    margin: auto 0 !important;
    padding:0;
}

#v-nav >ul >li
{
    width: 179px;
    z-index: 10;
    list-style-type: none;
    display: block;
        border: 1px solid #DDD;
    font-size: 1.2em;
    position: relative;
    border-right-width: 0;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    margin: auto;
    padding: 10px 15px !important;
    background: whiteSmoke; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */
}

#v-nav >ul >li:hover {
	background: rgba(223, 223, 223, 1);
}

.current
{
    color: #fff;
    border-right: none;
    z-index: 10;
    background: #00549d !important;
    position: relative;
}

.current-bet
{
    color: #fff;
    border-right: none;
    z-index: 10;
    background: #08680e !important;
    position: relative;
}

#v-nav >ul >li.first.current
{
    border-bottom: 1px solid #DDD;
}

#v-nav >ul >li.last
{
    border-bottom: none;
}

#v-nav >div.tab-content
{
    width: 880px;
    margin-left: 210px;
    border: 1px solid #979797;
    background-color: #FFF;
    min-height: 480px;
    position: relative;
    z-index: 9;
    padding: 12px;
    moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;
    display: none;
    padding: 25px;
    -webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	-webkit-box-shadow: -6px 5px 5px 0px rgba(146, 146, 146,1);
	-moz-box-shadow: -6px 5px 5px 0px rgba(146, 146, 146,1);
	box-shadow: -6px 5px 5px 0px rgba(146, 146, 146,1);
}

#producto-title {
color: white;
padding: 10px 81px;
margin-bottom: 30px;
background: #3285a5;
}

#v-nav >div.first-tab-content{
	display: block;
}

#v-nav >div.tab-content >h4
{
    font-size: 1.2em;
    color: Black;
    text-shadow: 0px 1px 1px #F2F1F0;
    border-bottom: 1px dotted #EEEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-content ul li{
	margin-left: 15px;
}
.tab-content p{
	font-size: 13px;
}

/*Tabla Arquitect home*/
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
}

.bordered {
	width: 1224px;
	margin: 0 auto;
	margin-bottom: 30px;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    font-size: 12px;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.header-table{
	color: white;
	padding: 10px 40px;
	margin-bottom: 19px;
	background: #3fa3c9;
}

/*Pagination*/
div.pagination {

	padding:3px;
	margin:0 0 50px 0;
	text-align:center;
}

div.pagination span.num {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	cursor: pointer;
	text-decoration: none;
	color: #2e6ab1;
}
div.pagination span.num:hover, div.pagination span.num:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}
/*Login popup*/
.main {
    background: #aaa url(../images/bg.jpg) no-repeat;
    width: 800px;
    height: 600px;
    margin: 50px auto;
}

.panel a#login_pop, .panel a#join_pop {
    border: 2px solid #aaa;
    color: #fff;
    display: block;
    float: right;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
a#login_pop:hover, a#join_pop:hover {
    border-color: #eee;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
   z-index: 9999;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.popup p, .popup div {
    margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}
.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
    border-color: #555 #888 #888;
}

#bienvenida{
	color: gray;
	margin-top: 15px;
	text-align: right;
}

#bienvenida p{
	display: inline-block;
}

#bienvenida p a{
	text-decoration: none !important;
	color: gray !important;
}

.poliza-slider .column-slider {
	margin-left: 30px;
	width: 45%;
}

.label-left{
	text-align: left !important;
	width: 120px !important;
    vertical-align: top;
}

#materia_seguro{
	width: 225px;
    margin-bottom: 15px;
}

#v-nav ul li{
	list-style-type: disc !important;
}

#v-nav ol li{
	list-style-type: decimal !important;
}

.title-administracion{
color: white;
padding: 10px 40px;
background: #3fa3c9;
padding-left: 14%;
}

.slider-nav-actualizar{

	width: 510px !important;
margin: 0 auto;
margin-bottom: 30px;
overflow: hidden;


}

.slider-nav-actualizar button{
padding: 5px 10px;
margin-right: 10px;
border-radius: 2px;
cursor: pointer;
float: right;
background: rgb(236, 97, 31);
border: none;
font-weight: bold;
font-size: 14px;
color: white;

}

#actualizar-producto{
	float: left;
	margin-left: 3%;
	background: green;
	padding: 5px 10px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
}

/*Contenedor Denuncia siniestro*/
.content{
	width: 1024px;
	margin: 0 auto;
}

#title-denuncia-siniestro{
	padding: 20px 100px;
	background: #497f7f;
	color: white;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}

#form_solicitar{
	width: 75%;
	margin: 0 auto;
}

#form_solicitar h2{
	border-bottom: 1px #497f7f solid;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #588;
	font-size: 24px;
}
#form_solicitar label,.config-productos label{
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
	width: 300px;
	text-align: right;
	font-weight: bold;
}
#form_solicitar input,#form_solicitar select{
	height: 25px;
}

#form_solicitar input,#form_solicitar select,#form_solicitar textarea{
	margin: 15px 0;
	padding-left: 20px;

}
.label_textArea{
	padding-top: 10px;
	vertical-align: top;
}

#form_solicitar input,#form_solicitar textarea{
	width: 280px
}
#form_solicitar input[type=submit]{
	margin: 0 auto;
	display: block;
	background: rgb(248, 52, 52);
	color: white;
	border-radius: 10px;
	width: 200px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

#recaptcha{
	width: 320px;
	margin: 0 auto;
}

#recaptcha_area{
	margin: 20px auto;
}

.error-captcha{
	text-align: center;
	background: rgb(241, 66, 66);
	color: white;
}
.aviso-operacion{
	background: rgb(43, 155, 43);
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	position: absolute;
	top: 90px;
	width: 375px;
	right: 392px;
	z-index: 999999;
}

.editar-button{
	width: 30px;
	background: green;
	color: white !important;
	padding: 3px 17px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}

.ver-button{
    border: none;
    color: white;
    background: #074e90;
    padding: 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.travesia-crear{
	background: green;
	color: white !important;
	padding: 3px 17px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}

.travesia-editar{
	background: rgb(216, 116, 8);
	color: white !important;
	padding: 3px 17px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}

.numerico{
	text-align: right;
	width: 133px;
}

#transport{
	width: 1210px;
	margin: 30px auto;
	margin-bottom: 75px;
}

#transport img:nth-child(1){
width: 212px;

}

#transport img:nth-child(2){
margin-left: 30px;
width: 182px;
}

#transport img:nth-child(3){
    margin-left: 30px;
    width: 390px;
    margin-top: 50px;
}

#transport img:nth-child(4){
    margin-left: 30px;
    width: 265px;
}

#content-travesia{
	width: 1024px;
	margin: 0 auto;
	min-height: 600px;
}

#content-travesia label{
    vertical-align: top;
    margin-top: 20px;
    display: inline-block;
}

#content-travesia textarea, #content-travesia .nro{
    margin-top: 20px;
    border: 1px solid gray;
}

.title-modalidad{
    border: 0;
    font-size: 23px;
    width: 100%;
    border-bottom: 2px solid gray;
    margin-bottom: 20px;
 }

 .modalidad{
	width: 700px;
	margin: 50px auto 24px;
	padding: 30px 50px;
	border: 1px solid gray;
	border-radius: 10px;
	position: relative;
 }

 .guardar-travesia{
	padding: 5px 10px;
	margin: 0 auto;
	background: rgb(27, 131, 7);
	color: white !important;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;

	display: block;
	text-align: center;
}
 .table-modalidad{
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    font-size: 16px;
  }

   .table-modalidad tr{
   	height: 30px;
   }

   .add-modalidad{
   	position: absolute;
	right: 0px;
	top: 5px;
   }

   .anulado{
   	border: none;
	background: rgb(255, 20, 0);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	width: 100px;
	display: block;
	margin: 0 auto;
   }

	.habilitado{
	border: none;
	background: rgb(49, 107, 22);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	width: 100px;
	display: block;
	margin: 0 auto;
	}

	#form_reportes{
		margin: 0 auto 20px auto;
	}

	.title-form-repostes{
		background: #126ABB;
		color: white;
		padding: 5px 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
                            margin-bottom: 15px;
	}

	#form_reportes label {
	margin-left: 20px;
	font-size: 16px;
	color: black;
	width: 134px;
	display: inline-block;
	text-align: right;
	margin-top: 14px;
	padding-right: 15px;
	}

	#form_reportes input[type="text"]{
		margin-top: 20px;
		width: 175px;
	}

	#form_reportes select{
		width: 200px;
	}

	#form_reportes input[type="submit"]{

		margin-left: 40px;

	}

	#content-table{
		min-height: 550px;
                    width: 1200px;
                    margin-left: 100px;
	}

	#table-reporte td{
		text-align: center;
	}

	#reporte-table{
		float: left;
		margin-left: 50px;
		margin-top: 20px;
	}

	#des-lateral{
		position: fixed;
		background: rgb(209, 224, 240);
		border: 1px solid gray;
		width: 400px;
		height: 500px;
		top: 0;
		left: 0;
		margin-left: -370px;
		z-index: 999999;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	#emision_hasta,#travesia_hasta{
		margin-left: 20px;
	}

	.asignar-producto table select{
		width: 150px;
	}

	.asignar-producto input[type="submit"]{
		display: block;
		margin: 0 auto;
		width: 225px;
		background: green;
		color: white !important;
		padding: 6px 25px;
		border-radius: 5px;
		font-size: 16px;
		font-weight: bold;
	}

	.ui-dialog { z-index: 99999 !important ;}
	.ui-front {z-index: 9999 !important;}


	/* footer */
	.footer{
        width: 100%;
		height: 235px;
		background: #3385A5;
	}

	.footer p{
		color: #fff;

		font-size: 14px;
		padding-top: 15px;

	}

	.content-footer{
		float: left;
	}

	.footer footer{
		width: 1100px;
		margin:0 auto;
        overflow: hidden;
	}

	footer #descript{
		width: 335px;
		height: 195px;
		margin-top: 20px;
		margin-bottom: 20px;
		border-right: 1px solid white;
		padding-right: 12px
	}

	footer #descript img{
		width: 240px;
		margin-top: 20px;
	}

	footer #datos{
		width: 300px;
		height: 195px;
		padding: 0px 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		border-right: 1px solid white;
	}

	footer #contacto{
		width: 355px;
		height: 206px;
		padding: 0 20px;
		margin-top: 30px;
	}

	footer #contacto h3{
		font-size: 20px;
		color: white;
		margin-bottom: 20px;
	}

	footer #contacto label{
		color: white;
		display: inline-block;
		vertical-align: top;
		width: 70px;
		font-size: 16px;
		font-weight: bold;
	}

	footer #contacto input[type="text"]{
		width: 245px;
		padding: 2px 10px;
	}

	footer #contacto textarea{
		padding: 2px 10px;
	}

	footer #contacto button{
		width: 100px;
		height: 25px;
		vertical-align: top;
		display: block;
		text-align: left;
		float: right;
		margin-right: 18px;
		margin-top: 1px;
	}

	footer #contacto button img{
		padding: 1px 8px;
		display: inline;
		float: left;
	}

#tabs-operador{
	width: 1200px;
	margin: 20px auto;
}
.tabs-content{
	width: 1024px;
	margin-left: 40px;
	font-size: 12px;
	text-align: justify;
}
.tabs-content ul li{
	list-style: disc;
	margin-left: 15px;
}
.tab-hor-bet{

  z-index: 10;
}

.wrape.slider-home {
width: 1345px;
margin: 0 auto;
position: relative;
}

.solicitar-poliza-slide{
	position: absolute;
	width: 314px;
	top: 230px;
	left: 140px;
	background: #3fa3c9;
	color: white;
	text-align: center;
	height: 43px;
	vertical-align: middle;

	font-size: 30px;
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
::-webkit-input-placeholder { color:#666; }
::-moz-placeholder { color:#666; } /* firefox 19+ */
:-ms-input-placeholder { color:#666; } /* ie */
input:-moz-placeholder { color:#666; }

.btn-slide-trans {
	top: 273px;
left: 140px;
width: 189px;
background: rgb(57, 172, 80);
position: absolute;
color: white;
text-decoration: none;
font-size: 18px;
padding: 5px 5px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}

.btn-slide-bet {
top: 273px;
left: 339px;
width: 105px;
background: rgb(0, 160, 160);
position: absolute;
color: white;
text-decoration: none;
font-size: 18px;
padding: 5px 5px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}

.btn-slide-sini {
	top: 258px;
	left: 804px;
	width: 314px;
	background: #fd4101;
	position: absolute;
	color: white;
	text-decoration: none;
	font-size: 25px;
	padding: 5px 5px;
		border-radius: 10px;
}
.btn-slide-sini img{
	width: 30%;
	float: left;
	height: 65px;

	margin-left: 2%;
}

.btn-slide-sini-title{
	width: 59%;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

.btn-slide-sini-con{
	float: left;
	width: 65%;
	font-size: 18px;
	text-align: center;
}

.btn-slide span{
	vertical-align: top;
}

.input-captcha{
	vertical-align: top;
	width: 110px !important;
	margin-left: 10px;
}

/*Notificar*/
.notificacion {
    background-color: #069900;
    color:#fff;
    background-repeat: no-repeat; /* lo utilizaremos cuando indiquemos el ícono */
    font-family: Helvetica;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: -30px; /* al principio estará oculto */
}

.config-productos{
    min-height: 300px;
}

.config-productos form{
    display: block;
    width: 60%;
    margin: 0 auto;
}
.config-productos p{
    text-align: center;
}
.config-productos h2{
    border: 0;
    font-size: 23px;
    width: 100%;
    border-bottom: 2px solid gray;
    margin-bottom: 20px;
}

.config-productos input[type="submit"]{
    display: block;
    margin: 15px auto;
    background: #08680e;
    padding: 5px 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nube-productos{
    width: 1200px;
    margin: 20px auto;
}

.nube-productos h4{
    color: #074e90;
}

.ver-transp{
    border: 1px solid #074e90;
    color:  #074e90;
}

.ver-bet{
    border: 1px solid #08680e;
    color:  #08680e;
}

#generar-pdf{
    width: 50px;
    height: 50px;
    background:url(../images/reporte_pdf.png) no-repeat;
    border: none;
    cursor: pointer;
}
.pquenio{
    width: 126px !important;
}
.pquenio2{
    width: 90px !important;
}

.slider-body2{
  background: #3fa3c9;  
  color:#FFF; 
   width: 340px;
   height: 103px;
   //border: 1px gray solid;
   margin-right: 30px;
   overflow: hidden;
   display: block;
   margin: 0 auto;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   padding: 7px;
}

.tooltip-top[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  position: absolute;
  left: 0;
  bottom: 100%;
  white-space: nowrap;
  z-index: 20px;
  //background-color: #000;
  color: #fff;
}

.required_label:after {
    content: "*";
    color: red;
}
.buscador{
    width: 660px;
    height: 100%;
    border: 1px gray solid;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}
.group_form{
    width: 50%;
    float: left;
}
.table_rep td{
    padding: 3px; 
}

.boton_primary{
    text-decoration: none;
    padding: 5px;
    font-weight: lighter;
    font-size: 13px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 1px solid #0016b0;
    cursor:pointer; 
    cursor: hand;
}
.boton_default{
    text-decoration: none;
    padding: 5px;
    font-weight: lighter;
    font-size: 13px;
    color: #5f5f5f;
    background-color: #eff0f1;
    border-radius: 6px;
    border: 1px solid #5f5f5f;
    cursor:pointer; 
    cursor: hand;
}
.hand_style{
    cursor:pointer; 
    cursor: hand;
}
