/* CSS to go with Prototip.Styles */
.prototip {
  font: 11px Arial, Helvetica, sans-serif;
  color: #000;
  font-family: 'Trebuchet MS','Lucida Grande','Verdana','Arial','sans-serif';
  font-size: 11px;
  text-align: left;
}

/* the default style */
.prototip .default {
  width: 250px;
  color: #5d5d5d;
  text-align: justify;
}
.prototip .default .toolbar {
  background: #fffaef;
  font-weight: bold;
}
.prototip .default .toolbar .close {
  width: 8px;
  height: 8px;
  margin-bottom: 5px;
}
.prototip .default .title { padding: 10px 10px 0px 10px; }
.prototip .default .content {
  padding: 0px 10px 10px 10px;
  background: #fffaef;
}
.prototip .default .content p{
  padding: 0px;
  margin-top: 0px;
}

/* basic */
.prototip .basic {
  width: 250px;
  color: #808080;
}
.prototip .basic .toolbar {
  background: #f1f1f1;
  font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
  padding: 5px;
  background: #fff;
}

/* basic */
.prototip .hint {
  width: 250px;
  color: #313120;
  background: #fff6aa;
}
.prototip .hint .toolbar {
  background: #fdf1a0;
  font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
  width:200px;
  color: #fff;
  margin-top: 10px;
  border: 7px solid #00AADC;
  background: #00AADC;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.90;
  text-align: center;
}
.prototip .protoblue .toolbar {
  background: #0d7cd0;
  font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
  padding: 0px;
}

.prototip .protoblue a {
  color: #fff;
  display: block;
  padding: 3px;
  font-weight: normal;
  margin-top:7px;
  text-decoration:none;
}
.prototip .protoblue a:first-child {
  margin-top:0px;
}
.prototip .protoblue a:hover{
  background-color: #fff;
  color: #0287B4;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.90;
}

/* creamy */
.prototip .creamy {
  width: 250px;
  color: #bb9c61;
}
.prototip .creamy .toolbar {
  background: #f3edc2;
  font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
  background: #f8f4ca;
  padding: 5px;
}

/* filtro */
.prototip .filtro {
  width: 250px;
  color: #00AADC;
  font-weight: normal;
}
.prototip .filtro .toolbar {
  background: #e7faff;
}
.prototip .filtro .toolbar .close {
  width: 8px;
  height: 8px;
  margin-bottom: 5px;
}
.prototip .filtro .title { padding: 5px;font-size: 18px}
.prototip .filtro .content {
  background: #e7faff;
  color: #000;
  padding: 5px;
}
.prototip .filtro .content a{
  text-decoration: underline;
}

/* cupones */
.prototip .cupones {
  width: 150px;
  color: #00AADC;
  font-weight: normal;
  text-align: left;
}
.prototip .cupones .toolbar {
  background: #ffffff;
}
.prototip .cupones .toolbar .close {
  width: 8px;
  height: 8px;
  
}
.prototip .cupones .title { padding: 5px;font-size: 18px}
.prototip .cupones .content {
  background: #ffffff;
  color: #00AADC;
  padding-left:20px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.prototip .cupones .content a{
  text-decoration: underline;
}

/* protogrey */
.prototip .protogrey {
  width: 250px;
  color: #fff;
  background: #fff;
}
.prototip .protogrey .toolbar {
  background: #969c92;
  font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
  color: #808080;
  padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
  width: 14px;
  height: 14px;
}

.prototip .blog {
  width: 250px;
  color: #fff;
  background: #31495a;
}
.prototip .blog .toolbar {
  background: #969c92;
  font-weight: bold;
}
.prototip .blog .title { padding: 5px; }
.prototip .blog .content {
  color: #31495a;
  padding: 5px;
}
.prototip .blog .content a {
  color: #fff;
  display:block;
  font-family: "Trebuchet MS", sans-serif;
}



/* loader gif */
.prototipLoader {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 14px;
  width: 14px;
  border: 1px solid #dddddd;
  overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */

