   
  @charset "utf-8";
/* CSS Document */

/* ---------- RESET ---------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------- GENERAL ---------- */

body {
    background: #e5e5e5;
    color: #272727;
    font: 16px/40px "Open Sans", sans-serif;
}

hr {
    background: #5e5e5e;
    border: none;
    height: 1px;
    margin: 0;
    min-height: 1px;
	line-height: 10%;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after { clear: both; }

.contentor_fundo{
  padding: 26px;
  background-color:#999999;
  margin: 0 auto 0 auto;
  width: 100%;
  min-width :475px;
  
      border-radius: 5px;
	  
	  	 box-shadow: 5px,5px,5px,rgba(0,0,0,0.506);
    -webkit-box-shadow: 6px 8px   19px rgba(0,   0,   0,   0.700), 
    0 3px   0 rgba(255, 255, 255, 1.0), 
    0 4px   0 rgba(0,   0,   0,   0.15),
    0 6px   0 rgba(255, 255, 255, 1.0);
	line-height: 10%;
}
.contentor{
  margin-top : 20 px;
  background-color:#fff;
  margin: 0 auto 0 auto;
  border: 1px dashed #bdbdbd;
    border-radius: 5px;
	 box-shadow: 5px,5px,5px,rgba(0,0,0,0.506);
    -webkit-box-shadow: 0 2px   4px rgba(0,   0,   0,   0.500), 
    0 3px   0 rgba(255, 255, 255, 1.0), 
    0 4px   0 rgba(0,   0,   0,   0.15),
    0 6px   0 rgba(255, 255, 255, 1.0);
    font-size: 10px;
    padding: 26px;
    min-height:500px;
    min-width :425px;
    width: 100%;
	line-height: 10%;
}

 


    

.contentorfooter {
  background-color:#fff;
  margin: 0 auto 0 auto;
  border: 1px dashed #bdbdbd;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px   10px rgba(0,   0,   0,   0.500), 
    0 3px   0 rgba(255, 255, 255, 1.0), 
    0 4px   0 rgba(0,   0,   0,   0.15),
    0 6px   0 rgba(255, 255, 255, 1.0);
    font-size: 10px;
    padding: 26px;
    min-height:200px;
    min-width :425px;
    width: 100%;
}


textarea {
 
  border: 1px dashed #bdbdbd;
  min-height:150px;
  width: 100%;
   color: #fff;
  font-size: 14px;
  background-color:#576B99;
}

.contentor h2 {
    color: #5e5e5e;
    font-size: 28px;
    font-weight: bold;
	line-height: 120%;
}

.contentor h3,h4,h5 {
    color: #5e5e5e;
    font-size: 28px;
    font-weight: bold;
	line-height: 40%;
}

.contentor input[type=checkbox]:checked + label {
    color: #979797;
    font-weight: normal;
    text-decoration: line-through;
}

.contentor label {
    display: inline;
    color: #166B94;
    font-weight: bold;
    margin-left: 12px;
}

.contentorfooter label {
    display: inline;
    color: #166B94;
    font-weight: bold;
    margin-left: 12px;
}
.smallfont{
    display: inline;
    color: #166B94;
    font-weight: bold;
    margin-left: 12px;
	font-size: 14px;
}

.contentor labelsmall{
    display: inline;
    color: #166B94;
    margin-left: 12px;
}