pre {
  white-space: normal!important;
}
body {
    background: #fff;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:100%;
    line-height:normal;
    margin:0pt;
    padding:0pt;
}
form {
    display: inline;
}

a {
    color: #333;
}

a:hover {
    color: #BBB;
    text-decoration: none;
}

a:focus {
  outline: none;
}
a img {
  border: 0;
}

h1 {
  font-size: 16px;
}
h2 {
  font-size: 13px;
  font-weight: bold!important;
  color: #000;
}


h3 {
  font-size: 12px;
  font-weight: bold;
  color: #0080ff;
}
.clear {
    clear: both;
}

#container {
    margin: 0 auto;
    width: 998px;
    /*
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;*/
    background: #fff;
}

#header {
    clear:both;
    margin:0px auto 0px;
    padding:0px;
    position:relative;
    height:303px;
    background: #111;
}


#categorias {
    padding-right: 5px;
    font-size: 11px;
}

#menu_tools {
    float:left;
    margin:0pt;
    padding: 0pt 0pt 0pt 5pt;
    font-size: 11px;
}

#menu_usuarios {
    float:right;
    margin:0pt;
    padding: 0pt 5pt 0pt 5pt;
    background: #D5DEB4;
    font-size: 11px;
    padding:0pt 0pt 0pt 10px;
}

#content {
    font-size: 12px;
    float:left;
    width:998px!important;
    margin: 0;
    padding: 0px;
}

#articulos {
    float:left;
    margin:0px 0px 0px 0px!important;
    width: 710px;
    padding: 0px;
    background: #fff;
}
#articulos_content {
  /*width: 618px;
  float:right;*/
}
#content_layout {
  /*padding: 0 5px;*/
}
#content_layout .content_titulo {
  letter-spacing:0.2em!important;
  font-size: 16px!important;
  color: #000;
  font-weight: bold;
  padding: 10px 0 10px 20px;
}

#content_layout .content_data {
  padding: 10px 30px;
}

#right {
    float:right;
    margin: 0;
    padding:0;
    width: 288px;
}

#publicidad_top {
  clear:both;
  margin: 0 9px;
  font-size: 10px;
  color: #999;
}
#publicidad_bottom {
  clear:both;
  position:relative;
  font-size: 10px;
  color: #999;
  padding: 25px 9px;
}

#publicidad_right {
    clear:both;
    margin: 10px 0pt 10px 0px;
    position:relative;
    font-size: 10px;
}

#publicidad_top .publicidad_link img, #publicidad_right .publicidad_link img, #publicidad_left .publicidad_link img, #publicidad_bottom .publicidad_link img {
  border: 0;
  padding: 0 0 5px 0;
  margin: 0 auto;
}

#mas_reciente  ul{
  background: #f4f7eb;
  font-size: 12px;
  list-style: none;
  margin: 0px;
  padding: 0px; 
  border: 1px solid #DCE0D1;
  height: 200px;
  overflow-y: scroll;
}
#mas_reciente  li{
  border-bottom: 1px dotted #d4d4d4;
  padding: 0px 0px 0px 10px;
}
#mas_reciente  li.ultimo{
  border-bottom: none;
}
#mas_reciente a {
  /*padding: 0px 0px 0px 10px;*/
}
#mas_reciente p {
  margin: 2px 0px 2px 0px;
  /*padding: 0px 0px 0px 10px;*/
  font-size: 11px;
  color: #999;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

#menu {
  text-align:left; font-family: Arial, verdana, sans-serif; position:relative; font-size: 9px;
  /*height:25px; */
  margin:0; padding:0; list-style-type:none;
  background: #212121;
  z-index: 1000;
}
#menu ul {
  padding:0; margin:0; list-style-type:none; /* for Firefox */
}
#menu li {
  float:left; position:relative;
}
#menu li a, #menu li a:visited {
  display:block;
  text-transform: uppercase;
  text-decoration:none; 
  color:#fff;
  float:left;
  padding: 3px 29px 2px 40px;
  margin-left: 1px;
  height:20px;
  line-height:20px;
  font-size: 12px!important;
  letter-spacing: 0;
}
* html #menu li a, #menu li a:visited {
  /*width:7em; w\idth:6em;*/ /* hack for IE5.5 */
}
#menu li a.drop, #menu li a.drop:visited {
  font-weight:bold;
}
#menu li ul {
  visibility:hidden;
  position:absolute;
  top:21px;
  left:0; height:0; overflow:hidden;
}
#menu table {
  margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
