#summary-window{
    position: fixed;
    top: 160px;
    z-index: 50;        
    height: auto;
    border:#d4d4d4 1px solid;
    border-radius: 10px;
    right: 10px;        
    padding: 10px;
    font-size: 10px;
}


.titulos {
    color: #00369d;       
    text-align: center;
}

#IrArriba {
    position: fixed;
    bottom: 30px;
    right: 30px; 
}

#IrArriba span {
    width: 60px;
    height: 60px;
    display: block;
    background: url(http://lh5.googleusercontent.com/-luDGEoQ_WZE/T1Ak-gta5MI/AAAAAAAACPI/ojfEGiaNmGw/s60/flecha-arriba.png) no-repeat center center;
}

input.error, select.error{
    border: 1px solid red!important;
    background-color: #ffffd5 !important;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: red!important;
}

/*Tabla dashboard*/

#table-dashboard{
    font-family:"Calibri","Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size:14px;
    width:480px;
    text-align:left;
    border-collapse:collapse;
    margin:20px 20px 20px 0px;
}
#table-dashboard th{
    font-size:16px;
    
    /*color:#0078cf;*/
    color:#00369d;
    padding:12px 15px;
    font-weight: bolder;
}
#table-dashboard td{
    color:black;
    border-top:1px solid  #CCC;
    padding:10px 15px;
}
#table-dashboard tr:hover td{
    color:black;
    background:#f5f5f5;
}

.title_asing{        
    background-color: #ffef8f; 
    cursor: help;
    text-align: center;
}


 #normal{
 width:100%;
 
}    



/*Tabla de resumen de solicitudes*/

.resumen{

    float:left;

    margin:15px 0 25px;
    padding-top:6px;
    background: #ffffff;
    border: #CCCCCC 1px solid;    
    /* CSS3 */
    border-radius:         12px;
    -webkit-border-radius: 12px;
    -moz-border-radius:    12px;
    -o-border-radius:      12px;
    -khtml-border-radius:  12px;
}
.resumen .c_left {
    border-right:1px solid #CCCCCC;
    font-size:12px;
    font-weight:bold;
    vertical-align:top;
    width:100px;
}
.resumen .no_line {
    border-top:medium none;
}
.resumen .r_name {
    background:none repeat scroll 0 0 #FFFFFF;
    font-size:12px;
    font-weight:bold;
}
.resumen .wrap {
    /*background:url("../../images/common_pro_con_bg.png") no-repeat scroll -3000px bottom transparent;*/
    float:left;
    padding-bottom:3px;
    width:100%;
}
.resumen table {
    /*border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;*/
    float:left;
    
}

.resumen .check {
    /*border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;*/

    background-color: #F3F3F3;
}
.resumen td {
    border-top:1px solid #CCCCCC;    
    color:#333333;
    font:11px/20px arial;
    padding:5px 10px;
}

.resumen ol{
    list-style-type: decimal-leading-zero; 
    padding-left: 2em;
}



.contentHolder { position:relative; padding:0px; width: 100%;  overflow: hidden; }
.contentHolder .content { width: 2700px; }


/* Ventana Resumen de Productos */

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    _margin-bottom:1px;
}
#bit, #bit * {
    *zoom: 1;
}
#bit {
    font: normal 13px "Helvetica Neue", sans-serif;
    _display: none;
}
.loggedout-follow-shelf {
    position: fixed;
    right: 40%;
    z-index: 999999;
    bottom: -300px;
}
.loggedout-follow-normal {
    position: fixed;
    z-index: 999999;
    bottom: -300px;
    right: 10px;
    bottom: 0px;
}
.loggedout-follow-typekit {
    margin-right: 4.5em;
    position: fixed;
    z-index: 999999;
    bottom: -300px;
    right: 10px;
}
#bit a.bsub {
    display: block;
    overflow: hidden;
    padding: 0 10px 0 8px;
    float: right;
    text-decoration: none !important;
    line-height: 28px;
    font: normal 13px/28px "Helvetica Neue", sans-serif;
    color: #CCC;
    text-shadow: #444 0px -1px 0px;
    letter-spacing: normal;
    border: 0;
    background-color: #464646;
    background-image: -ms-linear-gradient(bottom, #464646, #3f3f3f 5px);
    background-image: -moz-linear-gradient(bottom, #3f3f3f, #464646 5px);
    background-image: -o-linear-gradient(bottom, #464646, #3f3f3f 5px);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#3f3f3f));
    background-image: -webkit-linear-gradient(bottom, #3f3f3f, #464646 5px);
    background-image: linear-gradient(bottom, #464646, #3f3f3f 5px);
    -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
    -o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
    box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
    outline-style: none;
    outline-width: 0;
}
#bit a.bsub {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px0 0 0;
}
#bit a.bsub span {
    background: url(http://3.bp.blogspot.com/-N4yN6QzqgTw/UJfmfK9q1eI/AAAAAAAARGA/c_46YidvdVM/s1600/wpcom-admin-bar-icons.png) 0 -77px no-repeat;
    padding-left: 19px;
}
#bit a:hover span, #bit a.bsub.open span {
    color: #ffffff !important;
    background-position: 0 -117px;
}
#bit a.bsub.open {
    background: #333;
}
#bitsubscribe {
    background: #464646;
    color: #fff;
    padding: 15px;
    width: 200px;
    margin-top: 27px;
    -moz-border-radius: 2px 0 0 0;
    -webkit-border-radius: 2px 0 0 0;
    -o-border-radius: 2px 0 0 0;
    -ms-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
    *float: right;
    *margin-right: -68px;
}
div#bitsubscribe.open {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
#bitsubscribe div {
    overflow: hidden;
}
#bit h3, #bit #bitsubscribe h3 {
    margin: 0 0 .5em 0 !important;
    font-family: "Calibri","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 0 #333;
    font-size: 20px;
    color: #fff;
    text-align: left;
}
#bit #bitsubscribe p {
    margin: 0 0 1em 0;
    *margin: 0 0 0 0;
    font: 15px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 0 #333;
    color: #fff;
}
#bitsubscribe p a {
    margin: 20px 0 0;
    color: #fff!important;
    text-decoration: underline;
}
#bit #bitsubscribe p.bit-follow-count {
    font-size: 13px;
}

#bitsubscribe.open {
    display: block;
}
#bsub-subscribe-button {
    text-align: center;
    margin: 0 auto;
}

#bitsubscribe ul li{
    list-style-type:none!important;
    color: #fff!important;

}

#bitsubscribe a{    
    color: #fff!important;

}

   
   .form-horizontal input[type="text"], input[type="password"]
{
  display: inline-block;
  height: 20px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  width: 200px;
  vertical-align: middle;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /*background-color: #FDFBBF;*/
  border: 1px solid #cccccc;
}

.form-horizontal label.error{
                font-size: 20px;
                margin-top: 0px;
                color: red;  
                padding-left: 10px
            }
 .form-horizontal input[type="button"]{
  font-size:14px;
  padding: 6px;
  line-height:1.4em;  
  text-transform:capitalize;
  font-family: Calibri;  
  color:#fff;
  border-color:#00369d;
 /* background:#5393c2;*/
  /*background:#5393c2;*/
  background:#00369d;
  /* gradient */
  /*background: -moz-linear-gradient(top, #5393c2 40%, #3a77a4);*/
  /*background: -webkit-linear-gradient(top, #5393c2 40%, #3a77a4);*/    
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00369d', endColorstr='#00369d');
  /* corner */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border:1px solid #00369d;
  /* shadow */
  
}
            
            