* {
  margin:0;
  padding:0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background:#D6E3AE url(../img/bg.png) repeat-x;
}
br.clear {
  clear: both;
}
img {
  clear: both;
}
a {
  color: #003366;
}
a:hover {
  text-decoration: none;
}

h1 {
  padding: 20px 0 20px 0;
}

h2 {
  color: #B29200;
  background:transparent url(../img/icoarrow.png) no-repeat left center;
  padding: 10px 0 10px 40px;
  font-size: 22px;
  margin: 0 0 10px 0;
}

h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
}

#container {
  width:1006px;
  border-top: 15px solid #817458 ;
  margin: 0 auto;
  
}

#content {
  background: transparent url(../img/header_photo.png) no-repeat top;
  width: 974px;
  margin: 0 auto;
  /*padding: 5px 10px 10px 10px;*/
}

/*Header*/
#header {
  height: 106px;
  width: 974px;
  margin: 0 auto;
  background:transparent url(../img/logo.png) no-repeat left top;
}

#header .logo {
  background:transparent url(../img/logo.png) no-repeat right bottom;
  width: 260px;
  height: 50px;
  display: inline-block;
  float: left;
}

#header .logout {
  width: 500px;
  height: 25px;
  display: inline-block;
  float: right;
  color:#9D9C88;
  font-size:13px;
  font-weight: bold;
  font-style:italic !important;
  text-align: right;
  margin-top: 10px;
}

#header .logout .user {
  font-size: 16px;
}

#header .logout a {
  background: transparent url(../img/btnlogout_normal.png) no-repeat center top!important;
  color:#77A914;
  font-size:12px;
  font-weight:bold;
  line-height:15px!important;
  padding:4px 10px 3px;
  text-decoration:none;
}


#header .menu-light {
  width: 500px;
  height: 25px;
  display: inline-block;
  float: right;
  color:#9D9C88;
  font-size:13px;
  font-weight: bold;
  text-align: right;
  margin-top: 15px;
}

#header .menu-light a {
  color:#817458;
  font-size:12px;
  font-weight:bold;
  line-height:15px!important;
  padding:4px 10px 3px;
  text-decoration:none;
}


/*Footer*/
#footer {
  margin: 0 auto;
  background: #3A3A3A;
  border-top: 10px solid #817458;
  height: 40px;
}

/*Content layout*/
#content_data {
  
}

#content_layout {
  margin: 300px auto 0 auto;
  width: 697px;
  float: right;
}

/*Menu home*/
#menu_top {
  width: 260px;
  margin: 145px auto 0 auto;
  float: left;
}

#menu_top ul, #menu_top ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu_top ul {
  width: 220px;
  position:relative;
  text-align:left;
  margin: 0 auto;
}

#menu_top ul li {
  background:transparent url(../img/bg_green.png) repeat;
  /*display: inline;*/
}

#menu_top ul li.last {
  margin-right: 0;
}


#menu_top ul li a {
  display: block;
  font-size: 13px;
  padding: 8px 0 8px 0;
  text-decoration: none!important;
}

#menu_top ul li a:hover span{
  color: #000!important;
}

#menu_top ul li a span {
  color: #fff!important;
  padding: 0px 1.5em 0px 1em;
  font-weight: bold;
  display: inline-block;
  cursor: pointer!important;
}

/*Custom menu*/
#menu_top ul li.li_17, #menu_top ul li.li_18, #menu_top ul li.li_19, #menu_top ul li.li_20 {
  margin-top: 2px;
}

#menu_top ul li.li_17 {
  background:transparent url(../img/bg_red.png) repeat;
}

#menu_top ul li.li_18 {
  background:transparent url(../img/bg_orange.png) repeat;
}

#menu_top ul li.li_19 {
  background:transparent url(../img/bg_yellow.png) repeat;
}

#menu_top ul li.li_20 {
  background:transparent url(../img/bg_brown.png) repeat;
}

