.tooltip_elemento {
    position: relative;
}

.tooltip {
    display: none;
    position: absolute;
    width: 200px;    
    padding: 10px;
    margin: 0 0 12px 0;    
    z-index: 100;
    bottom: 100%;
    background: #FDD017;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-radius: 5px;
}

.tooltip:after {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: 100;
    border: 0 solid #FDD017;
    border-bottom: 14px solid transparent;
    border-left-width: 10px;
    width: 50%;
    left: 50%;
}

.tooltip:before {
    content: "";
    position: absolute;
    border: 0 solid #FDD017;
    bottom: -14px;
    z-index: 100;
    border-right-width: 10px;
    border-bottom: 14px solid transparent;
    width: 50%;
    right: 50%;
}

div.pagination a.current {
    background-color: #FC7C01;
    color: #FFFFFF;
    font-weight: bold;
    margin: 2px;
    padding: 2px;
}
div.pagination a {
    color: #232323;
    margin: 2px;
    padding: 2px 5px;
    text-decoration: none;
}

div.pagination {
    color: #232323;
    font-family: Tahoma,Arial,Helvetica,Sans-serif;
    font-size: 11px;
    text-align: center;
}

body {
	font-family: 'Arimo', sans-serif !important;
	background-color: #f7f7f7 !important;
}

.container {
	width:100% !important;
	padding: 0 !important;
}

a {
    color: #343739;
    text-decoration: none;
}

a:hover, a:focus {
    color: #343739;
    text-decoration: none !important;
}

a:Visited {
    color: #343739;
    text-decoration: none !important;
}

.logo-login {
	text-align:center;
	margin:30px 0;
}

.logo-login img {
	max-width:332px;
	width:100%;
	height:auto;
	max-height:166px;
}

.flags {
	display:block;
	margin:0 auto;
	max-width:400px;
	width: 100%;
	height:30px;
}

.flags img {
	border:none;
}

.spanish {
	float:right;
	margin:0 10px;
}

.english {
	float:right;
	margin:0 0 0 10px;
}
	

.login-box {
	background-color:#FFFFFF;
	display:block;
	margin:10px auto;
	max-width:400px;
	width: 100%;
	height:300px;/*280*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.1);
}

.inp-box {
	max-width:300px;/*260*/
	width: 90%;
	margin:0 auto;
	display:block;
}

