* {
	margin: 0px;
	padding:0px;
}
h1 {
	font: bold 20px verdana, sans-serif;
}
h2 {
	font: bold 24px verdana, sans-serif;
}

h3 {
	font: 15px verdana, sans-serif;
}



hearder, section, footer, aside, nav, article, figure, figcaption, hgroup {
	display: block;
}

body {
        text-align: center;
}

#agrupar {
	width: 100%;
	margin: 0px auto;
	text-align: left;      
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a0d8ef+0,ffffff+53,feffff+100 */
        background: #a0d8ef; /* Old browsers */
        background: -moz-linear-gradient(top,  #a0d8ef 0%, #ffffff 53%, #feffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0d8ef), color-stop(53%,#ffffff), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #a0d8ef 0%,#ffffff 53%,#feffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #a0d8ef 0%,#ffffff 53%,#feffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #a0d8ef 0%,#ffffff 53%,#feffff 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #a0d8ef 0%,#ffffff 53%,#feffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d8ef', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}

#cabecera {
	width: 960px;
        height: 80px;
	margin: 0px auto;     
}

#agrupar_cuerpo {
	width: 960px;
	margin: 0px auto;     
        padding: 0px;
}


#logo {
    float:left;
    display: inline;
}

#name {
    text-align: right;
}


#titulo {
    display: block;
    padding: 25px 130px;
}


#menu {
	width: 960px;
	margin: 0px auto;
        margin-bottom: 2px;
	text-align: left; 
        border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.75);	
	background: #feb645;
	color: #000;
}

#menu ul {
	padding: 0px;
	margin: 0px
}

#menu ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#menu li {	
        position: relative;
	float: left;
	list-style: none;
	display: inline-block;
	padding: 5px;
	font: 12px verdana, sans-serif; color: #0066FF;
        
        
}

#menu li a {
	display: block;
	padding: 10px 20px;
	border-left: 0px solid #999;
	border-right: 1px solid #222;
	color: #000;
	text-decoration: none;
}

#menu li:nth-child(6) a {
	display: block;                
	padding: 10px 25px;
	border-left: 0px solid #999;
	border-right: 1px solid #222;
	color: #000;
	text-decoration: none;
}


#menu li:nth-child(7) a {
	display: block;
	padding: 3px 15px;
	border-left: 0px solid #999;
	border-right: 1px solid #222;
	color: #000;
	text-decoration: none;
}


#menu li a:focus {
	outline: none;
	text-decoration: underline;
}

#menu li:first-child a {
	border-left: none;
}

#menu li.ultimo a {	
        border-right: none;
	border-left:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#menu li:hover ul {
	display: block;
}

#menu a span {
	display: block;
	float: right;
	margin-left: 5px;
}

#menu ul ul {
	display: none;
	width: 100%;
	position: absolute;
	left: 0px;
	background: #CCCCCC;
	
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	background-color: #CCCCCC  /* rgba(253,237,178,0.8); */
}

#menu ul ul li {
	float: none;
	border-left: 0px solid rgba(0,0,0,0.1);
	border-right: 0px solid rgba(0,0,0,0.1);
}

#menu ul ul a {
	padding: 5px 10px;
	border-left: none;
	border-right: none;
	font-size: 14px;        
}

#menu  ul ul a:hover {
	background-color: rgba(251,224,128,.9);
}

#seccion {
	float: left;
	width: 715px;
        height: 350px;
	margin: 0px 0px;
        margin-bottom: 5px;
        margin-left: 20px;
        border: 1px solid rgba(0,0,0,0.2);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100,e5e5e5+47;White+3D */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%, #e5e5e5 47%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5), color-stop(47%,#e5e5e5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%,#e5e5e5 47%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%,#e5e5e5 47%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%,#e5e5e5 47%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%,#e5e5e5 47%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        
}

