*{
	margin: 0;
	padding: 0;
	font-family: 'Lucida Bright';
}
body{
	background-color: white;
	font-size: : 10px;
}
h2{
	color: white;
}
/*h3{
	color: #000000;
}*/
h4{
	color: black;
}
.tabla_normal{
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	border: 2px solid black;
	border-radius: 10px 10px 10px 10px;
}
.tabla_adicionales{
	background: rgba(0,0,0,0);
	border-collapse: collapse;
}
.td_titulo{
	font-weight: bold;
	text-align: center;
	color: white;
	background: linear-gradient(#2D4660,#7FDDE8);
	padding: 1%;
	border: 1.5px solid white;
	font-size: 12px;
}
.td_titulo_nombre{
	font-weight: bold;
	text-align: center;
	color: white;
	background: linear-gradient(rgba(0, 50, 255, 1),rgba(0, 144, 255, 0.5));
	padding: 1%;
	border: 1.5px solid white;
	font-size: 12px;
}
.td_subtitulo{
	font-weight: bold;
	color: black;
	background: linear-gradient(#2D4660,#7FDDE8);
	font-size: 12px;
	text-align: center;
}
.td_titulo_cartera{
	font-weight: bold;
	text-align: center;
	color: white;
	background: linear-gradient(rgba(0, 50, 255, 1),rgba(0, 144, 255, 0.5));
	padding: 1%;
	border: 1.5px solid white;
	font-size: 12px;
}
.td_subtitulo_cartera{
	font-weight: bold;
	color: black;
	background: linear-gradient(rgba(0, 50, 255, 1),rgba(0, 144, 255, 0.5));
	font-size: 11px;
	text-align: center;
}
.td_subtitulo_rep{
	font-weight: bold;
	color: black;
	background: linear-gradient(rgba(0, 50, 255, 1),rgba(0, 144, 255, 0.5));
	font-size: 11px;
	text-align: center;
}
.td_resultado{
	font-size:10px;
	border: 1px solid white;
	font-weight: bold;
}
.td_subtotal_valor{
	background: rgba(0, 144, 255, 0.5);
}
.td_total_valor{
	background: rgba(0, 144, 255, 0.8);
}
.td_titulo_cliente{
	font-weight: bold;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.7);
	padding: 1%;
	border: 1.5px solid white;
	font-size: 12px;
}
.td_titulo_aseguradora{
	font-weight: bold;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.4);
	padding: 1%;
	border: 1.5px solid white;
	font-size: 12px;
}
.td_menu{
	background: rgba(0, 144, 255, 0.5);
}
.td_tarifas{
	font-size: 14px;
}
td{
	font-size: 10px;
	padding: 0.3%;
}
button{
	border:0px;
}
a{
	text-decoration: none;
	color: white;
	text-shadow: 0px 0px 15px white;
}
.tabla_mdp{
	margin: 0 auto;
	width: 33%;
	border-collapse: collapse;
	border-radius: 10px 10px 10px 10px;
	float: left;
	border: 1px solid red;
	height: 35px;
}
#principal_2{
	margin: 0 auto;
	width: 100%;
	box-shadow: 0px 0px 30px black;
	background: url('../img/bgs.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-size: cover;*/
}
/*#principal{
	margin: 0 auto;
	width: 100%;
	box-shadow: 0px 0px 30px black;
	background: url('../img/bg1.png');
	background-repeat: no-repeat;
	/*background-position: 95% 25%;
	background-size: cover;
	background-attachment: fixed;
}*/
#principal{
	width: 90%;
	margin: 0 auto;
	box-shadow: 0px 0px 30px black;
