/* todas las noticias */

#show_all_search_form {
  margin:0px !important;
  float: right !important;
  background-color: #fff;
  text-align: left;
  width:560px;
  border:0px solid #ccc; 
}

#show_all_search_form h2 {
  border-bottom:1px solid #ccc;
  color: #163578;
  margin: 0;
  padding: 3px 0px 0px 0px;
  font-size: 14px;
 
}

#show_all_search_form .content {
  padding: 0px;
}

#show_all_search_form .form-row {
  padding:5px 0px 5px 0px;
}

#show_all_search_form .form-row label {
  float: left;
  width:110px;
  vertical-align: middle;
  padding-top:5px;
  margin:0px;
}

#updated_at_label {
  clear: both;
  padding:0px 0px 10px 0px;
  width: 100% !important
 
}

#show_all_search_form .form-row input,
#show_all_search_form .form-row select {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 21em;
  vertical-align: middle;
}



#show_all_search_form .form-actions {
  list-style: none;
  text-align: left;
  margin:3px 3px 3px 73px;
}

* html #show_all_search_form .form-actions {margin-left:100px;}

#show_all_search_form .form-actions li{
  display: inline;
}

#show_all_search_form .form-actions li input{
     width:115px;
     height:26px;
     margin:0px 10px 0px 0px;
     border:0px solid #999;
     text-transform:uppercase;
     font-weight: bold;
     font-size:10px;
     color:#000;
     background:#ccc;
     background:url(../../images/frontend/bn_enviar.gif);
     background-repeat:no-repeat;
     
     
}



/* Listing */

.show-all-item {
  margin: 0px;
  border-bottom: 1px solid #ccc;
  padding-top: 3px;
  width: 560px !important;
  float: right !important;
  font-family:sans-serif;
  font-weight: bold;
  color:#163578;
  font-size:11px;
}

.show-all-item .updated_at {
  color: #555;
}

.show-all-item .title {
  margin:  0 0 3px 0;
  font-family:sans-serif;
  color:#163578;
  font-size:11px;
}


.pagination {
  font-size: 12px;
  text-align: center;
  color: #555;
}

.pagination a {
  color: #555;
  font-weight: bold;
}

