.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;	
	padding-left: 8px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(_images/flecha.html) no-repeat left;
}
.menu.statichoverstyle 
{
	background-color: Teal;
	color: White;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
}
.titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #FF6600;
}
.lineaarriba {	
	BORDER-BOTTOM: 1px solid #a9a9a9;
}
.miclase {	
	position:absolute;
	top:600px;
	left: 10px;
	width: 34px;
}

.lineaabajo {	
	border-top: 1px solid #a9a9a9;
}

.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #383838;
}
.contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.contenidoError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:White;
	font-weight: bold;	
}
.nota {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.mensaje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
}
A:hover {
  color:#ff6600;
  TEXT-DECORATION: underline;
}
A:link {
  text-decoration:none;  
}

A
{
    TEXT-DECORATION: none
}

td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 13px;
    line-height: 13px;
    color: #333333;
    margin-left: 40px;
    padding: 15px,15px,15px,15px;
}
.BordeTabla
{

            border-right: 1px solid #a9a9a9;
            border-top: 1px solid #a9a9a9;
            border-left: 1px solid #a9a9a9;
            border-bottom: 1px solid #a9a9a9;
            BACKGROUND-COLOR: #ffffe0;
}
body {

/* background-image:url(../Images/camion3.html);
background-repeat:no-repeat;
background-position:40% 5px;
background-attachment:fixed;
 */


  }
  
  input { color:#000; background:#FFFF99; border:1px solid #C4A810; }

.booton {
    background: "LightGoldenRodYellow";
}

/*Styles Tracking*/
/*#timeNovedad:hover::after{
    background: red;
    cursor: pointer;
    transition: 0.5s;
}*/
#timeNovedad:hover::after {
    border-left: 30px solid hsla(360, 100%, 50%, 1);
    transition: 0.5s;
}

#timeNovedad:hover {
    background: red;
    transition: 0.5s;
}
#timeNovedad:hover::after {
    border-left: 30px solid hsla(360, 100%, 50%, 1);
    transition: 0.5s;
}

#timeTransito:hover::after {
        border-left: 30px solid rgb(56, 112, 180);
        transition: 0.5s;
}
#timeTransito:hover {
    background: #3870B4;
    transition: 0.5s;
}

.tracking {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}
    
@media only screen and (max-width: 820px) {
    .tracking > li {
        vertical-align: top;
        margin: 4px;
        border-radius: 12px;
        overflow: hidden;
    }
}

@media (min-width: 820px) and (max-width: 1210px) {
    .tracking > li {
        display: table-cell;
        vertical-align: top;
        width: 1%;
        font-size: 8px
    }
}


@media (min-width: 1210px) and (max-width: 2000px) {
    .tracking > li {
        display: table-cell;
        vertical-align: top;
        width: 1%;
        
    }
}
    

        .tracking > li + li:before {
            padding: 0;
        }

    .tracking li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 15px;
        position: relative;
        display: inline-block;
        width: calc( 100% - 10px);
        background-color: hsla(0, 0%, 83%, 1);
        text-align: center;
        text-transform: capitalize;
    }

    .tracking li.completed a {
        background: hsla(153, 57%, 51%, 1);
    }

        .tracking li.completed a:after {
            border-left: 30px solid hsla(153, 57%, 51%, 1);
        }

    .tracking li.cancel a:after {
        border-left: 30px solid red;
    }

    .tracking li.active a {
        background: #ffc107;
    }

    .tracking li.cancel a {
        background: red;
    }

    .tracking li.active a:after {
        border-left: 30px solid #ffc107;
    }

    /* .tracking li:first-child a {
		padding-left: 15px;
	} */

    .tracking li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 3px;
        left: 100%;
        z-index: 1;
    }

    .tracking li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid hsla(0, 0%, 83%, 1);
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
    }


/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

    .timeline:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline .timeline-item:before,
        .timeline .timeline-item:after {
            content: "";
            display: table;
        }

        .timeline .timeline-item:after {
            clear: both;
        }

        .timeline .timeline-item .timeline-badge {
            color: #fff;
            width: 54px;
            height: 54px;
            line-height: 52px;
            font-size: 22px;
            text-align: center;
            position: absolute;
            top: 18px;
            left: 50%;
            margin-left: -25px;
            background-color: #7c7c7c;
            border: 3px solid #ffffff;
            z-index: 10;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

            .timeline .timeline-item .timeline-badge i,
            .timeline .timeline-item .timeline-badge .fa,
            .timeline .timeline-item .timeline-badge .glyphicon {
                top: 2px;
                left: 0px;
            }

            .timeline .timeline-item .timeline-badge.primary {
                background-color: #1f9eba;
            }

            .timeline .timeline-item .timeline-badge.info {
                background-color: #5bc0de;
            }

            .timeline .timeline-item .timeline-badge.success {
                background-color: #59ba1f;
            }

            .timeline .timeline-item .timeline-badge.warning {
                background-color: #d1bd10;
            }

            .timeline .timeline-item .timeline-badge.danger {
                background-color: #ba1f1f;
            }

        .timeline .timeline-item .timeline-panel {
            position: relative;
            width: 46%;
            float: left;
            right: 16px;
            border: 1px solid #c0c0c0;
            background: #ffffff;
            border-radius: 2px;
            padding: 20px;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline .timeline-item .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -16px;
                display: inline-block;
                border-top: 16px solid transparent;
                border-left: 16px solid #c0c0c0;
                border-right: 0 solid #c0c0c0;
                border-bottom: 16px solid transparent;
                content: " ";
            }

            .timeline .timeline-item .timeline-panel .timeline-title {
                margin-top: 0;
                color: inherit;
            }

            .timeline .timeline-item .timeline-panel .timeline-body > p,
            .timeline .timeline-item .timeline-panel .timeline-body > ul {
                margin-bottom: 0;
            }

                .timeline .timeline-item .timeline-panel .timeline-body > p + p {
                    margin-top: 5px;
                }

        .timeline .timeline-item:last-child:nth-child(even) {
            float: right;
        }

        .timeline .timeline-item:nth-child(even) .timeline-panel {
            float: right;
            left: 16px;
        }

            .timeline .timeline-item:nth-child(even) .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

    .timeline-horizontal:before {
        height: 3px;
        top: auto;
        bottom: 26px;
        left: 56px;
        right: 0;
        width: 100%;
        margin-bottom: 0px;
    }

    .timeline-horizontal .timeline-item {
        display: table-cell;
        height: 180px;
        width: 2%;
        max-width: 80px;
        float: none !important;
        padding-left: 0px;
        padding-right: 20px;
        margin: 0 auto;
        vertical-align: bottom;
    }

        .timeline-horizontal .timeline-item .timeline-panel {
            top: auto;
            bottom: 64px;
            display: inline-block;
            float: none !important;
            left: 0 !important;
            right: 0 !important;
            width: 100%;
            margin-bottom: 10px;
        }

            .timeline-horizontal .timeline-item .timeline-panel:before {
                top: auto;
                bottom: -16px;
                left: 28px !important;
                right: auto;
                border-right: 16px solid transparent !important;
                border-top: 16px solid #c0c0c0 !important;
                border-bottom: 0 solid #c0c0c0 !important;
                border-left: 16px solid transparent !important;
            }

        .timeline-horizontal .timeline-item:before,
        .timeline-horizontal .timeline-item:after {
            display: none;
        }

        .timeline-horizontal .timeline-item .timeline-badge {
            top: auto;
            bottom: 0px;
            left: 43px;
        }