#menu li:hover a,
#menu li a:hover {
  text-decoration:none; 
  border:0;
  color: #999;
}
#menu li:hover ul,
#menu li a:hover ul {
  visibility:visible;
  height:auto; 
  width:12em;
  background:#fff;
  border:1px solid #ddd; left:0; 
  overflow:visible;
}
#menu li:hover ul li a,
#menu li a:hover ul li a {
  color: #000;
  display:block;
  font-weight:normal;
  background: transparent;
  text-decoration:none;
  height:auto;
  line-height:1.5em;
  padding:0.5em;
  width:11em;
  margin:0;
}
* html #menu li a:hover ul li a {
  width:10em; w\idth:9em; /* hack for IE5.5 */
}

#menu li:hover ul li a.drop,
#menu li a:hover ul li a.drop {
  font-weight:bold;
}
#menu li:hover ul li ul,
#menu li a:hover ul li a ul {
  visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
#menu li:hover ul li a:hover,
#menu li a:hover ul li a:hover {
  text-decoration: none;
  margin:0;
  background: #FFD299;
}
#menu li:hover ul li:hover ul,
#menu li a:hover ul li a:hover ul {
  visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
#menu li:hover ul li:hover ul.left,
#menu li a:hover ul li a:hover ul.left {
  left:-9.3em;
}
#menu li:hover ul li:hover ul li a,
#menu li a:hover ul li a:hover ul li a {
  display:block; height:auto;
}
#menu li:hover ul li:hover ul li:hover a,
#menu li a:hover ul li a:hover ul li a:hover {
  text-decoration:underline;
}


/*Menu portal*/
#menu_portal {
  width:177px;
  font-size: 10px;
  letter-spacing: .2em;
}
#menu_portal div.titulo {
  background: #3a3a3a;
  color: #fff;
  padding: 10px 0 10px 20px;
}
#menu_portal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index:1002!important;
}

#menu_portal ul li {
    z-index:1003!important;
    border-top: 1px solid #888;
    width:162px;
    background: #989BA3 url(/web/20130726064309im_/http://groupcargo.com.co/img/bg_menu.png) repeat-x!important;
    padding: 10px 0 5px 15px;
}
#menu_portal ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 150px;
  white-space:nowrap;
  overflow: hidden;
}

#menu_portal ul li a.drop {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/drop_menu.png) no-repeat right;
}

#menu_portal ul li a:hover /*Menu principal*/
{
    color:#000;
    z-index:1001!important;
}

#menu_portal ul ul li {
    /*width:180px!important;*/
    background-color:#efefef!important;
    z-index:1001!important;
}

#menu_portal ul ul li a {
    color:#000!important;
    z-index:1001!important;
}

#menu_portal li {
    position: relative;
    z-index:1001!important;
}

#menu_portal ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index:1001!important;
}

#menu_portal ul ul, #menu_portal ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index:1001!important;
}

/****************************/
div#menu_portal ul ul, div#menu_portal ul li:hover ul ul
{
    display: none;
}

div#menu_portal ul li:hover ul, div#menu_portal ul ul li:hover ul
{
    display: block;
}

li>ul
{ 
    top: auto;
    left: auto;
}





#menu_documentos {
  height: 20px;
}
#menu_documentos  ul{
  font-size: 12px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#menu_documentos li{
  position: relative; 
  float:left;
  display:block;
  margin: 0px 5px 0px 0px;
}


#footer {
  background: #3a3a3a;
  font-size: 11px;
  clear:both;
  margin: 0;
  padding:0;
  /*text-align: center;*/
}
#footer #footer_menu {
  float:right;
  /*width: 848px;*/
}
#footer #footer_menu ul {
  list-style: none;
  margin: 13px 0;
  padding: 0;
  z-index:1002!important;
}
#footer #footer_menu ul li {
  float: left;
}
#footer #footer_menu ul li a{
  margin: 0 10px;
  display:block;
  color: #fff;
}


#footer #createdBy {
	/*float: left;
	width: 150px;*/
	height: 40px;
	color: lightgray;
	line-height: 33px;
	margin-left: 15px;
	/* margin-top: 42px; */
	padding-top: 7px;
}
#footer #createdBy a {
  display: block;
}

