.header {
    /*background: #1e5799;*/ /* Old browsers */
    background: #F0E5BC;
    color:#200000;
}

.listado_img{
    width:25px;
    height:25px;
    cursor:pointer;
}

.form-actions{
    background-color: #F7FBF4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.legend_header{
    font-size:18px;
    padding-left:5px;
    color:white;
    background-color:#7AD573;
    border-top-left-radius:5px;
    border-top-right-radius:5px
}

table.table thead
{
    /*background: rgba( 27,100, 240, 0.8 );*/
    background: #F0E8BC;
    color: #380000;
}

.obs_prov{
    color:#1D3E94;                              
}

.obs_prov:hover{
    color:#F84A18;
     text-decoration:underline;
}

.text_obs{}

.text_obs:hover{
    text-decoration:underline;
}

.articulo-foto
{
    width: 200px;
    height: 200px;
}

.martop15px
{
    margin-top: 15px;
}
.martop10px
{
    margin-top: 10px;
}
.martop5px
{
    margin-top: 5px;
}

.marbottom0
{
    margin-bottom: 0px;
}

.clearfix
{
    display: block;
    clear: both;
}

.text_small{
    font-size:12px;
}

.w185px
{
    width: 185px;
}

.rel
{
    position: relative;
}

.block{
    display: block;
}

#articulo_foto_holder
{
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 5px;
    position: absolute;
}

#articulo_foto_holder .resize_screen{
    width: 200px;
    height: 200px;
    background: url('../img/trans-pattern1-25pc.png');
    position: relative;
    cursor: pointer;
}

#articulo_foto_holder .resize_screen span{
    background: #153E6A;
    color: #fff;
    position: absolute;
    padding: 4px;
    font-weight: bold;
    display: inline-block;
    bottom: 0px;
    border-radius: 5px 0px 0px 0px;
    right: 0px;
    font-size: 11px;
}


.table-min {
  padding:0px;
  margin:0px;
  font-size: .8em;
}

.table.table-min th {
  text-align: center;
  /* border: none; */
}
.table.table-min td.center {
    text-align: center;
}

.th-izq {
  border-left: 1px solid #AAA;
}

.th-der {
  border-right: 1px solid #AAA;
}

.th-abajo {
  border-bottom: 1px solid #AAA;
}

.table thead th.th-arriba {
  border-top: 1px solid #999;
}

.table thead th.th-top {
  vertical-align: top;
}

.center {
    text-align: center;
}

.table.table-min td.moneda {
    text-align: right;
}

#fixedtableheader0 {
    background: #FFF;
}


.cargando {
    width: 100%;height: 100%;
    overflow: hidden; 
    top: 0px;
    left: 0px;
    z-index: 10000;
    text-align: center;
    position:absolute; 
    background-color: #333;
    opacity:0.5;
    filter:alpha(opacity=50);
}