#menu_top ul li.li_17 a, #menu_top ul li.li_18 a, #menu_top ul li.li_19 a, #menu_top ul li.li_20 a {
  display: block;
  font-size: 13px;
  padding: 20px 0 20px 0;
  text-decoration: none!important;
  background:transparent url(../img/menu_arrow.png) no-repeat 95% center;
}
#menu_top ul li.li_17 a span, #menu_top ul li.li_18 a span, #menu_top ul li.li_19 a span, #menu_top ul li.li_20 a span {
  color: #fff!important;
  /*padding: 20px 1.5em 20px 2em;*/
  font-weight: bold;
}
/*fin custom menu*/

#menu_top ul li a span.noseparator {
  background: transparent;
}


#menu_top ul li a.selected {
  /*background: url(../img/tab-right.png) no-repeat 100% 0;*/
  /*padding: 15px 20px 25px 0;*/
  
}

#menu_top ul li a.selected span {
  /*background: url(../img/tab-left.png) repeat-x;*/
  /*padding: 15px 0 25px 20px;*/
  color: #9C8E29;
}

#menu_top ul li a.selected span {
  font-weight:bold;
}

#menu_top ul li a:hover span {
  color: #000!important;
}

ul.submenu {
  background:#E5E5E5 url(../img/bg-submenu.jpg) repeat-x scroll left top!important;
  font-family:Arial,Helvetica,sans-serif!important;
  height:23px!important;
  list-style-image:none!important;
  list-style-position:outside!important;
  list-style-type:none!important;
  margin:0!important;
  padding:6px 0 6px 0px!important;
}
ul.submenu li {
  display: inline;
}

ul.submenu li a {
  border-right:1px solid #E6E6E6;
  display:block;
  float:left;
  font-size: 10px;
  font-weight:bold;
  height:29px;
  line-height:23px;
  padding:0 5px;
}
ul.submenu li a.selected {
  background:transparent url(../img/arrow-selected.gif) no-repeat scroll center 22px;
  text-decoration:none;
}


/* Notices and Errors */
div.error-message {
  clear: both;
  color: #900;
  font-weight: bold;
}
p.error {
  background-color: #e32;
  color: #fff;
  font-family: Courier, monospace;
  font-size: 120%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}
p.error em {
  color: #000;
  font-weight: normal;
  line-height: 140%;
}
.notice {
  background: #ffcc00;
  color: #000;
  display: block;
  font-family: Courier, monospace;
  font-size: 120%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}
.success {
  background: green;
  color: #fff;
}

#flashMessage, #authMessage {
  border: 1px solid;
  margin: 0;
  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);
}
.message, .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 {
  /*clear: both;*/
/*  margin-right: 20px;*/
  padding: 0;
/*  width: 80%;*/
}
fieldset {
  -moz-border-radius-bottomleft:10px;
  border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  
  -moz-border-radius-topright:10px;
  border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  
  -moz-border-radius-topleft:10px;
  border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  
  -moz-border-radius-bottomright:10px;
  border-radius-bottomright:10px;
  -webkit-border-top-right-radius:10px;
  
  background-color:#F0EFEB;
  border:1px solid #F0EFEB;
  clear:both;
  margin:1.2em 0 1.2em 0.3em;
  padding:1em 1.4em 1.4em;
}

legend {
  background:transparent;
  color:#636466;
  font-size:1.2em;
  font-weight:bold;
  margin:0 -0.4em;
  padding:0.2em 0.8em;
}

fieldset fieldset {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 16px 10px;
}
fieldset fieldset legend {
  font-size: 120%;
  font-weight: normal;
}
fieldset fieldset div {
  clear: left;
  margin: 0 20px;
}
form div {
  vertical-align: text-top;
}
form textarea {
  line-height: 14px;
  min-height: 100px;
  width: 95%;
}

input {
  background-color:#FFFFFF;
  border:1px solid #838B97;
  width:97%;
}
input, textarea, select {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  color:#000000;
  font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  font-size:1.1em;
  padding:3px;
  background:#FFF url(../img/form-input-shadow.png) no-repeat scroll 0 0;
}