.shadetabs {

  /*border-bottom: 1px solid gray;*/
  /* width: 90%; width of menu. Uncomment to change to a specific width */
  /*margin-bottom: 1em;*/
}

.shadetabs ul {
  padding: 3px 0;
  margin: 1px 0 0 0;
  font: bold;
  font-size: 9px!important;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
  display: inline;
  margin: 0;
}

.shadetabs li a {
  text-decoration: none;
  padding: 3px 0px;
  margin: 0;
  border: 1px solid #e9e9e9;
  color: #000;
  background: #fff;
  white-space: nowrap!important;
}

.shadetabs li a:visited {
  color: #2d2b2b;
}

.shadetabs li a:hover {
  text-decoration: underline;
  color: #2d2b2b;
  border-bottom: none;
}

.shadetabs li.selected {
  position: relative;
  top: 1px;
}

.shadetabs li.selected a { /*selected main tab style */
  /*background-image: url(/web/20130726064309im_/http://groupcargo.com.co/img/shadeactive.gif);*/
  border-bottom-color: white;
}

.shadetabs li.selected a:hover { /*selected main tab style */
  text-decoration: none;
}

.component {
  margin-top: 10px;
  background: #ff8400;
  border: 1px solid #ff8400;
  width: 212px;
}

.component h1{
  color: #000;
  font-size: 12px;
  margin: 3px 0px 3px 5px;
}

.component .component_content {
  background: #fff;
  padding: 2px;
  width:208px;
  border-top: 1px solid #f1f1f1;
}

#tab_content {
  width: 212px;
}


.cloud {
  text-align: justify!important;
}
.component_content a {
  display: inline;
  margin: 0px;
  padding: 0px 5px 0px 0px;
}

.uno {
  font-weight:100!important;
  font-size: 10px!important;
}

.dos {
  font-weight:200!important;
  font-size: 12px!important;
}

.tres {
  font-weight:300!important;
  font-size: 14px!important;
}

.cuatro {
  font-weight:600!important;
  font-size: 16px!important;
}

.cinco {
  font-weight:900!important;
  font-size: 18px!important;
}

.contentstyle {
  font-size: 11px;
  border-top: 1px solid #f1f1f1;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  height: 200px;
  width: 325px;
  overflow-y: scroll;
  background: #fff;
}

.contentstyle li {
  border-bottom: 1px solid #d4d4d4;
}

.doc_titulo {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}
.doc_tags {
}

.doc_descripcion {
  /*font-size: 14px!important;*/
  font-size: 14px!important;
  line-height: 20px!important;
}
.doc_leido {
  /*font-size: 11px!important;*/
  font-size: 12px!important;
  font-weight: bold;
}

.doc_contenido {
  font-size: 14px;
  line-height: 18px;

}

.listar_doc_titulo {
  margin: 10px 0px 0px 0px!important;
  /*font-size: 23px!important;*/
  color: #006;
}
.listar_doc_titulo a:hover, .listar_doc_titulo a:link, .listar_doc_titulo a:visited{
  /*color: #006;*/
}
.listar_doc_titulo a:link, .listar_doc_titulo a:visited {
  text-decoration: none;
}
.listar_doc_titulo a:hover {
  text-decoration: underline;
}

.listar_doc_categoria, .listar_doc_por, .listar_doc_tags, .listar_doc_leido, .listar_doc_creado, .listar_doc_tipo {
  color: #ff8400;
  font-weight: bold;
}

.listar_doc_por, .listar_doc_tags, .listar_doc_leido, .listar_doc_creado, .listar_doc_tipo {
  font-size: 10px!important;
}

.listar_doc_categoria a, .listar_doc_por a, .listar_doc_tags a, .listar_doc_leido a, .listar_doc_creado a, .listar_doc_tipo a {
  font-weight: normal;
}
.listar_doc_foto {
  float: left;
  margin: 0 10px 5px 0;
}
/*.listar_doc_por {
  font-size: 10px!important;
  color: #ff8400;
}
.listar_doc_tags {
  font-size: 10px!important;
  color: #ED2A0E;
}
.listar_doc_tags a {
  font-size: 10px!important;
  font-weight: none;
}
.listar_doc_leido {
  font-size: 10px!important;
  color: #ED2A0E;
}

.listar_doc_creado {
  font-size: 10px!important;
  color: #ED2A0E;
}*/
.listar_doc_tipo {
  font-size: 12px!important;
}


.listar_doc_descripcion {
  font-size: 12px!important;
}

.listar_doc_publicado {
  font-size: 10px!important;
  color: #ED2A0E;
}

.listar_doc_autor {
  font-size: 10px!important;
}

.listar_doc_contenido {
  font-size: 12px!important;
}

.tag {
 color: #008ece;
 text-decoration: none;
}

/*label {
    padding:4px 4px 2px 0;
    border:none;
    color:#000;
    width: 250px;
    font-weight:bold;
}*/
label {
  font-weight: bold;
  padding: 2px 10px 2px 0;
}
label.requerido {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/requerido.png) no-repeat right 5px;
}


/* ---- Input ---- */
input, select, textarea{
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif!important;
    font-size: 11px;
    border: 1px solid #d4d4d4;
    background:#fff;
}
input {
    padding:3px 0 3px 4px;
    /*3px 0pt 3px 4px*/
}
input.submit {
    border-top:1px solid #ddd;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #7c7c7c;
    padding:0px 4px 0px 4px!important;
    background: #f4f4f4;
    font-weight: bold;
    margin: 2px 4px 2px 0px;
}
textarea {
    margin:2px 0 0 0;
    padding:3px 0 3px 4px;
    width:718px!important;
}

select {
    padding:1px 0 0 0;
    margin:1px 0 1px 0;
}

/*Mensajes al validar los campos*/
div#errorMessage, .error-message {
    color: #FF0000;
    font-weight: bold;
}

.form_error {
  background: #ffb5b5;
}

.widget {
  font-size: 10px;
  letter-spacing: .2em;
  background: #595959;
  color: #fff;
}
.widget div.titulo {
  background: #3a3a3a;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #555;
}

.widget div.content {
  color: #fff;
  padding: 10px 0 10px 37px;
}
.widget div.content label {
  display:block!important;
  padding: 7px 0px!important;
}
.widget div.content div.submit {
  padding: 10px 0;
}
.widget div.content a {
  color:#E47E00!important;
}

#breadcrumb {
  display: block;
  height: 16px;
}

#breadcrumb ul {
  font-size: 11px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  /*position:relative;*/
}

#breadcrumb li {
  margin:0;
  position: relative; 
  float:left;
  display:block;
  height:auto;
  text-align:left;
}
#breadcrumb li a {
  color: #333;
  /*font-weight: bold;*/
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
#documentos {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#documentos li {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


#content_documentos {
  padding: 0px 0px 0px 0px;
}

#content_documentos pre {
  white-space:normal!important;
}

#content_documentos .doc_por {
  /*color: #000;
  font-weight: bold;*/
  font-size: 12px!important;
  font-weight: bold;
}

#preview_content {
  width: 718px;
  border: 1px solid #c4c4c4;
  padding: 2px;
}

#doc_tools {
  margin: 10px 0 20px 0;
}
#doc_tools div.container {
  float:left;
  border-right: 1px solid #333;
  margin-right: 5px;
}

#doc_tools img {

}
#doc_tools a {
  text-decoration: none;
  padding: 1px 4px 1px 18px;
}
#doc_tools .rating {
  margin: 10px 0px;
}

.tool_enviar {
  float:left;
  margin:0pt;
}
/*.tool_enviar ul ul a:link {
  color:#008DEB;
}
.tool_enviar ul ul a:visited {
  color:#008DEB;
}
.tool_enviar ul ul a:hover {
  color:#008DEB;
}*/
.tool_enviar {
  list-style-type:none;
  margin:0pt;
  padding:0pt;
}
.tool_enviar li {
  float:left;
  position:relative;
  z-index:100;
}
.tool_enviar ul {
  height:0pt;
  position:absolute;
  width:109px;
  list-style-type:none;
  margin:0pt;
  padding:0pt;
}
.tool_enviar ul li {
  border: 1px solid #000;
  background:#FFF none repeat scroll 0%;
  font-size:0.6em;
  width:160px;
}
/*
.tool_enviar ul li:hover ul, .tool_enviar ul a:hover ul {
  visibility:visible;
}*/


#doc_tools a.enviar{
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/email.gif) no-repeat 0px 0px;
}