.login-box-titulo {
	width:100%;
	background-color:#0c6592;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.login-user {
	margin:25px auto 15px auto;
	padding:8px;
	max-width:260px;
	width: 100%;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #c8c8c8;
	-webkit-box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.login-pass {
	margin:15px auto;
	padding:8px;
	max-width:260px;
	width: 100%;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #c8c8c8;
	-webkit-box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.login-febs {
	margin:15px auto;
	padding:8px;
	max-width:260px;
	width: 100%;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #c8c8c8;
	-webkit-box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.check-login {
	float:left;
	margin:10px auto;
	color:#343739;
	font-weight:normal;
}

.btn-login {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:10px 0;
	float:right;
	max-width:44%;
	font-size:16px;
	border:1px solid #a5a5a5;
	padding:5px 25px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */

}

.btn-login:Hover, .btn-login:Focus {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.foot-login {
	max-width:260px; 
	width: 100%;
	margin:40px auto;
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#343739;
	text-align:center;
}

.pagina {
	background-color:#FFF;
	color:#343739;
	width:100%;
	margin:0 auto;
	min-height:400px;
}

.cabezal {
	width:100%;
	float: left;
}

.logo-head {
	float:left;
	margin-left:15px;
}

.navbar-nav {
	padding: 0 15px 0 0 !important;
}

.menu-head {
	float:right;
	text-align:right;
	margin:10px 15px;
}

.menu-head img {
	margin-right:5px;
}

.menu-head a {
	color: #343739;
	font-size:10px;
	margin:0 5px;
	line-height:16px;
}

.menu-head a:Hover, .menu-head a:Focus {
	text-decoration:none;
	color: #000;
}

.soporte-head-box {
	float:right;
	clear:right;
	margin:0 15px;
}

.soporte-head-txt {
	text-align:right;
	color:#343739;
	font-size:9px;
}

.soporte-btn {
	margin:10px 0;
	display:block;
	width:93px;
	height:29px;
	text-align:center;
	line-height:29px;
	background-image:url(../imgs/btn-soporte.png);
	background-position:top;
	font-size:12px;
	font-weight: bold;
	color:#343739;
	text-decoration:none;
	
	
	


}

.soporte-btn:Hover, .soporte-btn:Focus {
	text-decoration:none;
	color: #000;
	
	background-position:bottom;

}

.soporte-btn img {
	margin-right:3px;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-collapse {
    border-top: none !important;
    box-shadow: none !important;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar {
	margin-bottom: 0  !important;
	min-height:2px !important;
}

.navbar-nav {
    width: 100% !important;
}

.navbar-collapse {
    background-color:#0d6895 !important;
    border-color: #0d6895 !important;
}

.navbar-default {
	border: none !important;
	background-color: transparent !important;
}

.menu-principal {
	float:left;
	display:block;
	color:#FFF !important;
	font-size:13px !important;
	width:100% !important;
}

.navbar-default .boton-menu-p {
	color:#FFF !important;
	display:block;
	/*float: left;*/
	font-weight:bold;
	height: 36px !important;
	padding: 0 10px;
	font-size:13px;
	line-height:36px;
	text-align:center;
}

.cierreSession
{
	min-width:140px;
}

.configuracion
{
	min-width:200px;
}

.mantenimientos {
	min-width:170px;
}

.consultas {
	min-width:125px;
}

.poliza_recibo {
	min-width:162px;
}

.siniestros {
	min-width:110px;
}

.poliza {
	min-width:110px;
}

.reporte {
	min-width:105px;
}

.companies {
	min-width:110px;
}

.grupos {
	min-width:110px;
}

.usuarios {
	min-width:110px;
}

.funcionesgrupos {
	min-width:162px;
}

.navbar-default .boton-menu-p:Hover, .navbar-default .boton-menu-p:Focus {
	color:#FFF !important;
	background-color:#075483 !important;
	text-decoration:none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#FFF !important;
	background-color:#075483 !important;
}

.navbar-default .boton-menu-li-left {
	color:#FFF !important;
	display:block;
	float: right !important;
	font-weight:bold;
	height: 36px !important;
	padding: 0;
	font-size:12px;
	width: 152px;
	line-height:36px;
}


.navbar-default .boton-menu-p-left {
	color:#FFF !important;
	display:block;
	float: right !important;
	font-weight:bold;
	height: 36px !important;
	padding: 0 5% 0 1%;
	font-size:12px;
	line-height:36px;
}


.boton-menu-p-left-txt {
	width:auto;
}

.navbar-default .boton-menu-p-left:Hover, .navbar-default .boton-menu-p-left:Focus {
	color:#FFF !important;
	background-color:#075483 !important;
	text-decoration:none !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color:#FFF !important;
	background-color:#075483 !important;
}

.dropdown-menu {
    background-clip: padding-box;
    color:#FFF !important;
	background-color: #09425f !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 12px !important;;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0 !important;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
	color:#FFF !important;
	background-color: #09425F !important;
	padding: 6px 20px !important;
}

.dropdown-menu > li > a:Hover, .dropdown-menu > li > a:Focus {
	color:#FFF !important;
	background-color:#075483 !important;
	text-decoration:none !important;
}

.dropdown-menu .divider {
	background-color:#0d587c !important;
	margin: 0 0 !important;
}

.header-top {
	color:#343739;
	background-color:#f2f2f2;
	min-height: 90px;
	float: left;
	width:100%;

}

.header-text {
	color:#343739;
	float: left;
	line-height: 90px;
	font-size: 30px;
	font-weight: normal;
	margin-left:2%;
	letter-spacing:1px;
	margin-right:4%;
}

.col-izq, .col-der {
	font-size:12px;
	float:left;
	width:42%;
	text-align: left;
	padding: 1%;
}


.buscador-btn {
	float:left;
	width:120px;
	padding: 2%;
}

.grupoin {
	width:100%;
	float:left;
	margin: 4px 0;
	height: 30px;
}

.nombrein {
	width:31%;
	font-weight: 400 !important;
	margin: 3px 10px 3px 0;
    text-align: right;
	line-height: 30px;
}

.nombreinleft {
	width:31%;
	font-weight: 400 !important;
	margin: 3px 10px 3px 0;
    text-align: left;
	line-height: 30px;
}

.nombrein-cliente {
	width: 19% !important;
}

.medioin {
	width:32%;
	text-align: left;
	height:27px;
	line-height:27px;
}

.numericoin {
	width:50px;
	text-align: left;
	height:27px;
	line-height:27px;
}

.buscador-in {
	width:65%;
	text-align: left;
	height:27px;
	line-height:27px;
}

.buscador-select {
	width:65%;
	height:27px;
	line-height:27px;
}

.buscadorlibre-select {
	height:27px;
	line-height:27px;
}

.buscador-select option {
	width:65%;
	height:27px;
	line-height:27px;
}

.buscadorlibre-select option {
	height:27px;
	line-height:27px;
}

.btnBuscar {
	background-image:url(../imgs/btn-verde.jpg);
	background-position:top;
	height:27px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 0;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	line-height: 19px;
	text-indent: 2px;
}
.btnBuscar:hover, .btnBuscar:focus {
	background-position:bottom;
	color:#FFF !important;
	text-decoration: none !important;
}
.btnBuscar:active {
	position:relative;
	top:1px;
	color:#FFF !important;
	text-decoration: none !important;
}


.btnAgregar {
	background-image:url(../imgs/btn-azul.jpg);
	background-position:top;
	height:27px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	color:#FFF !important;
	text-decoration: none !important;
	text-align:center;
	line-height: 19px;
	text-indent: 2px;
}
.btnAgregar:hover, .btnAgregar:focus {
	background-position:bottom;
	height:27px;
	color:#FFF !important;
	text-decoration: none !important;
}

.btnAgregar:active {
	position:relative;
	top:1px;
	color:#FFF !important;
	text-decoration: none !important;
}

.btnBuscar, .btnAgregar {
	width:86px;
	margin:1% 0 8px 0;
}


.btn-exportar {
	width:102px;
	height:39px;
	text-align:center;
	color:#2f3436;
	font-size:12px;
	font-weight:bold;
	background-image:url(../imgs/exportar.png);
	display:block;
	line-height:39px;
	text-indent:18px;
	float:right;
	margin: 15px 0 15px 10px;
}

.btn-importar {
	width:175px;
	height:39px;
	text-align:center;
	color:#2f3436;
	font-size:12px;
	font-weight:bold;
	background-image:url(../imgs/importar-docs.png);
	display:block;
	line-height:39px;
	text-indent:18px;
	display:block;
	float:right;
	margin: 15px 0 15px 10px;
}

.btn-agregar-cliente {
	width:142px;
	height:39px;
	text-align:center;
	color:#2f3436;
	font-size:12px;
	font-weight:bold;
	background-image:url(../imgs/agregar-cliente.png);
	display:block;
	line-height:39px;
	text-indent:18px;
	display:block;
	float:right;
	margin: 15px 0 15px 10px;
}

.pagina-cont {
	width:100%;
	clear:both;
	padding-bottom: 30px;
	min-height: 460px;
}

.tabla-datos {
    clear: both;
	width:95%; 
	margin: 10px auto;
	font-size:11px;
	border:1px solid #b0b5b9;
	background-color:#FFF;
}

.tabla-datos font {
	font-size:12px;
}

.tabla-datos .titutabla {
	background-color:#0d6896 !important;
	color:#FFF !important;
}

.tabla-datos td {
	border-right: 1px solid #b0b5b9;
	border-bottom: 1px solid #b0b5b9;
}

.tabla-datos .fil1 {
	background-color: #FFF !important;
}

.tabla-datos .fil2 {
	background-color: #F2F2F2 !important;
}

.tabla-datos .fil1:Hover, .tabla-datos .fil2:Hover {
	background-color: #E2E2E2 !important;
}

.tabla-datos .titutabla td {
	padding:5px 3px !important;
	text-align:center;
	font-size: 11px;
    font-weight: bold;
	height:25px;
	line-height:25px;
	border-right: 1px solid #b0b5b9;
}

.tabla-datos .titutabla td img {
	margin:0 5px;
}

.tabla-datos .btn-acciones {
	display: inline-block;
    padding: 3px !important;
    cursor: pointer;
}

.tabla-datos td {
	padding:5px !important;
}

.tabla-datos-info {
	font-size:11px;
	width:95%;
	margin:10px auto;
	padding:5px;
	clear:both;
}

.tabla-datos-btn-top {
	width:95%;
	margin:10px auto;
	cursor: pointer;
}


.btn-volver-cont {
	width:95%;
	margin:10px auto;
}

.btnVolver {
	background-image:url(../imgs/btn-volver.jpg);
	background-position:top;
	height:27px;
	width:77px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	line-height: 19px;
}
.btnVolver:hover, .btnVolver:focus {
	background-position:bottom;
	color:#FFF !important;
	text-decoration: none !important;
}
.btnVolver:active {
	position:relative;
	top:1px;
	color:#FFF !important;
	text-decoration: none !important;
}

.btnAceptar {
	background-image:url(../imgs/btn-aceptar.jpg);
	background-position:top;
	height:27px;
	width:87px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	color:#FFF !important;
	text-decoration: none !important;
	float:right;
	line-height: 19px;
	text-indent: 2px;
}
.btnAceptar:hover, .btnAceptar:focus {
	background-position:bottom;
	color:#FFF !important;
	text-decoration: none !important;
}

.btnAceptar:active {
	position:relative;
	top:1px;
	color:#FFF !important;
	text-decoration: none !important;
}

.btnAceptarLargo {
	background-image:url(../imgs/btn-aceptar-largo.jpg);
	background-position:top;
	height:27px;
	width:159px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	color:#FFF !important;
	text-decoration: none !important;
	float:right;
	line-height: 19px;
	text-indent: 2px;
}  

.btnAceptarLargo:hover, .btnAceptarLargo:focus {
	background-position:bottom;
	color:#FFF !important;
	text-decoration: none !important;
}

.btnAceptarLargo:active {
	position:relative;
	top:1px;
	color:#FFF !important;
	text-decoration: none !important;
}


.btn-icon {
	float:right;
	margin:15px 0 15px 10px;
}

.footer {
	width:100%;
	height:61px;
	color:#222;
	font-size:11px;
	background-color:#2c8ab6;
	background-image:url(../imgs/footer-bg.png);
	background-repeat:repeat-x;
	padding: 10px 15px 0;
	
}

.footer .footer-credit {
	float: left;
    margin-left: 1%;
    margin-top: 12px;
    width: 60%;
}

.footer .footer-firma {
	float:right;
	margin-right: 1%;
}

.footer .footer-cont {
    margin: 0 auto;
    width: 100%;
}

.cliente-left {
	width:48%;
	float:left;
	font-size: 12px;
    padding: 1%;
    text-align: left;
}

.cliente-right {
	width:48%;
	float:left;
	font-size: 12px;
    padding: 1%;
    text-align: left;
}

.cliIden-select {
	height: 27px;
    line-height: 27px;
    position: relative;
    top: -4px;
    width: 60px;
	margin-right: 9px;
}

.cliIden-in {
    height: 27px;
    line-height: 27px;
    text-align: left;
    width: 50%;
}

.help-icon {
    left: 100%;
    position: relative;
    top: -27px;
	display:block;
}

.separator {
	width:100%;
	height:1px;
	background-color:#d3d3d3;
	float:left;
	clear:both;
	margin: 15px 0;
}

.separator-blanco {
	width:100%;
	height:1px;
	background-color:#FFF;
	float:left;
	clear:both;
	
}

.separator-end {
	width:100%;
	height:1px;
	background-color:#FFF;
	clear:both;
	
}

.btn-navegacion {
	float:left;
	width:126px;
	height:126px;
	background-image:url(../imgs/btn-navegacion.png);
	background-position:top;
	display:inline-block;
	cursor:pointer;
	color:#343739 !important;
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #ffffff;
	text-align:center;
	margin:2%;
}


.btn-navegacion:hover {
	background-position:bottom;
	color:#777777 !important;
}
.btn-navegacion:active {
	position:relative;
	top:1px;
	color:#777777 !important;
}

.btn-navegacion img {
	margin-bottom:5px;
	margin-top: 7px;
}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
	
	.navbar-default .boton-menu-p {
    padding: 0 10%;
	}
	
	.col-izq, .col-der {
	    width: 41%;
	}
	
	.nombrein {
	  font-size: 11px;
	  line-height: 11px;
	  margin: 1% 3% 1% 0;
	  text-align: right;
	  width: 39%;
	}
	
	.nombreinleft {
	  font-size: 11px;
	  line-height: 11px;
	  margin: 1% 3% 1% 0;
	  text-align: left;
	  width: 39%;
	}
	
	.cliIden-in {
	    width: 40%;
	}
	
		
	
	.header-text {
	  font-size: 24px;
	  line-height: 54px;
	  margin-left: 2%;
	  margin-right: 2%;
	}
	
	.medioin {
	    width: 27%;
	}
	
	.buscador-select {
	    width: 56%;
	}
	
	.buscador-in {
	    width: 56%;
	}


}

@media (max-width: 1069px) {
	.navbar-default .boton-menu-p {
    padding: 0 15px;
	}
	
	.cliIden-select {
	    width: 53px;
	}
	
}

@media (max-width: 999px) {
	.navbar-default .boton-menu-p {
   
	}
	.boton-menu-p-left-txt {
		display:none;
	}
	
	.cierreSession
	{
		min-width:auto;
		display:none;
	}

	.configuracion
	{
		min-width:auto;
		display:none;
	}
	
	.navbar-default .boton-menu-li-left {
		width:30px;
	}
	.boton-menu-p {
		width: 100%;
	}
	.dropdown-menu {
		background-color: transparent !important;
	}
	
	.cliIden-select {
	    width: 44px;
	}
	
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	
	#menu-principal {
		
	}
	
	.navbar-default .boton-menu-p {
    padding: 0 30px;
	}
	
	.dropdown-menu > li > a {
	    padding: 6px 11% !important;
		background-color: #0D6895 !important;
	}
	
	.menu-head a {
	  margin: 0 3px !important;
	}
	
	.header-text { 
		width: 100%;
		float: none;
	}
	
	.cliIden-in {
	    width: 36%;
	}
	
	
}

@media (max-width: 643px) {
	
	.logo-head {
		text-align:center !important;
		float:none !important;
	}
	
	.menu-head {
		
		float: none !important;
	  margin: 10px auto !important;
	  text-align: center !important;
	  width: 231px !important;
	}
	
	.menu-head a {
		
	}
	
	.col-izq, .col-der {
    	width: 100%;
	}
	
	.cliente-left, .cliente-right {
    	width: 100%;
	}
	
	.cliIden-in {
    	width: 46%;
	}
	
	.help-icon {
	    left: 95%;
    	top: -29px;
	}
	
	.nombrein {
	    width: 29%;
	}
	
	.nombreinleft {
	    width: 29%;
	}
	
	.medioin {
 	   width: 28%;
	}
	
	.buscador-btn {
	    padding: 3%;
    	text-align: center;
	    width: 94%;
	}
	
	.btnBuscar, .btnAgregar {
	    margin: 2%;
	}
	
}

/* Mobile devices */
@media (max-width: 359px) {
	
	.nombrein {
	    text-align: center;
    	width: 100%;
	}
	
	.nombreinleft {
	    text-align: center;
    	width: 100%;
	}
	
	.naturalbox {
		width: 36% !important;
	}
	
	.medioin {
    	width: 49%;
	}
	
	.buscador-select {
    	width: 100%;
	}
	
	.buscador-in {
    	width: 100%;
	}
	
	.grupoin {	
	    height: auto;
	}
	
	.cliIden-in {
    	width: 65%;
	}
	
	.help-icon {
	    left: 95%;
    	top: -29px;
	}
	
	.btn-navegacion { 
		margin: 3% 22%;
	}
	
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	
}
