      /* Override some defaults */
  
   body {
	padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */
	background: url(../img/fondo.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}
      .container > footer p {
        text-align: center; /* center align it with the container */
      }
      .container {
        width: 1100px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
        
      }

      /* The white background content wrapper */
      .container > .content {
        background-color: #fff;
        padding: 20px;
        margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
        -webkit-border-radius: 0 0 6px 6px;
           -moz-border-radius: 0 0 6px 6px;
                border-radius: 0 0 6px 6px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
                box-shadow: 0 1px 2px rgba(0,0,0,.15);
                               
                
      }

      /* Page header tweaks */
      .page-header {
        background-color: #f5f5f5;
        padding: 5px 20px 10px;
        margin-left:-65px;
        min-width:720px;        
      }

      /* Styles you shouldn't keep as they are for displaying this base example only */
      .content .span10,
      .content .span4 {
        min-height: 450px;
      }
      /* Give a quick and non-cross-browser friendly divider */
      .content .span4 {
        margin-left: 0;
        padding-left: 19px;
        border-left: 1px solid #eee;
        
      }
      
      .rowconten{
          margin-top:100px;
      }

      .topbar .btn {
        border: 0;
      }
      
      .hero-unit{
          margin-top: -95px;
          margin-left: -45px;
          min-width: 900px;
          padding: 20px;
      }
      
      
.txtBuscar{
    margin-top: -10px;
    height:35px;
}

.page-header{
    height: 50px;
    min-width: 900px;
}

.cake-sql-log table th, table td {
  padding: 15px 10px 9px;
  line-height: 20px;
  text-align: left;
}





/** Paging **/

.infotabla{    
    background: #ddddd5;
    padding: 8px;
    height: 30px;   
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.infotabla-foot{
     background: #ddddd5;
    padding: 8px;
    height: 30px;   
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: -20px;
}


.infopaging{
    float: right;
    width: 30%;
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 10px;
      color: #555;
    text-shadow: 1px 1px 0 white;
}
.infopaging span{
    text-align: right;
}

.paging {
    float: left;
    width: 30%;
    text-align: left;
    width: 60%;
}

.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block;
        color: #fff;
         line-height: normal;
  border-bottom-color: #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
           
     background-image: -khtml-gradient(linear, left top, left bottom, from(#003772), to(#002e60));
    background-image: -moz-linear-gradient(top, #003772, #002e60);
    background-image: -ms-linear-gradient(top, #003772, #002e60);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003772), color-stop(100%, #002e60));
    background-image: -webkit-linear-gradient(top, #003772, #002e60);
    background-image: -o-linear-gradient(top, #003772, #002e60);
    background-image: linear-gradient(top, #003772, #002e60);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003772', endColorstr='#002e60', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #002e60 #002e60 #003772;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    
        color: #ccc;
         line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paging > span:hover {
	 background-color: #000;
        color: #ccc;
}
.paging .prev , .next{
    cursor: pointer;
  display: inline-block;
  background-color: #000; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#505050', GradientType=0);
  padding: 2px 4px 2px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 11px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
 
}


.paging .disabled {
	color: #ddd;
        background-color: #bbb; 
         line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
        
}
.paging .disabled:hover {
	color: #ddd;
        background-color: #bbb; 
         line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paging .current {
	color: #000;
        background-color: #bbb; 
         line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.ui-state-default a{
    font-weight: bold;
    text-shadow: 0px 0px 1px white;
}

th a.desc:after {
    content: " ⇡";
}

th a.asc:after {
    content: " ⇣";
}


.viewreg{
    text-align: right;
}




.acciones{
    opacity:0.1;

    filter: alpha(opacity=15);
}

.ocultar{
    display: none;
}

.toolsbar{
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: solid #ccc 1px;
}

.oscalert{
    display: none;
}


.toolsleft{
    float: left;
    width: 50%
}

.toolright{
    text-align: right;
    float: right;
    width: 45%;
    margin-top: 20px;
    margin-right: 10px;
        
}
.toolrightlogo{
    text-align: right;
    float: right;
    width: 45%;
    margin-top: 0px;
    margin-right: 10px;
        
}
.toolright  img{
  
    padding-right: 6px;
        
}

.menusuperior li{
	list-style: none;
	height: 15px;
	background-color: #EEEEE5;
	border-bottom: solid 1px #ccc;
	padding: 5px;
	width: 150px;
	margin-left:-35px;
}