select {
  font-size:11px!important;
}
.checkbox input {
  width: auto!important;
}

form div.error input, form div.error textarea {
  background: #F7EBF0;
}
.submit input {
  border: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding: 5px 18px 8px 16px;
  background:transparent url(../img/btn_search.png) no-repeat scroll right top!important;
  text-align: center;
  width: 85px!important;
}

.submit input.disabled {
  background-color:#ccc;
  cursor: text;
}

label {
  color:#636466;
  display:block;
  font-size:13px;
  font-weight:bold;
  margin-top:10px;
}

.required label {
  padding-left: 20px!important;
  background: transparent url(../img/required.png) no-repeat left 5px;
}
.field-group.required label {
  padding-left: 0;
}


/*Tabla admin*/
.tableContainer {
  border: 1px solid #999;
}

.index table, .related table {
  width: 100%;
  border-collapse: collapse;
  table-layout:fixed;
  background: #fff;
}
.index table th, .related table th {
   padding: 12px 5px 12px 5px!important;
   font-weight: bold;
   text-align: center;
   color: #685623;
   background: #ececec;
   background: transparent url(../img/bg_table.png) repeat-x left;
   border-top: 1px solid #E6D8B3;
   border-right: 1px solid #8F7630;
   border-bottom: 1px solid #8F7630;
   border-left: 1px solid #E6D8B3;
   
   white-space: nowrap;
}

.index table th a, .related table th a {
  color: #685623;
}

.index table td {
  color: #475455;
}

.index table td, .related table td {
  padding: 5px!important;
  border-bottom:1px solid #D9C48C;
}

.index table tr, .related table tr {
  background-image:url(../img/rowoff.png);
}
.index table tr.altrow, .related table tr.altrow {
  background-color:#FAF7F0;
  background-image:url(../img/rowoff.png);
}

.index table tbody tr:hover, .related table tbody tr:hover {
  background: #EEE3C9;
}

.index table * td, .related table * td {
  empty-cells:show;
  overflow:hidden;
  white-space:nowrap;
  width:100%;
  font-size: 11px;
}

.index table tfoot tr, .related table tfoot tr {
  border-top:1px solid #aaa;
}

.checkbox label {
  display: inline;
  padding-left: 10px;
}
/*Log sql*/
.cake-sql-log {
  padding: 2px;
}


.ad_link img{
  border: 0;
}
.advertisement {
  margin: 0 0 20px 0;
}
#fotogrande {
  margin: 0 5px;
}

.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;
  margin-top:9px;
  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;
}

/*Form login*/
div.login {
  width: 300px;
  margin: 0 auto;
}

/*Paging*/
.paging div {
  display: inline-block;
}

.paging span.current {
  color: #fff;
  background:transparent url(../img/active-page.gif) repeat-x scroll 0 100%;
  padding:2px 6px;
}

.paging span a {
  /*background:#D9D9D9 none repeat scroll 0 0;*/
  display:inline-block;
  color:#265A8C;
  text-decoration: none;
  padding:2px 6px;
}
.paging a:hover {
  border-color:#1B72CC;
}
.paging  span {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #9CCBF8;
  color:#265A8C;
  display:inline-block;
  left:-1px;
  
  position:relative;
  text-decoration:none;
  top:-1px;
}
.paging .disabled {
  color: #ccc;
}


/*Actions*/
.actions {
  padding: 15px 0 30px 0;
  margin-bottom: 15px;
}
.actions ul .actions ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.actions ul li {
  display:inline;
}

.actions ul li a {
  /*padding: 4px 10px;*/
}



/*View*/
dl {
	margin-bottom:50px;
}

dl dt {
/*	background:#5f9be3;
	color:#fff;*/
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding:5px;
	width:100px;
}

dl dd {
	margin:2px 0;
	padding:5px 0;
}


