body {
  font-size:11px;
  font-family:Verdana,Tahoma,Arial,sans-serif;
  line-height:normal;
  margin: 0;
}
#container {
    margin: 0 auto;
    width: 986px;
    /*border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fff;*/
}

#header {
    height: 80px;
}

#bloc_logo {
  width: 390px;
  height: 80px;
}

#logo {
  background: transparent url(../img/logo.png) no-repeat 4px;
  padding: 14px 0 5px 60px;
}
#logo span {
  font-family: 'Garamond', 'GaramondPro';
  font-weight: normal;
  font-size: 35px;
  color: #999;
  letter-spacing: 1px;
  line-height: 25px;
}
#logo span.logo-aduana {
  color: #000;
  font-weight: 700;
  margin-right: 4px;
}
#logo span.logo-col {
  color: #003399;
  font-weight: 700;
}
#logo div.slogan{
  font-size: 11px;
  letter-spacing: .1px;
  color: #999;
}

#top {
  height: 43px;
  background: #173F77 url(../img/top.png) no-repeat 0pt 0pt;
}
#img_mundo {
  width: 272px;
  height: 273px;
  background: transparent url(../img/mundo.png) no-repeat 0pt 0pt;
  float: left;
}
#mundo_derecha {
  width:708px;
  float:right;
}
#slogan {
  height: 209px;
  background: transparent url(../img/slogan.png) no-repeat 0pt 0pt;
}
#login {
  width: 241px;
  height: 91px;
  float: right;
  background: transparent url(../img/login_pass.png) no-repeat 0pt 0pt;
}
#content {
  background:transparent url(../img/bg_page.png) repeat-y 0px 100%;
  padding: 0 3px;
}

#mundo {
  height: 310px;
  background:#fff url(../img/mundo_fondo.png) repeat-x 0px 0px;
}
#menu {
  padding-top: 30px;
  width: 550px;
  float: right;
  height: 17px;
}
#menu ul{
  padding: 0px 5px 0px 0px;
  margin: 0px;
  list-style: none;
  display: block;
  color: #666;
  float: right;
}

#menu ul li {
  display: block;
  float: left;
  padding: 10px 15px 12px 5px;
  background:transparent url(../img/separador_menu.png) no-repeat left bottom;
}
#menu ul li.primero {
  background: #fff;
}

#menu ul li a {
  color: #666;
  line-height: 12px;
  font-size: 12px;
  font : Arial;
  font-weight: bold;
  letter-spacing: -1px;
  background:transparent url(../img/ico_menu.png) no-repeat left bottom;
  padding: 0px 0px 2px 16px;
  text-decoration: none;
}
#menu ul li a:hover {
  background: #fff;
}


#main {
}

#main_left {
  width: 200px;
  float: left;
}

#main_content {
  margin-left: 200px;
  padding: 10px;
  border-left: 1px dotted #eaeddf;
}

#user_logged {
  margin: 0px 0px 0px 10px;
}

#footer {
  font-size: 11px;
  clear:both;
  margin:0px;
  text-align: center;
  background:transparent url(../img/bg_bottom.png) no-repeat 0px bottom;
  height: 60px;
}
#createdBy {
  background:transparent url(../img/bg_page.png) repeat-y 0px 100%;
}

#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;
}

/* ---- Input ---- */
input, select, textarea{
    font-family: Arial,Helvetica,sans-serif!important;
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #d4d4d4;
    background:#fff url(../img/bg_text.gif) repeat-x top;
    padding: 2px 2px 3px 4px!important;
}
.formFieldSmall input {
  margin: 0!important;
}
label {
  font-weight: bold;
  padding: 2px 10px 2px 0;
}
/*.text input {
  border: 1px solid #ccc;
  background: #fff url(../img/bg_text.gif) repeat-x;
  line-height: 10px; 
}*/

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;
}

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;
}

fieldset.filtros {
  border:1px solid #ddd;
  padding: 10px!important;
  margin: 0 0 10px 0;
  font-size: 12px;
}
legend {
  font-weight: bold;
}

.xls .x-btn-text {
  background-image: url(../img/xls.gif);
}

.titulo_seccion {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px 10px 20px;
}
#contactenos {
  background: #ddd;
  border: 1px solid #999;
  width: 330px;
  margin: 0 auto;
  padding: 10px;
}

