/* line 30, ../sass/vars.scss */
.blackShadow {
  text-shadow: 1px 1px 1px #000000;
  filter: dropshadow(color=black, offx=1, offy=1);
}

/* line 35, ../sass/vars.scss */
.clear {
  clear: both;
}

/* line 45, ../sass/vars.scss */
.bordeDerecha, .opciones .voteBar, .opciones .voteBar .votosProgress {
 /* -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;*/
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../sass/normal.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/normal.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/normal.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/normal.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/normal.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 63, ../sass/normal.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 71, ../sass/normal.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, ../sass/normal.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 89, ../sass/normal.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 106, ../sass/normal.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 114, ../sass/normal.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 125, ../sass/normal.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 134, ../sass/normal.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 151, ../sass/normal.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 164, ../sass/normal.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 181, ../sass/normal.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 186, ../sass/normal.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 195, ../sass/normal.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 222, ../sass/normal.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 230, ../sass/normal.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 234, ../sass/normal.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 238, ../sass/normal.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 248, ../sass/normal.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 253, ../sass/normal.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 258, ../sass/normal.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 263, ../sass/normal.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 267, ../sass/normal.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 277, ../sass/normal.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 283, ../sass/normal.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 307, ../sass/normal.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 317, ../sass/normal.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 320, ../sass/normal.scss */
body {
  line-height: 1;
}

/* line 323, ../sass/normal.scss */
ol, ul {
  list-style: none;
}

/* line 326, ../sass/normal.scss */
blockquote, q {
  quotes: none;
}

/* line 330, ../sass/normal.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 334, ../sass/normal.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, ../sass/main.scss */
body {
  font-family: Arial;
  color: #75787d;
  background: white;
  line-height: 1.42857;
}

/* line 13, ../sass/main.scss */
.wrapper {
  width: 92%;
  padding: 1% 4%;
  overflow: hidden;
}
/* line 20, ../sass/main.scss */
.left {
  float: left;
}

/* line 24, ../sass/main.scss */
.right {
  float: right;
}

/* line 29, ../sass/main.scss */
h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 5px 0;
}

/* line 34, ../sass/main.scss */
hr {
  margin: 10px 0;
  border-top: 1px dotted #cccccc;
}

.opcionesBotones{
	margin-top:10px;
}

/* line 39, ../sass/main.scss */
.opciones {
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 15px 0;
  line-height: 0;
}
/* line 46, ../sass/main.scss */
.opciones img {
  float: left;
  margin-right: 10px;
}
/* line 51, ../sass/main.scss */
.opciones p.titulo {
  font-weight: bold;
}
.opciones span.titulo {
  font-weight: bold;
}
/* line 55, ../sass/main.scss */
.opciones p {
  /*font-size: 0.57em;
  /*padding: 0 0 0.18em;
   line-height: 0;*/
}
/* line 59, ../sass/main.scss */
.voteBar{
  display: none;
  position: absolute;
  right: 0;
  padding-right: 4%;
  margin-top: -12px;
  font-size: 0.875em;
}
/* line 66, ../sass/main.scss */
.opciones .voteBar .votosProgress {
  background: #de051f;
  color: white;
  height: 15px;
  position: absolute;
  right: 65%;
}
.opciones .voteBar:last-child .votosProgress {
  background: #94c47f;
  color: white;
  height: 15px;
}
/* line 75, ../sass/main.scss */
.opciones .voteBar .votos {
  position: absolute;
  left: 10px;
  top: 5px;
  color: white;
}
/* line 85, ../sass/main.scss */
.opciones .voteBar .porcentaje {
  position: absolute;
  right: 10px;
  font-weight: bold;
  top: 4px;
  color:#ffffff;
}

/* line 97, ../sass/main.scss */
.boton {
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  float: left;
  background: #3e8621;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  width:130px;
  text-align:center;
}
.opcionesBotones .boton:last-child{
	margin-left:3px;
	background: #94c47f;
}
/* line 109, ../sass/main.scss */
.clear {
  clear: both;
}

/* formularios */
/* line 117, ../sass/main.scss */
form textarea {
  border: 1px solid #cccccc;
}
/* line 120, ../sass/main.scss */
form label {
  width: 50px;
  display: inline-block;
  font-size: 0.929em;
}
/* line 126, ../sass/main.scss */
form #pLeft {
width: 218px;
float: left;
}

/* line 131, ../sass/main.scss */
form #pRight {
width: 218px;
float: right;
margin-left: 0;
}

/* line 137, ../sass/main.scss */
form input {
  border: none;
  margin: 3px 0;
}
/* line 142, ../sass/main.scss */
form span.req {
  color: #fd2727;
  padding: 0 1px;
}
/* line 147, ../sass/main.scss */
form #msg {
  display: inline-block;
  width: 201px;
  float: left;
  font-size: 0.857em;
  color: #fd2727;
  padding-top: 12px;
}
/* line 156, ../sass/main.scss */
form h3 {
  margin: 10px 0;
}
/* line 159, ../sass/main.scss */
form .opciones {
  padding-bottom: 0;
}
/* line 161, ../sass/main.scss */
form .opciones #inf {
  margin-top: 20px;
  clear: both;
  display: inline-block;
  width: 100%;
}

/* line 170, ../sass/main.scss */
.cuenta {
  text-align: right;
  font-size: 0.714em;
}

.msg_success{
  color:#008FC7;
  font-weight: bold;
}
.msg_error{
  color:#D3556A;
  font-weight: bold;
}
.d-b{
  display: block;
}
.w15{
  width: 15%;
}
.w85{
  width: 85%;
}
.f-l{
  float: left;
}
.titulo p{
  font-size: 1em;
  color: #1e1e1e;
}
footer{
  background-color: #1a1f21;
  padding: 2%;
  height: 25px;
}
.fa{
  color: #fff;
  margin: 0 2%;
  font-size: 0.875em;
}
.w70{
  width: 70%
}
.w30{
    width: 30%;
  }
.w30, .w70{
    float: left;
  }
#footl{
  text-align: left;
}
#footr{
  text-align: right;
}
#votos{
  color: #fff;
  font-size: 0.875em;
  margin: 0 2%;
}
#btnenviar{
  padding: 5%;
  font-family: Arial;
  font-size: 0.875em;
  background-color: #de051f;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.opciones .contenedor div{
  color:#3c3c3c;
  font-size: 0.75em;
  padding-left: 33px;
}
#separador{
  color: #fff;
  font-size: 1.2em;
}
.opciones input{
  width: 25px;
}
.opciones{
  line-height: 12px;
}