﻿/*Etiqueta Foro*/
.ribbon {
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-family: Arial;
    /*font-size: 14px !important;*/
    margin: 5px 60px;
    position: absolute;
    text-align: center;
    width: 215px;
    z-index:100;
}


.ribbon h1 {
    font-size: 14px;
    margin: 0;
    padding: 5px;
}
/*.ribbon:before, .ribbon:after {
 content: '';
 position: absolute;
 display: block;
 bottom: -1em;
 z-index: -1;
}*/
 
/*.ribbon:before {
    border-left-color: transparent !important;
    border-right-width: 1.5em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    left: -2em;
}*/
/*.ribbon:after {
    border-left-width: 1.5em;
    border-right-color: transparent !important;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    right: -2em;
}*/
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 position: absolute;
 display: block;
 border-style: solid;
 bottom: -1em;
 content: '';
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
.ribbon-stitches-top {
 margin-top:2px;
 border-top: 1px dashed rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.ribbon-stitches-bottom {
 margin-bottom:2px;
 border-top: 1px dashed rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
.fix-content {
    height: 27px;
     margin-left: 10px;
    padding: 10px 0;
    position: relative;
    width: 240px;
}


/*Azul*/
.ribbon.blue2 {
    background: #0066ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#0548ab));
    background: -webkit-linear-gradient(top, #22458D, #0548ab);
    background: -moz-linear-gradient(top, #22458D, #0548ab);
    background: -ms-linear-gradient(top, #22458D, #0548ab);
    background: -o-linear-gradient(top, #22458D, #0548ab);
    margin-left:auto;
}
.ribbon.blue2 h1 {color: #FFFFFF;text-shadow: 0 1px 0 #277AF5;}
.ribbon.blue2 .ribbon-content:before, .ribbon.blue2 .ribbon-content:after {
 border-color: #062c66 transparent transparent transparent;
}
.ribbon.blue2:before, .ribbon.blue2:after {border: 1.5em solid #074cb3;}

/*botones GZero*/

.nw-btn {
    border-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 13px;
    font-family: Arial;
    line-height: 20px;
    margin: 0;
    padding: 3px 3px;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    color: #FFF !important;
    text-decoration: none !important;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 220px;
    margin:10px 0px 0px 10px;
}
.nw-btn:hover {
    text-decoration: none !important;
}
.nw-btn:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*Blanco*/
.nw-btn.white {
    background: #F5F5F5;
    background-image: linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E6E6E6),color-stop(1, #FFFFFF));
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
    color: #333 !important;
}
.nw-btn.white:hover {background:#E6E6E6;}
/*Negro?*/

.nw-btn.negro{
  background: #006699;
  margin-top:0px;
  border: none;
  color: #ffffff;
  font: 13px Tahoma, Arial, sans-serif;
  padding: 2px 2px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #333;
  letter-spacing: 1px;
  text-shadow: 0px -1px 0px #333333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8b8b8b), color-stop(0.5, #707070), color-stop(0.5, #5e5e5e), color-stop(1, #777777));
  background-image: -webkit-linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
  background-image: -moz-linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
  background-image: -ms-linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777); 
  background-image: -o-linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
  background-image: linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
}


/*Azul*/
.nw-btn.blue {
    background: #49AFCD;
    background-image: linear-gradient(bottom, #2F95B4 0%, #5BC0DE 100%);
    background-image: -o-linear-gradient(bottom, #2F95B4 0%, #5BC0DE 100%);
    background-image: -moz-linear-gradient(bottom, #2F95B4 0%, #5BC0DE 100%);
    background-image: -webkit-linear-gradient(bottom, #2F95B4 0%, #5BC0DE 100%);
    background-image: -ms-linear-gradient(bottom, #2F95B4 0%, #5BC0DE 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2F95B4),color-stop(1, #5BC0DE));
}
.nw-btn.blue:hover {background:#2F96B4;}