.waiting {
	background-image:url('../img/waiting.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:white;
}

.bigWaiting {
	background-image:url('../img/bigWaiting.gif');
	background-repeat:no-repeat;
	background-position:center 20%;
	background-color:white;
}

.blackWaiting {
	background-image:url('../img/blackWaiting.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:black;
}

.bigBlackWaiting {
	background-image:url('../img/bigBlackWaiting.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:black;
}

/*
 * Estilos para extjs usado en el arancel
 */
.search-item {
  background: #fff;
  border-top:1px solid #fff;
  border-bottom:1px solid #aaa;
  padding: 4px 0px;
}
.search-item div {
  padding: 0px 4px 0px 10px;
}
.x-view-selected {
  /*background: #eff5fb url(images/selected.gif) no-repeat right bottom;*/
  background: #eff5fb;
  border-top:1px solid #fff;
  border-bottom:1px solid #99bbe8;
  padding: 4px 0px;
}
.x-view-over {
  background: #eee;
  border-top:1px solid #fff;
  border-bottom:1px solid #aaa;
  padding: 4px 0px;
}
.mensajeDemo {
  font-size:12px!important;
}

/*
#flashMessage, #authMessage {
  background:#FFFFD9  url(../img/messagebox_warning.png) no-repeat scroll 10px 50%;
  border-top:1px solid #DDD;
  border-left:1px solid #DDD;
  border-right:1px solid #DDD;
  border-bottom:1px solid #DDD;
  margin-bottom:10px;
  padding: 20px 5px 20px 80px;
}*/

/*.message_ok {
  background:#DEFFF7 url(../img/messagebox_ok.png) no-repeat scroll 10px 50%!important;
  border-color:#00D202!important;
}
.message_error {
  background:#FFE9F8  url(../img/messagebox_error.png) no-repeat scroll 10px 50%!important;
  border-color:#990000!important;
}*/


#flashMessage, #authMessage {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.msginfo {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../img/info.png);
}
.msgsuccess {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url(../img/success.png);
}
.msgwarning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../img/warning.png);
}
.msgerror {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../img/error.png);
}


.form-fields {
  background:#EEE none repeat scroll 0 0;
  border:1px solid #C4D3EA;
  clear:both;
  margin:0 0 0px 0.3em;
  padding:1em 1.4em 1.4em;
}

.form-fields legend {
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #C4D3EA;
  color:#336699;
  font-size:1.2em;
  font-weight:bold;
  margin:0 -0.4em;
  padding:5px 10px;
  text-transform:capitalize;
}
.form-fields .field-group {
  clear:both;
  float:left;
  margin:6px 0 4px;
  width:100%;
}
.form-fields label {
  color:#555555;
  float:left;
  font-size:12px;
  font-weight:bold;
  text-align:right;
  text-transform:capitalize;
  width:30%;
}

.form-fields input, .form-fields textarea, .form-fields select {
  background-color:#FFFFFF;
  border:2px solid #CCCCCC;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  color:#666666;
  font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  font-size:1.1em;
  margin-left:15px;
  padding:5px;
  width:60%;
}
.form-fields input.submit {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  background:#FFD300 none repeat scroll 0 0;
  border:3px solid #ffa300;
  color:#000;
  display:block;
  font-size:120%;
  font-weight:bold;
  letter-spacing:0;
  margin:0;
  min-width:120px;
  width:auto !important;
}
.form-fields .error-message {
  text-align: right;
  margin: 2px 20px 2px 0;
}

.escribanos {
  padding: 30px;
}
.required label {
  padding-left: 20px;
  background: transparent url(../img/requerido.png) no-repeat right 7px;
  border-bottom: #cc0000;
}
.field-group.required label {
  padding-left: 0;
  /*border-bottom: #cc0000!important;*/
}
.graphs {
	height: 200px;
/*	background: #efefef url(../img/bg_graphs.png) repeat-x left bottom;*/
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}
.graph-wrapper {
	margin: 10px 10px 0 30px;
	width: 400px;
	display: inline;
	float: left;
}
.graph-title {
	text-align: center;
	font-weight: bold;
}
#graph5, #graph6 {
	height: 160px;
	width: 400px;
}
.clear {
	clear: both;
}
.tooltip {
	font-size: 8px;
	color: #999;
}

h3.funcionalidad {
	padding: 5px 70px;
	font-size: 20px;
	color: #ddd;
	text-shadow: 0px -1px 0px #999;
	background-color: #fff;
}

/*DEMO*/
h3.demo {
	padding: 5px 70px;
	font-size: 20px;
	color: #999;
/*	color: #ccc;*/
/*	text-shadow: 0px -1px 0px #666;*/
}
.demo-wrapper {
	background: url("../img/bg_graphs.png") repeat-x scroll left bottom;
	padding: 10px 0 40px 0;
}

/*NEWS*/
h3.last-news {
	padding: 5px 70px;
	font-size: 20px;
	color: #999;
	text-shadow: 0px 1px 0px #fff;
	background-color: #ddd;
}
.tip {
	font-size: 8px;
}

ul#home-news {
  font-size:11px;
  margin:10px 0pt 0px 30px;
  height: 160px;
}
ul#home-news li {
  float:left;
  line-height:18px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0pt 15px 0pt 0pt;
  width:160px;
}

ul#home-news li.last {
  margin:0pt;
}
ul#home-news li img {
  margin:0pt 0pt 9px;
}
ul#home-news h3 {
  color: #333;
  line-height: 1.2em;
  font-size:11px;
  margin:0pt 0pt 3px;
}
ul#home-news a {
	color: #333;
}
ul#home-news a:hover {
	text-decoration: none;
}
ul#home-news p {
  color: #666;
  margin:0pt;
}
ul#home-news p a:link {
  color: #1969BC;
  text-decoration: none;
}
ul#home-news .news-created {
	font-style: oblique;
	color: #777;
}

#demo {
	padding: 0 70px;
}

#container-gratis {
	padding: 10px 55px;
}