#doc_tools a.imprimir{
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/printer.gif) no-repeat 0px 0px;
}

#doc_tools a.comentar{
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/comment.gif) no-repeat 0px 0px;
}
#doc_tools a.compartir{
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/share.gif) no-repeat 0px 0px;
}
.recursos {
  border: 1px solid #ccc;
  margin:5px 0px;
  padding:5px 0px 5px 2px;
  width: 210px;
}

.recursos a{
  font-size: 11px;
  padding: 0px 0 0 20px;
  text-decoration: none;
}

.registrate {
  /*width: 100px;*/
}
.registrate a {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/registrarse.gif) no-repeat 0px 0px;
}

.rss {
/*  width: 60px;
  margin-left: 5px*/
}
.rss a {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/rss.gif) no-repeat 0px 0px;
}

.accede {
  /*width: 100px;
  margin: 5px 0px 0px 0px;*/
}
.accede a {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/status_suspended.gif) no-repeat 0px 0px;
}

.accede a.registrado {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/user_go.gif) no-repeat 0px 0px;
}

.publicar {
  /*width: 128px;
  margin: 5px 0px 0px 5px;*/
}
.publicar a {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/publicar.gif) no-repeat 0px 0px;
}

.ayuda {
  /*width: 60px;
  margin: 5px 0px 0px 5px;*/
}
.ayuda a {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/information.gif) no-repeat 0px 0px;
}

.blog a {
  background: transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/blog.gif) no-repeat 0px 0px;
}
#blogs ul {
  padding: 0px;
  margin: 0px 0px 0px 10px;
  list-style: none;
}
#blogs ul a {
  background: transparent!important;
}

#paginationportal {
  float: right;
}
.resultado ul{
  padding: 0px;
  list-style: none;
}
.resultado ul li{
  float: left;
  margin: 1px;
  padding: 1px 5px 1px 5px;
  background:#F9F9F9 none repeat scroll 0%;
  border: 1px solid #f1f1f1;
}

.resultado ul li a, .resultado ul li em {
}

#loginDiv{
  float:left;
}
#loginDiv form{
  border: 1px solid #999;
  display: block!important;
}
#signupDiv {
}

#signupDiv form{
}
#comment {

}
#myComment {
  width: 640px!important;
  height: 100px!important;
}

#myCommentSubmit {
  margin: 10px 0px 10px 0px;
}


ol#commentlist {
  list-style-type:none;
  margin:0pt;
  padding:0pt;
}

ol#commentlist li.alt {
  /*background:transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/separator_cmt.gif) repeat-y scroll 0pt;*/
  background: #E0E7EF;
}
ol#commentlist li {
  clear:both;
  float:left;
  width:100%;
  background: #EFF6FF;
  border-bottom: 1px solid #fff;
}

ol#commentlist {
  list-style-type:none;
}
ol#commentlist p {
  /*line-height:21px;*/
}

.cmt-main {
  /*background:#101010 url(/web/20130726064309im_/http://groupcargo.com.co/img/separator_title.gif) no-repeat scroll 0% 100%;*/
  background: #f5f5f5;
  margin:0pt 0pt 0pt 150px;
  border-bottom: 1px solid #eee;
  position:relative;
}
.cmt-meta {
  /*background:transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/separator_meta.gif) no-repeat scroll 0pt;*/
  /*background: #f8f8f8;*/
  float:left;
  padding:20px 0pt;
  width:150px;
}

.cmt-author {
  background:transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/indicator_date.gif) no-repeat scroll right center;
  display:block;
  font-weight:bold;
  padding:0pt 15px;
}
.cmt-text {
  margin:0pt 0pt 0pt 10px;
  padding:8px 10px 8px 0pt;
}
.cmt-text p{
  word-wrap: break-word!important;
}
.cmt-date, .cmt-time {
  display:block;
  padding:0pt 15px;
}

.autor {
}

.autorNombre {
  font-weight: bold;
}
.autorEmail {
}
.autorResumen {
}

#recomendados {
  border: 1px solid #f1f1f1;
}
#recomendadosTitulo {
  background:#F9F9F9 none repeat scroll 0%;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 10px;
  color: #666;
  font-weight: bold;
}
#recomendadosContenido {
}