#columna {
	float: left;
	width: 220px;
        height: 350px;
	margin: 0px 0px;
        margin-bottom: 5px;
	padding: 0px;
	border: 1px solid rgba(0,0,0,0.2);
       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100,e5e5e5+47;White+3D */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%, #e5e5e5 47%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5), color-stop(47%,#e5e5e5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%,#e5e5e5 47%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%,#e5e5e5 47%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%,#e5e5e5 47%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%,#e5e5e5 47%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

#enc_servicios{
        width: 100%;
        height: 37px;
	margin: 0px auto;
	text-align: left;    
        background: #feb645;
        border-radius:  0px 0px 0px 10px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.75);               
}

#titulo_cuadro_servicios, #titulo_cuadro_trabajo{
    padding-left: 10px;
    padding-top: 7px;
}

#menu_vertical {
	width: 200px;
        padding-left: 10px;
        padding-top: 15px;
        text-align: left;         
}

#menu_vertical ul {
	padding: 0px;
	margin: 0px;        
}

#menu_vertical li {
        width: 100%;
	float: left;
	list-style: none;	        
	font: 12px verdana, sans-serif; color: #0066FF;        
}

#menu_vertical li a {
        width: 100%;
	display: block;
	padding: 16px 20px;
	color: #000;
	text-decoration: none;
}

#menu li a:focus {
	outline: none;
	text-decoration: underline;
}



#enc_seccion{
        width: 100%;
        height: 37px;
	margin: 0px auto;
	text-align: left;     
        background: #feb645;  
        border-radius: 0px 0px 0px 10px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.75);	
}


#pie {
	clear: both;
	text-align: center;
	padding: 20px;
	border-top: 2px solid #999999;
}

article {
	background: #FFFBCC;
	border: 1px solid #999999;
	padding: 20px;
	margin-bottom: 15px;
}

article footer {
	text-align: right;
}

time {
	color: #999999;
}
	
figcaption {
	font: italic 14px verdana, sans-serif;
}

.icon {
    float:left;
    width: 32px;
    margin:5px;
}


#ico_micuenta{                
    position: absolute;
    margin-top: -8px;
    margin-left: -28px;
    width: 27px;       
} 

#ico_logout{                    
    width: 27px;   
}

.img {
    float:left;
    width: 100px;
    margin:5px;    
}

#ico_cotizar{
    width: 22px;
    padding: 0px 5px;
}

#ico_sucursales{
    width: 22px;
    padding: 0px 5px;
}

#div_rastrear, #div_recoleccion, #div_enviar, #div_cotizar, #div_sucursales, #div_cobertura, #div_entrega  {
    padding: 5px;    
    display:none; 
    width: 715px; 
    height:350px; 
    max-height: 305px; 
    max-width: 705px; 
    overflow-y:auto;
    overflow-x:no-display;
    font: 12px verdana, sans-serif ;  
    text-align: left;
}

#tbl_rastrear{
    margin-top: 20px;
}

.btn {
    background: #f8f8f8;
    border: 1px solid #c6c6c6;
    display: inline-block;
    line-height: 23px;
    padding: 5px 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #FFA622;
    border-color: #E78282;
    font-weight: normal;
    margin: 30px 0 0 0;
    /* color: #838383; */
    position:relative; 
    right: 9px;
    bottom: 9px;
    font-size: 15px;
    width: 103px;
    height: 35px;
    outline: none;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);    
}

.input {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 8px;
    margin: 16px auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #838383;
    width: 409px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    height: 44px;
    font-size: 16px;
    text-align: left;
}

.txt_titulos {
    display: block;
    margin-top: 30px;
    padding: 3px 0px 9px;    
    font-size: 32px;
    width: 100%;
    text-align: center;
    font-weight: normal;    
    font-size: 15px;
}

#txt_02 {
    display: block;
    margin: 0px;
    padding: 3px 0px 9px;        
    width: 100%;
    text-align: center;
    font-weight: normal;    
    font-size: 12px;
}

#nueva_consulta{
      float: right;
      margin: 5px;
}