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

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

/* line 51, ../sass/vars.scss */
.borde, #bullet, #icono {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*! 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-size: 14px;
  font-family: Arial;
  color: black;
  background: white;
  line-height: 1.42857;
}

/* line 13, ../sass/main.scss */
.wrapper {
  width: 466px;
  margin: 30px auto;
  overflow: hidden;
  background: #e5edf0;
 /* height: 422px;*/
}

/* line 21, ../sass/main.scss */
.wrapperInner {
  padding: 10px;
}

/* line 25, ../sass/main.scss */
.left {
  float: left;
}

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

/* line 34, ../sass/main.scss */
h3 {
  font-size: 1.143em;
  padding-top: 10px 0;
}

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

/* line 44, ../sass/main.scss */
#bullet, #icono {
  background: url("../img/bullet.jpg");
  height: 46px;
  width: 136px;
  line-height: 46px;
  color: white;
  text-align: center;
  float: left;
  font-weight: bold;
  font-size: 1.143em;
}

/* line 58, ../sass/main.scss */
#icono {
  font-size: 2.714em;
  width: 100px;
  margin-left: 5px;
  background: #bad6e1;
}

/* line 66, ../sass/main.scss */
#whiteSquare {
  margin: 5px 0 10px 0;
background: white;
padding: 20px 19px;
height: 410px;
position: relative;
}
/* line 71, ../sass/main.scss */
#whiteSquare #centro {
 width: 400px;
  margin: 0 auto;
  /* formularios */
}
/* line 74, ../sass/main.scss */
#whiteSquare #centro .txt {
  
  overflow: hidden;
}
/* line 82, ../sass/main.scss */
#whiteSquare #centro form#opMultiple .txt {
  color: #008fc7;
  font-size: 1.143em;
  line-height: 1.357em;
  margin-bottom: 30px;
  display:block;
}
/* line 89, ../sass/main.scss */
#whiteSquare #centro form#opMultiple label {
  width: 50px;
  display: inline-block;
  font-size: 0.929em;
}
/* line 95, ../sass/main.scss */
#whiteSquare #centro form#opMultiple span.txt {
  margin-left: 0;
}
/* line 99, ../sass/main.scss */
#whiteSquare #centro form#opMultiple p {
  /*float: left;*/
  margin-left: 10px;
}
/* line 105, ../sass/main.scss */
#whiteSquare #centro form#opMultiple input[type="radio"] {
  float: left;
position: absolute;
top: 0;
margin: 0;
}
/* line 108, ../sass/main.scss */
#whiteSquare #centro form#opMultiple .opcion {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  clear: both;
  position: relative;
}
/* line 115, ../sass/main.scss */
#whiteSquare #centro form#opMultiple .boton {
  margin-top: 15px;
}
/* line 121, ../sass/main.scss */
#whiteSquare #centro .tit {
  color: #008fc7;
font-size: 1.4em;
margin-bottom: 20px;
/* font-family: Georgia, "Times New Roman", Times, serif; */
font-weight: bold;
}
/* line 129, ../sass/main.scss */
#whiteSquare #centro .numbers {
  font-size: 1.143em;
}
/* line 131, ../sass/main.scss */
#whiteSquare #centro .numbers span {
  font-weight: bold;
}
/* line 136, ../sass/main.scss */
#whiteSquare #centro .msg {
  font-weight: bold;
  font-size: 1.143em;
  color: #646363;
  margin: 35px 0 70px 0;
  display:block;
}
/* line 146, ../sass/main.scss */
#whiteSquare #centro.fin .tit {
  color: #008fc7;
  font-weight: bold;
  font-size: 1.571em;
  margin: 66px 0 33px 0;
}
/* line 152, ../sass/main.scss */
#whiteSquare #centro.fin .msg {
  color: black;
  font-weight: normal;
}

/* line 166, ../sass/main.scss */
.boton {
  color: white;
text-transform: uppercase;
padding: 5px 10px;
background: #646363;
/* margin-bottom: 10px; */
border: none;
cursor: pointer;
bottom: 15px;
/*position: absolute;*/
}

/* line 177, ../sass/main.scss */
.clear {
  clear: both;
}

/* line 183, ../sass/main.scss */
.datos .txt {
  color: #008fc7;
  margin-bottom: 10px;
  zoom: 1;
}
/* line 188, ../sass/main.scss */
.datos input {
  border: 1px solid #bad6e1;
  margin: 4px 0;
}
/* line 193, ../sass/main.scss */
.datos label {
  width: 200px;
  display:  block;
}
/* line 198, ../sass/main.scss */
.datos label.small {
  width: 30px;
}
/* line 202, ../sass/main.scss */
.datos .boton {
  right: 13px;
bottom: 5px;
}

#respuestas_div{
  height: 410px; 
  overflow-y: scroll;
  padding: 0 25px 0 30px;
}   
.pregunta_t{
font-size: 12px;

}
.texto{
  font-size: 9px;
  color: #999;


}
.respuesta_t {
    font-size: 12px;
    padding: 3px 0 15px;
    color: #333;
}
.lista_preguntas{
  list-style-type:decimal;
}
.titulo_respuestas{
 font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px;
    text-align: center;
}
#resultados{
  margin: 0 0 0 0;
}
#terminos_div{
 border: 1px solid #aaaaaa;
height: 272px;
overflow-y: scroll;
width: 406px;


}
#acepto{
/* position: absolute; */
top: 20px;
left: 16px;
margin-top: 20px !important;
}
#titular{
color: #008fc7;
font-size: 1em;
line-height: 1.357em;
margin-bottom: 20px;
overflow: hidden;
  }
  #titular p{
    margin-bottom: 20px;
font-size: 1.4em;
  }

#terminos_label{
color: #646363;
font-weight: bold;
}
.pregunta_imagen{
 height: 125px;
width: 28%;
display: inline-block;
float: left;


}
.respuesta_imagen{
 height: 66px;
width: 90%;
position: absolute;
}
#img-op{
 float: left;
position: relative;
overflow: hidden;
width: 81px;
height: 63px;
}
#txt-op p{
  margin-left: 15px !important;
}

.wrapper { background: #f0e6e5;}
.boton { background: #de051f;}
#titular,#whiteSquare #centro form#opMultiple .txt,.datos .txt,#whiteSquare #centro .tit {color: #000;}
#icono{background:#e1baba;}

@media only screen and (max-width: 350px) {
  #whiteSquare #centro {
        width: auto;
  }
  .wrapper {
    width: 300px;
  }
  #terminos_div {
    width: auto;
  }
}