#recomendadosContenido ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#recomendadosContenido ul li {
  border-bottom: 1px dotted #EAEDDF;
  padding: 5px 0px 5px 10px!important;
}
.paginar {
  color: #aaa;
  font-size: 13px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  letter-spacing: 9px;
}




/********
POST
**********/

.post {
  /*clear:both;*/
  overflow:hidden;
  padding:0px;
}
.post .date {
  background:transparent url(/web/20130726064309im_/http://groupcargo.com.co/img/calendar.gif) no-repeat scroll 0%;
  color:#666666;
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  font-size:22px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  height:50px;
  line-height:100%;
  padding:0px 2px 0pt 0pt;
  text-align:center;
  width:45px;
}
.post .date span {
  color:#FFFFFF;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  height:16px;
  line-height:normal;
  padding-top:5px;
  text-align:center;
}
.post .title {
  /*float:left;*/
  margin-left:0px;
  /*width:575px;*/
  width: 100%;
}
.postdata {
  color:#999999;
  font-size:90%;
}
.postdata a, .postdata a:visited {
  color:#999999;
  text-decoration:none;
}
.postdata a:hover {
  color:#44A1D0;
  text-decoration:none;
}
.postdata .category {
  background:transparent url(/web/20130726064309im_/http://groupcargo.com.co/css/images/mini-category.gif) no-repeat scroll 0%;
  float:left;
  padding-left:18px;
}
.postdata .comments {
  background:transparent url(/web/20130726064309im_/http://groupcargo.com.co/css/images/mini-comment.gif) no-repeat scroll 0%;
  float:right;
  padding-left:18px;
}
.mini-add-comment {
  background:transparent url(/web/20130726064309im_/http://groupcargo.com.co/css/images/mini-down-arrow.gif) no-repeat scroll left center;
  float:right;
  padding-left:12px;
}
.entry {
  clear:both;
  padding:10px 0px 5px;
}

.postOwner {
  color: #999;
}
.post h2 {
  border-bottom:1px dotted #CCCCCC;
  font-family:"Lucida Grande",Arial,sans-serif;
  font-size:150%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:100%;
  margin:3px 0pt 2px;
  padding-bottom:4px;
}
.post h2 a, .post h2 a:visited {
  text-decoration:none;
}
.post h2 a:hover {
  color:#44A1D0;
  text-decoration:none;
}
/*h3 {
  color:#666666;
  font-family:"Lucida Grande",Arial,sans-serif;
  font-size:110%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:110%;
  margin:5px 0px;
}*/

#adjuntos {
  border:1px solid #F1F1F1;
}
#adjuntosTitulo {
  background:#F9F9F9 none repeat scroll 0%;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 10px;
  color: #666;
  font-weight: bold;

}
#adjuntosContenido ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#adjuntosContenido ul li {
  border-bottom: 1px dotted #EAEDDF;
  padding: 5px 0px 5px 10px!important;
}
#primeraplana {
  /*width: 359px;*/
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#primeraplana li{
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#primeraplana li .fecha, #primeraplana li .por {
  color:#856A27;
  font-size:10px;
}
#primeraplana li .titulo {
  color:#0000FF;
  font-size:18px;
  font-weight:bold;
}

#primeraplana li .descripcion {
  color:#000;
  font-size:12px;
}

.miniseccion {
}
.miniseccion .seccion {
  background:#9BC910 url(/web/20130726064309im_/http://groupcargo.com.co/img/seccionbg.png) repeat-x top;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
}
.miniarticulo {
  margin: 5px 0px 10px 0px;
}
.miniarticulo h2.titulo {
  color: #42599C;
  font-size: 12px;
}
#clearContent {
  clear:both;
  padding-top:15px;
}
#listar {
  list-style:none;
  padding: 0px; 
  margin: 0px;
}
#listar li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.ml {
  table-layout:fixed;
}
.ml * td {
  empty-cells:show;
  overflow:hidden;
  white-space:nowrap;
  width:100%;
}

#flashMessage {
  background:#FFFFD9  url(/web/20130726064309im_/http://groupcargo.com.co/img/messagebox_warning.png) no-repeat scroll 10px 50%;
  border:1px solid #DDDDDD;
  margin-bottom:10px;
  padding: 20px 5px 20px 80px;
}

#productos ul {
  padding:0; margin:0; list-style-type:none; /* for Firefox */
}

