*{
	margin: 0;
	padding: 0;
	font-family: 'Lucida Bright';
}
body{
	background-color: white;
	font-size: : 10px;
}
h2{
	color: white;
}
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: rgba(57, 60, 64, 1);
	padding: 1%;
	border: 1.5px solid black;
	font-size: 12px;
}
.td_subtitulo{
	font-weight: bold;
	color: black;
	background: rgba(106, 114, 125, 1);
	font-size: 11px;
	text-align: center;
}
.td_titulo_cartera{
	font-weight: bold;
	text-align: center;
	color: white;
	background: rgba(106, 114, 125, 1);
	padding: 1%;
	border: 1.5px solid white;
	font-size: 12px;
}
.td_subtitulo_cartera{
	font-weight: bold;
	color: black;
	background: rgba(106, 114, 125, 1);
	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{
	text-align: center;
	width: 300px;
	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: black;
}
.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{
	margin: 0 auto;
	width: 95%;
	box-shadow: 0px 0px 30px black;
	background: url('../img/logoco.png');
	background-repeat: no-repeat;
	background-position: 95% 25%;
	background-size: 200px 100px;
	background-attachment: fixed;
}*/
#principal{
	width: 90%;
	margin: 0 auto;
	box-shadow: 0px 0px 20px black;
	/*background: url('../img/vml_asesores_2.png');*/
	background-repeat: no-repeat;
	background-position: 100px 90px;
	background-size: 120px 70px;
	background-attachment: fixed;
}
#principal_inicio{
	width: 90%;
	margin: 0 auto;
	box-shadow: 0px 0px 30px black;
	/*background: url('../img/vml_asesores_2.png');*/
	background-repeat: no-repeat;
	background-position:70px 30px;
	background-size: 100px 50px;
	background-attachment: fixed;
}
#botones{
	margin: 0 auto;
	padding: 1%;
	background: #3B3F46;
	box-shadow: 0px 2px 2px 0px #3C5A8F;
	border-radius: 6px;
	display:inline-block;
    text-align:center;
}
#botones .accion{
	display: inline;
	margin: 0 auto;
}
/*.icono{
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 5px black;
	transition: transform 1s;
	font-size: 12px;
	padding: 2px;
	border-radius: 3px;
}
.icono:hover{
	transform: scale(1.1,1.1);
}*/
.icono {
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #2e466e;*/
}
.icono:hover {
	background:linear-gradient(to bottom, #408c99 5%, #70d2f5 100%);
	background-color:#408c99;
}
.icono:active {
	position:relative;
	top:1px;
}
.td_campo_form{
	background: #70a5ff;
	border: 1px solid black;
}
.campo_form{
	margin: 1%;
	padding: 0.3%;
	box-shadow: 0px 0px 1px 1px black;
	background: #6C7991;
	border: none;
	transition: box-shadow 0.25s;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
.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: 90%;
	text-align: center;
}
.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;
	background:  linear-gradient(blue,black);
	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 {
	background-color:#ccc6b6;
	border-radius:9px;
	border:1px solid #333029;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.enviar:hover {
	background-color:#e3dac3;
}
.enviar:active {
	position:relative;
	top:1px;
}
.eliminar {
	background-color:#70a5ff;
	border-radius:9px;
	border:1px solid #333029;
	display:inline-block;
	cursor:pointer;
	color:#505739;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.eliminar:hover {
	background-color:#960202;
	color:#FFFFFF;
}
.eliminar:active {
	position:relative;
	top:1px;
}


/*----------------------------------------------*/
.salircs{
	border: 0px;
	margin: 0.5%;
	padding: 0.3%;
	border-radius: 2px;


	color: white;
	transition: box-shadow 0.5s;
}
.salircs:hover{
	filter: opacity(.5);
	/*box-shadow:  0px 5px 10px black;
	text-shadow: 0px 0px 5px white;*/
}
/*------------------------------------------------*/

.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: 100px;
	display: table;
}
.itemmenu{
	margin: 0 auto;
	display: table-cell;
	width: 80px;
	height: 100px;
	box-shadow:inset 0px 0px 35px black;
	background: linear-gradient(rgba(0, 100, 255, 1) 10%,rgba(0, 144, 255, 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%;
}
.itemmenu:hover{
	height: 100px;
	box-shadow:inset 0px 30px 30px rgba(0,0,0,0.5);
	background: linear-gradient(rgba(0, 250, 255, 0.5),rgba(0, 144, 255, 0.1));
}
.icono_menu{
	width: 40%;
	height: 45%;
	align-content: center;
	/*margin: 0 auto;*/
	display: block;
	/*border-radius: 25%;
	/*background: rgba(0,0,0,0.2); 
	top: 10px;
	/*box-shadow: 0px 0px 0px 1px black;*/
	transition: box-shadow 0.5s, background 1s;
}
.itemmenu:hover .icono_menu{
	border-radius: 25%;
	box-shadow: 0px 0px 0px 1px black;
	background: rgba(255,255,255,0.5); 
} 
#submenu{
	margin:0 auto;
	width:100%;
	text-align: center;
	height: 140px;
	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: 0 auto;
	border: 0.5px dotted blue;
	box-shadow: 0px 10px 15px black;
	width: 40%;
	height: 300px;
	background: rgba(255,255,255,0.4);
	border-radius: 10px;
}
#login2{
	margin: auto;
	border: 0.5px dotted blue;
	box-shadow: 0px 10px 15px black;
	width: 35%;
	height: 870px;
	background: rgba(4,2,18,0.4);
	border-radius: 10px;
	float: left;
}
.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_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;
}
#videos{
	width: 80%;
	margin: 0 auto;
	padding: 1%;
	box-shadow: 0px 0px 30px blue;
	position: absolute;
}
/* MENU LATERAL*/
#scroll-menu{
	align-items: center;
	border: 1px solid;
	border-radius: 20px;
	display:scroll;
	position:fixed;
	bottom:320px;
	right: 10px;
}
.scroll-btn{
	max-width: 60px;
	height: 60px;
}
.scroll-btn:hover{
	max-width: 65px;
	height: 65px;
}
.flotante {
    	display:scroll;
        position:fixed;
        bottom:320px;
        right:0px;
}
/*
@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:absolute;
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(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}
*/
/*MENU PRINCIPAL*/
/* CSS Document */
