html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

sub { 
    vertical-align: sub;
    font-size: smaller;
}

body {
	font-family: 'Open Sans', sans-serif;
	text-align: center; 
	font-size: 20px;
}

#container {
    min-width: 600px;
	margin: 0 auto;
}


#header {
    margin: 0 auto;
    width: 600px;
}

#linkhome{
    width:80px;
    height:30px;
    position:absolute;
    margin: 8px auto;
	padding: 0;
}

#linkhome a:link, #linkhome a:visited{
	font-weight: normal;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;	
}

#linkhome a:hover{
	text-decoration: underline;
	font-color: #FFFFFF;
}

#footer {
    margin: 0 auto;
	background-color: #FFFFFF;
	height:105px;
}

.content {
    margin: 0 auto;
    width: 600px;
}

.reactivos{
    padding: 25px 0;	
}

.barra{
}

.barra .interior{
    margin: 0 auto;
    width: 600px;
}

.aire{
	padding: 10px;
}

.aire p{
	padding: 10px;
}

#responda{
	padding: 10px 30px 25px 30px;
}

#responda p{
	margin: 0 0 10px 0;	
}

#responda p strong{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}

#calcular{
	padding: 25px 90px;
}

#results{
    margin: 0 auto;
}

#results p{
	padding: 40px 0px 0px 0px;
	font-size: 15px;
}

.consumo{
	background-color: #FFFFFF;
	width: 200px;
	margin: 20px 200px 1px 200px;
	padding: 25px 0px 0px 0px;
	height:55px;
	border-radius: 7px;
	font-weight: bold;
	font-size: 25px;
}

#recommendation{
    margin: 0 auto;
}

#recommendation p{
	padding: 20px 0px 5px 0px;
	font-size: 15px;
}

#recommendation p.hilite{
	padding: 20px 0px 20px 0px;
	font-size: 25px;
	color: #FFFFFF;
}

#recommendation p.hilite strong{
	font-size: 28px;
}

#social{
    margin: 0 auto;
}

.socialt{
	width:50px;
	height:50px;
	padding: 30px 0px 20px 245px;
	float:left;
}
.socialf{
	width:50px;
	height:50px;
	padding: 30px 0px 20px 15px;
	float:left;
	clear:right;
}

#social p{
	display:block;
	clear:both;
	padding: 10px 0px 20px 0px;
	font-size: 15px;
}

#tips{
    margin: 0 auto;
	height: 145px;
}

.tipsc{
	width:205px;
	height:85px;
	padding: 30px 0px 30px 85px;
	float:left;
}
.tipso{
	width:205px;
	height:85px;
	padding: 30px 0px 30px 25px;
	float:left;
	clear:right;
}

hr.puntos {
	clear:both;
    border: none;
	border-top: 3px dotted #316B8B;
	width:600px;
    margin: 0 auto;
}

fieldset{
	width: 600px;
	margin: 30px 0;
	min-height: 30px;
	display: table-row;
}

label{
	display: table-cell; 
	float:left;
	width: 210px;
	padding: 0 40px 0 30px;
	text-align: right;
	font-size: 17px;
	font-weight: 300;
	vertical-align: middle;
}

input[type=number] {
    display: table-cell; 
	float:left;
   	padding: 0 0px 0 15px;
	width: 120px;
	height: 24px;
	font-size: 15px;
	background-color: #EEEEEE;
	color: #555555;
}

fieldset span{
	font-weight: bold;
	display: table-cell; 
	float:left;
	text-align: left;
	font-size: 16px;
	margin-left: 30px;
	vertical-align: middle;
	height:100%;
}

.barrafooter{
	background-color: #FFFFFF;
	height: 105px;
	margin: 0px;
}

.barrafooter .interior{
    margin: 0px auto;
    width: 600px;
	height: 105px;
}
