@import url('//fonts.googleapis.com/css?family=Exo:400,400i,700,700i,900,900i');

body{ font-size : 14px; font-family: 'Exo', sans-serif; line-height: 1.8; margin: 0; background: #333; color: #eee;}
h1,h2,h3,h4,h5,h6 {color: #eee; font-weight: 900; font-family: 'Exo', sans-serif; margin-bottom: 0;  }

h1 { font-size: 3em; line-height: 1.4; color:#bbb; text-transform: uppercase;}
h2 { font-size: 2.3em; line-height: 1.4;  color:#afceeb;  }
h3 { font-size: 2.0em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

a {color: #aaa}
hr{line-height: 0; height: 1px; color: #ccc; border-width: 0 0 1px 0; border-style: dotted;}
td,th{	padding: 5px 10px 5px 10px;	}
thead tr th { border-bottom : solid 1px #ededed; background: #eee}


#menu{ padding: 10px; color: #fff; background: #000; }
	#menu a{ color: #fff; }

#contenedora{ 
	max-width: 960px;
	padding: 15px; 
	margin: 0 auto;
	width: 97%;
	}
table{ width: 100% !important; }
td,th { font-size: 13px !important; border-bottom: dotted 1px #cdcdcd }

#contenedora ul li, #contenedora ol li ul li {list-style-type: none }
#contenedora ul li::before, #contenedora ol li ul li::before { content: "// ";}
#contenedora ol li {list-style-type:decimal-leading-zero;}
ul { padding-left: 0px; margin-left: 0; }


li { padding-left: 10px }
dt { padding-left: 0px; padding: 3px 15px; background: #000; color: #fff; }
dd { margin-left: 0px; margin: 0 0 10px 0; padding: 15px; background: #efefef;}

em { font-weight: 400; color:#28ff69; }
strong { font-weight: 700; color:#28ff69; }

div.title { font-size: 4.2em; line-height: 1.4; text-align: center; padding: 30px; font-weight: normal; font-family: 'Bubblegum Sans', cursive; }

@media print {
	body{ font-size : 14px; font-family: sans-serif; line-height: 1.8; margin: 0; background: #fff; color: #000;}
	#menu { display: none !important; }
	h1, h2, h3 { margin-bottom: 0em !important; padding-bottom: 0em !important; }
	h1 { font-size: 2em; }
	h2 { font-size: 1.7em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1em; }
	h6 { font-size: 1em; }
	}