#productos ul li {
  border-bottom: 1px dotted #bbb;
}
#productos ul li a:hover .producto_wrapper {
  background: #e6ead1;
}
#productos ul li a {
  text-decoration: none;
}
#productos ul li a:hover .producto_titulo {
  color: #000;
  background: #fff!important;
  border: 1px solid #999;
}

.producto_wrapper {
  padding: 10px;
}
.producto_wrapper .producto_titulo {
  font-weight: bold;
  color: #000;
  background: #e6ead1;
  padding: 4px;
  border: 1px solid transparent;
}
.producto_wrapper .producto_desc img {
  float: left;
  margin: 10px;
}
.producto_wrapper .producto_desc {
  color: #000;
}
.escribanos img {
  float: right;
  margin-right: 36px;
}

table.mceVisualAid {
  width: 100%;
  border-collapse: collapse;
}

table.mceVisualAid td {
   padding: 2px 5px 2px 5px;
   text-align: left;
   color: #000;
   background: #f5f5f5;
   border-top: 1px solid #fafafa;
   border-right: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   border-left: 1px solid #fafafa;
   white-space: nowrap;
}

.menuWidget h1{
  background: #fff url(../img/bullet_gc.png) no-repeat left;
  padding: 20px 0px 15px 60px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 0!important;
}
.menuWidget p {
  margin: 2px!important;
}

div#box{width: 18em;padding: 20px;margin:0 auto;
    background:#E6E6E6;color:#000}

ul#homeWrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#homeWrapper li{
  width: 233px;
  height: 220px;
  float: left;
  /*padding: 20px 40px;*/
  margin:15px;
}
.homeWrapper {
  width: 233px;
}
.homeWrapper div.top {
  background: #fff url(../img/cuadrado_top.png) no-repeat top;
  height: 33px;
}
.homeWrapper div.top div.titulo {
  background: transparent url(../img/bullet_gc_p.png) no-repeat 10px 3px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 0 5px 50px;
}
.homeWrapper div.content {
  background: #fff;
  padding: 5px 15px;
  height: 160px;
	border-left: 1px solid #F47090;
	border-right: 1px solid #F47090;
} 
.homeWrapper div.bottom {
  background: #fff url(../img/cuadrado_bottom.png) no-repeat top;
  height: 25px;
}

.homeWrapper div.content div.masinfo a, .homeWrapper div.content div.masinfo a:hover {
  color:#0B4E68;
}



.rightWrapper {
  width: 231px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  color : #fff;
}
.rightWrapper div.top {
  background: #BA122B url(../img/cuadrado1_top.png) no-repeat top;
  height: 38px;
}
.rightWrapper div.top div.titulo {
  background: transparent url(../img/bullet_gc_p.png) no-repeat 10px 5px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 0 5px 50px;
}
.rightWrapper div.content {
	background: #F89090 url(../img/cuadrado1_content.png) repeat-x top left;
  padding: 5px 15px;
} 
.rightWrapper div.bottom {
  background: #F89090 url(../img/cuadrado1_bottom.png) no-repeat top;
  height: 25px;
}

.contactoWrapper {
  width: 231px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  color : #000;
}
.indicador-titulo {
	font-size: 14px;
	font-weight: bold;
}

.indicador-fecha {
	font-size: 10px;
	float: right;
}
.indicador-valor {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-shadow: #670A1A 0 -1.5px 1px;
	color: #E3E7F3;
	line-height: 18px;
	margin: 5px 0 2px 0;
}
/*
     FILE ARCHIVED ON 06:43:09 Jul 26, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:30:58 Dec 17, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.datanode: 99.796 (4)
  load_resource: 228.414
  captures_list: 104.483
  exclusion.robots: 0.186
  PetaboxLoader3.resolve: 177.946
  LoadShardBlock: 79.294 (3)
  CDXLines.iter: 20.392 (3)
  esindex: 0.013
  RedisCDXSource: 1.01
  exclusion.robots.policy: 0.174
*/
.logo-ksystem{
	    width: 25px;
		float: left;
		margin-right: 10px;
}

.navbar-toggler{
	background-color: firebrick !important;
}
.formularios{
	width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-width: inherit;
	width: -moz-available;
	border-width: 0;
}
#cotizacion{
	height: 2370px;
}
#contactenos{
	height: 683px;
}