/*Search Engine Module*/
#searchengines {
  float: left;
  display: inline-block;
  width: 275px;
}
#search-list {
  width: 275px;
  height: 244px;
  border: 1px solid #999;
  overflow-y: scroll;
  overflow-x: hidden;
}

#searchengine-page {
  float: right;
  display: inline-block;
  width: 641px;
  height: 430px;
}
#searchpage {
  border: 1px solid #ccc;
}
div.submissions {
  height: 570px;
}

#search-list ul,  #search-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#search-list ul li {
  border-bottom: 1px solid #ccc;
}
#search-list ul li a {
  display: block;
  padding: 8px 0 8px 10px;
  overflow: hidden;
  color:#333333;
  text-decoration: none;
  background: #fafafa url(../img/bg_searchengine.png);
  line-height: 16px;
}
#search-list ul li a:hover {
  background: #FFFAF1;
}
#search-list ul li a:active {
  background: #F8FCFE;
}

#search-list ul li a.active {
  background: #E5F0FE url(../img/bg_searchengine.png) 0 31px;
}

#search-list ul li a span.searchengine {
  display: inline-block;
  float: left;
  width: 170px;
  padding-left: 20px;
}

#search-list ul li a.ok span.searchengine {
  background: transparent url(../img/status_searchengine.png) no-repeat top left;
}
#search-list ul li a.warning span.searchengine {
  background: transparent url(../img/status_searchengine.png) no-repeat 0 -16px;
}
#search-list ul li a.error span.searchengine {
  background: transparent url(../img/status_searchengine.png) no-repeat 0 -32px;
}
#search-list ul li a.inprogress span.searchengine {
  background: transparent url(../img/status_searchengine.png) no-repeat 0 -48px;
}

#search-list ul li a span.country {
  display: inline-block;
  width: 40px;
  float:right;
}

textarea#SubmissionComment {
  width: 270px;
}

div.captcha {
  margin: 5px;
  width: 300px;
}
div.captcha img {
  float: left;
  display:inline;
  border: 1px solid #ccc;
  margin: 10px;
}
div.captcha div.input {
  clear: none!important;
  float: right!important;
  display:inline!important;
  width: 100px!important;
}
div.captcha label {
  margin: 0!important;
}

.payment div.input {
  width: 210px!important;
  display: inline;
  margin: 0px 5px;
  float: left;
/*  background: #f00;*/
}


.filters .text input.search {
  background:transparent url(../img/wl.png) no-repeat scroll left top;
  border:medium none;
  color:#666666;
  display:block;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:16px !important;
  font-size-adjust:none !important;
  font-stretch:normal !important;
  font-style:normal !important;
  font-variant:normal !important;
  font-weight:normal !important;
  height:28px;
  line-height:normal !important;
  padding:6px 0 0 8px;
  width:100%;
}
.filters div.search_auto {
  background:transparent url(../img/wr.png) no-repeat scroll right top;
  height:34px;
  line-height:34px;
  margin-bottom:14px;
  padding-right:18px;
  width: 85%;
  float: left;
  display: inline-block;
}
.filters div.submit {
  display: inline-block;
  float: right;
  /*width: 10%;*/
}
.filters div.submit input {
  margin: 0;
  padding: 5px 18px 8px 18px;
  background:transparent url(../img/btn_search.png) no-repeat scroll right top!important;
  text-align: center;
  width: 85px!important;
}

.steps {

}
.steps strong em {
  color:white;
  padding: 0 2%;
}

span.setup-url {
  color:#666666;
  font-size: 16px;
  padding-left: 5px;
}

.newsWidget {
  margin: 0 0 20px;
}

.newsWidget .foto {
  width: 150px;
  border: 2px solid #A3CB68;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}

.newsWidget .title {
  font-weight: bold;
  margin: 5px 0 10px 0;
  display: inline-block;
}

div#info {
  width: 240px;
  margin: 20px auto 5px auto;
  font-size: 12px;
}

a#developed_by {
  margin: 5px;
  display: inline-block;
}
