*{
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-family: 'Verdana', Georgia;
}

#header {
    background: url("http://138.117.76.170:10000/proxy/p2.php/Defunciones/bundles/theme/images/bannerfondo.png") repeat-x scroll 0 0 #ffffff;
    height: 126px;
    position: relative;
    width: 100%;
}
#datos-usuario {
    bottom: 0;
    font-weight: bold;
    position: absolute;
    right: 20px;
}
#contenedor {width: 1000px; 
             margin: 0 auto;}

#lateral { position: absolute; 
           float: left; 
           padding-left: 15px; 
           padding-top: 15px;
           width: 230px;}

#contenido {
    box-shadow: 0 0 3px;
    float: left;
    font-family: 'Verdana';
    font-size: 11px;
    width: 980px;
}

#pie{background:url("http://138.117.76.170:10000/proxy/p2.php/Defunciones/bundles/theme/images/pie.png") repeat-x; 
     height: 60px;
     color: #FFFFFF;
     padding: 12px;
     border-top: 2px solid #C5C5C5;}


#Principal {
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    margin-left: 260px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 12px;
}

#titulo {
    background: url("http://138.117.76.170:10000/proxy/p2.php/Defunciones/bundles/theme/images/pie.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 3px #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
}

#tablafiltros {
    width: 80%;
}

#tablafiltros input, #tablafiltros select {
    width: 100%;
}

#tablafiltros .filtros-tr{
    display: none;
}

#filtro-acciones {
    display: inline-block;
    margin: 15px;
    padding-right: 15px;
    width: 98%;
}



.img{
    cursor: pointer;
}

#Cuerpo{margin-top: 12px;
        border: 1px solid #C5C5C5;}

/*.error{
    background-color: red;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    position: absolute;
}
.error:before{  Este es un truco para crear una flechita 
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid red;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}*/
.buscar{
    background-image: url("http://138.117.76.170:10000/proxy/p2.php/Defunciones/bundles/theme/images/iconos/Buscar.png");
    height: 24px;
    width: 24px;
}

.form-button{
    width: 60px;
    height: 30px;
}

.verificacion{
    background-image: url("http://138.117.76.170:10000/proxy/p2.php/Defunciones/bundles/theme/images/iconos/Ojo.png");
    background-repeat:no-repeat;

    background-position:center;

}
.guardarimprimir{
    background-image: url("http://138.117.76.170:10000/proxy/p2.php/Defunciones/bundles/theme/images/iconos/Print.png");   
    background-repeat:no-repeat;

    background-position:center;
}
.guardar{
    background-image: url("http://138.117.76.170:10000/proxy/p2.php/Defunciones/bundles/theme/images/iconos/Guardar.png");   
    background-repeat:no-repeat;

    background-position:center;
}
.cancelar{
    background-image: url("http://138.117.76.170:10000/proxy/p2.php/Defunciones/bundles/theme/images/iconos/cancelar.png");   
    background-repeat:no-repeat;

    background-position:center;
}

.margin-top-20{
    margin-top: 20px
}

.margin-right-20{
    margin-right: 20px;
}

.margin-left-20{
    margin-left: 20px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}


/*Paginador*/
.paginador {
  text-align: center;
}
.pagination {
  display: inline;
}

.pagination  > a,
.pagination > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > span:first-child {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > a:hover,
.pagination > span:hover,
.pagination > a:focus,
.pagination > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

input, select {
    font-size: 12px !important;
    padding: 2px 5px;
}