/*	background="Imagen.JPG" bgcolor=aqua"*/
	background-repeat: no-repeat;
	background-position: 100px 90px;
	background-size: 120px 70px;
	background-attachment: fixed;
}
/*#principal_inicio{
	margin: 0 auto;
	width: 100%;
	box-shadow: 0px 0px 30px black;
	background: url('../img/bg1.png');
	background-repeat: no-repeat;
	background-position: 95% 25%;
	background-size: cover;
	background-attachment: fixed;
}*/
#principal_inicio{
	width: 90%;
	margin: 0 auto;
	box-shadow: 0px 0px 30px black;
	background: url('../img/logoco.png');
	background-repeat: no-repeat;
	background-position:100px 80px;
	background-size: 120px 70px;
	background-attachment: fixed;
}
#botones{
	margin: 0 auto;
	padding: 1%;
	background: linear-gradient(#2D4660,#7FDDE8);
	box-shadow: 0px 0px 10px 5px black;
	border-radius: 10px;
	display:inline-block;
    text-align:center;
}
#botones .accion{
	display: inline;
	margin: 0 auto;
}
.td_campo_form{
	background: rgba(0, 144, 255, 0.2);
	width: auto;
	height: auto;
}
.td_campo_form_cartera{
	background: rgba(0, 144, 255, 0.2);
}
.campo_form{
	margin: 1%;
	padding: 0.3%;
	box-shadow: 0px 0px 1px 1px black;
	background: linear-gradient(#FFFFFF,#B4B4B4);
	border: none;
	transition: box-shadow 0.25s;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: black;
}

.campo_form:active,.campo_form:focus{
	box-shadow: 0px 0px 2px 5px red;
}
.mayus{
	text-transform: uppercase;
}
#inhabilitar_input{
	float: left;
	left: 0px;
	top: 0px;
}
#inhabilitar_combo{
	position: absolute;
}
#busqueda{
	margin: 0 auto;
	padding: 1%;
	width:70%;
	text-align: center;
	/*background: url('../img/bg1.png');*/
}
.tabla_busqueda{
	width:100%;
	border-collapse: collapse;
}
.tabla_busqueda tr td>.width{
	width: 95%;
}
select{
	background: linear-gradient(rgba(0,0,0,0.1),rgba(255,255,255,0.9));
}
option{
	background: rgba(0,100,200,0.1);
}
#resultados{
	margin: 1%;
}
/*.enviar{
	border: 0px;
	margin: 0.5%;
	padding: 0.3%;
	border-radius: 2px;
	#2D4660,#7FDDE8	
	#B4B4B4,#000000	
	background: linear-gradient(#B4B4B4,#000000);
	box-shadow: 0px 5px 10px black;
	color: white;
	transition: box-shadow 0.5s;
}*/
/*.enviar:hover{
	box-shadow: inset 0px 5px 10px black;
	text-shadow: 0px 0px 5px white;
}*/
.enviar {
	box-shadow:inset 0px 5px 10px 0px #73bae6;
	background:linear-gradient(to bottom, #0473b8 5%, #0c579c 100%);
	background-color:#0473b8;
	border-radius:8px;
	border:2px solid #0b59bf;
	display:inline-block;
	cursor:pointer;
	color:#eaeef2;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 11px;
	text-decoration:none;
	text-shadow:0px 1px 50px #7cacde;
}
.enviar:hover {
	background:linear-gradient(to bottom, #0c579c 5%, #0473b8 100%);
	background-color:#0c579c;
	transform: scale(1.1,1.1);
}
.salircs{
	border: 0px;
	margin: 0.5%;
	padding: 0.3%;
	border-radius: 2px;
	color: white;
	transition: box-shadow 0.5s;
}
.salircs:hover{
	filter: opacity(.5);
}
.custom-combobox {
  position: relative;
  display: inline-block;

}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  width:600px;
}
#menu{
	margin:0 auto;
	width:100%;
	text-align: center;
	height: 140px;
	display: table;
}
.itemmenu{
	margin: 0 auto;
	display: table-cell;
	width: 100px;
	height: 120px;
	box-shadow:inset 0px 0px 10px black;
	background: linear-gradient(rgba(45, 70, 96, 1) 10%,rgba(127, 221, 232,1) 90%);
	color:white;
	border-radius: 0px 0px 10px 10px;
	transition: height 0.3s ease-in, background 0.5s, box-shadow 0.5s;
	word-wrap: break-word;
	font-size: 12px;
	padding: 0.5%;
}
.itemmenu:hover{
	height: 130px;
	box-shadow:inset 0px 0px 35px rgba(0,0,0,0.5);
	background: linear-gradient(rgba(23, 194, 246, 1),rgba(0, 144, 255, 0.1));
}
.icono_menu{
	width:35%;
	margin: 0 auto;
	display: block;
	border-radius: 25%;
	background: rgba(0,0,0,0.2); 
	top: 10px;
	box-shadow: 0px 0px 0px 5px white;
	transition: box-shadow 0.5s, background 1s;
}
.itemmenu:hover .icono_menu{
	box-shadow: 0px 0px 0px 5px black;
	background: rgba(255,255,255,0.5); 
} 
.itemmenu2{
	margin: 0 auto;
	display: table-cell;
	width: 100px;
	height: 120px;
	/*box-shadow:inset 0px 0px 35px black;*/
    background: linear-gradient(rgba(22, 1, 216, 1) 10%,rgba(4, 255, 216, 1 0.1) 90%);
	color:white;
	border-radius: 0px 0px 10px 10px;
	transition: height 0.3s ease-in, background 0.5s, box-shadow 0.5s;
	/*word-wrap: break-word;*/
	font-size: 12px;
	/*padding: 0.5%;*/
}	
.itemmenu2:hover{
	height: 130px;
    background: linear-gradient(rgba(0, 100, 255, 1) 10%,rgba(0, 144, 255, 0.1));
}
.icono_menu2{
	width:35%;
	margin: 0 auto;
	display: block;
	border-radius: 25%;
	background: rgba(0,0,0,0.2); 
	top: 10px;
	box-shadow: 0px 0px 0px 5px white;
	transition: box-shadow 0.5s, background 1s;
}
.itemmenu2:hover .icono_menu2{
	box-shadow: 0px 0px 0px 5px black;
	background: rgba(255,255,255,0.5); 
}
/*---------------------------------------------------------------------------*/
#submenu{
	margin:0 auto;
	width:100%;
	text-align: center;
	height: 140px;td_resultado
	display: table;
	cursor: pointer;
}
#argumentos{
	border: 2px solid black;
}
#titulo_argumentos{
	cursor: pointer;
	border: 2px solid black;
}
.historial_vehiculos{
	margin: 1%;
	background: rgba(0, 144, 255, 0.5);
	padding: 2%;
	border-radius: 5px;
	box-shadow: 0px 0px 10px black;
}
.width_input{
	width: 90%;
}
#login{
	margin: auto;
	border: 0.5px dotted blue;
	box-shadow: 0px 10px 15px black;
	width: 35%;
	height: 800px;
	background: rgba(4,2,18,0.4);
	border-radius: 10px;
	float: left;
	position: absolute;
}
.grande{
	width:50%;
	padding: 1%;
}
#salir{
	float: right;
	margin: 1%;
}
.reporte_remisiones{
	border: 0.5px solid black;
}
#parametro_rep{
	width: 100%;
	height: 700px;
	background: rgba(0,0,0,0);
}

