
/*********************************/
/** Media Box estilos en negro  **/
/*********************************/





#mbOverlay {
    position: absolute;
    z-index: 9998;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
  }


#mbOverlay.mbOverlayFF {
    background: transparent url(../img/mediabox/80.png) repeat;
  }


#mbOverlay.mbOverlayIE {
    background: transparent url(../img/mediabox/50.gif) repeat;
  }


#mbCenter, #mbBottomContainer {
    position: absolute;
    z-index: 9999;
    left: 50%;
    overflow: hidden;
    background-color: #000;
  }


.mbLoading {
    background: #000 url(../img/mediabox/BlackLoading.gif) no-repeat center;
  }


#mbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #000;
    background-repeat: no-repeat;
    /*Sets the style for inline content, if no style is given*/font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    text-align: left;
  }

/*	Sets the style for inline content, if no style is given	*/




#mbImage a, #mbImage a:link, #mbImage a:visited {
    color: #ddd;
  }

/*	Sets the style for inline content, if no style is given	*/




#mbImage a:hover, #mbImage a:active {
    color: #fff;
  }


#mbBottom {
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 19px;
    font-size: 12px;
    color: #999;
    text-align: left;
    border: 10px solid #000;
    border-top-style: none;
  }


#mbTitle {
    display: inline;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
  }


#mbNumber {
    display: inline;
    color: #999;
    line-height: 14px;
    font-size: 10px;
  }


#mbCaption {
    display: block;
    color: #999;
    line-height: 14px;
    font-size: 10px;
  }


#mbPrevLink, #mbNextLink, #mbCloseLink {
    display: block;
    float: right;
    height: 20px;
    width: 75px;
    background: transparent url(../img/mediabox/BlackClose.gif) no-repeat center;
    margin: 0;
    outline: none;
  }


#mbPrevLink {
    width: 75px;
    background: transparent url(../img/mediabox/BlackPrevious.gif) no-repeat center;
  }


#mbNextLink {
    width: 75px;
    background: transparent url(../img/mediabox/BlackNext.gif) no-repeat center;
  }


#mbCloseLink {
    width: 75px;
    background: transparent url(../img/mediabox/BlackClose.gif) no-repeat center;
  }


#mbError {
    position: relative;
    top: 30%;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 10px solid #700;
    padding: 20px 10px 30px;
    margin: auto;
  }

/*********************************/
/** Ahora viene todo lo del tab **/
/*********************************/





#fuente_tabla {
    background-color: #336699;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    text-align: left;
  }


#divAlerta {
    background-color : #d8d8c0;
    background-position : center center;
    border-bottom-color : #0707f2;
    border-bottom-style : solid;
    border-left-color : #0707f2;
    border-left-style : solid;
    border-right-color : #0707f2;
    border-right-style : solid;
    border-top-color : #0707f2;
    border-top-style : solid;
    height : 80px;
    position : absolute;
    text-align : center;
    vertical-align : middle;
    visibility : hidden;
    width : 140px;
    z-index : 100;
  }


#divAlerta td {
    color : #000000;
    font-size : 12px;
    font-weight : bold;
    text-align : center;
  }