#parametro_2{
	width: 100%;
	height: 700px;
	background: rgba(0,0,0,0);
}
#parametro_car{
	width: 100%;
	height: 700px;
	background: rgba(0,0,0,0);
}
.detalle_pago{
	margin: 2%;
	padding: 2%;
	background: linear-gradient(gray,white);
	border-radius: 0px 15px 0px 15px;
	box-shadow: 0px 0px 5px black, inset 0px 0px 15px black;
	color: black;
}
#img_aseguradora{
	width: 20%;
	box-shadow: 0px 0px 20px black;
	border-radius: 15px;
}
#hoja{
	width: 70%;
	background: white;
	padding: 1%;
	margin: 0 auto;
	border: 1px dashed black;
	top:20px;
}
#logo_recibo{
	width: 125px;
}
#btn_enviar_pago{
	margin: 0 auto;
}
.tabla_med_pago{
	border: 1px solid black;
	border-collapse: collapse;
}
#restante_fixed{
	width: 20%;
	right: 40px;
	position: fixed;
}
video{
	width: 100%;
	margin-bottom: 10px;
}
.video{
	box-shadow: 0px 0px 10px lightblue;
	margin: 10px;
	width: 30%;
	float: left;
	position: relative;
}
.opcionesa{
	width: 60px
}
.opciones{
	width: 80px;
}
#info{
	width: 90%;
	margin: 0 auto;
	padding: 1%;
	box-shadow: 0px 0px 30px black;
	position: absolute;
}
a.tip {
    text-decoration: none;
}
a.tip:hover {
    cursor: help;
    position: relative;
}
a.tip span {
    display: none;
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    color: black;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    left: 0px;
    background-color: white;
    margin: 10px;
    width: 100px;
    position: absolute;
    top: 10px;
    text-decoration: underline;
}
#tabla_principal {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid black;
  border-radius: 10px 10px 10px 10px;
}
/*Botones*/
#boton{
    text-decoration: none;
    padding: 6px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    cursor:pointer;
    background: linear-gradient(#2D4660,#7FDDE8);
    border-radius: 10px;
    border: 2px solid #0016b0;
  }
#boton:hover{
    color: #1883ba;
    background: linear-gradient(#ffffff, #02E7FE);
  }
 input {
     background: linear-gradient(#ffffff,#D9E1E0);
   }
   .redondeado {
     border-radius: 5px;
   }
   .confondo {
     background-color: #def;
   }
   .sinborde {
     border: 0;
   }
   .sinbordefondo {
     background-color: #eee;
     border: 0;
   }
   .outlinenone {
     outline: none;
     background-color: #dfe;
     border: 0;
   }
   .redondeadonorelieve {
     border-radius: 5px;
     border: 1px solid #39c;
   }
.custom-combobox {
  position: relative;
  display: inline-block;

}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  width:600px;
}
/*.icono{
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 5px red;
  transition: transform 1s;
  font-size: 12px;
  padding: 2px;
  border-radius: 3px;
}
.icono:hover{
  transform: scale(1.1,1.1);
}*/
.icono {
	box-shadow: 2px 4px 5px 0px #000000;
	background-color:#fcfffd;
	border-radius:13px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
}
.icono:hover {
	background: linear-gradient(#3783DD,#049EFC);
	transform: scale(1.1,1.1);
}
/*MENU LATERAL CSS*/

@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
}
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);
.fa-2x {
font-size: 2em;
}
.fa {
position: relative;
display: table-cell;
width: 80px;
height: 60px;
text-align: center;
vertical-align: middle;
font-size:20px;
}

.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
}

.main-menu {
/*background:#6f7887;*/	
background:#212121;
border-right:1px solid #e5e5e5;
position:fixed;
top:0;
bottom:0;
height:100%;
left:0;
width:70px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ol {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#999;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: 'Titillium Web', sans-serif;
}

.main-menu>ol.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5fa2db;
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}


