body {
	font-family: arial;
	font-size: 12px;
	background: url(/img/back.jpg);
	margin: 0px;
	padding: 0px;
}

#valor {
	font-size: 28px;
	font-weight: bold;
	background-color:  #000080;
	width: 360px;
	color: white;
	text-align: center;
	padding: 10px;
	margin: auto;
}
.readonly {
	background-color: #fafafa;
	border: 1px solid #808080;
	}
.col-eq {
	font-size: 12px; 
	font-weight: bold; 
	color: #595959;
	width: 100px;
	}
.col-left {width: 35px;}
.col-right {width: 80px;}

#main_wrapper {
	width: 910px;
	margin: auto;
}

#container {
	width: 760px;	
	background-color: white;
	padding: 15px;
	float: left;
}

#skycraper_banner {
    width: 120px;
    float: left;
}

#skycraper_banner img{
	height: 600px;
	width: 120px;
}

#calculadora-container {
	background-color:  #f1f1f1;
	padding: 8px;
	width: 500px;
	border: 2px solid  #b1b1b1;
	margin-top: 15px;
}
h1 {
	text-align: center;
	font-size: 26px;

}

h2 {
	color: #505050;
	padding: 3px;
	font-size: 15px;
	margin: 4px 0 4px 0;
	text-align: left;
}
h3 {
	margin: 4px 0 4px 0;

}
p {
	margin: 4px 0 4px 0;
}

a.button, button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    text-align: center;
}

button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

button img, a.button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.external{
	padding: 0 13px 0 0; 
	background: url(/img/external.png) no-repeat scroll right center transparent
}
	
.calculator{
	line-height: 33px;
	padding: 0 0 0 28px; 
	background: url(/img/calc.jpg) no-repeat scroll left center transparent
}
.day {
	color: #4F4F88;
	font-size: 18px;
	margin: 12px;
	font-weight: bold;
	text-align: center;
}
.pocket-row {
	padding: 4px;	
	border-bottom: 1px solid #4F4F88;
}
.pocket-central-col {
	font-size: 15px;
	font-weight: bold;
	color: #707070;
	text-align: center;
}
h3.pocket {
	color: black;
	font-weight: bold;
	padding: 3px;
	font-size: 12px;
	margin: 0px;
}
#pocket-guide {
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
}
.pocket-row-left {
	background-color: #e1e1e1;
}
.pocket-row-left, pocket-row-right {
	width: 45%;
}
.pocket-to-col, .pocket-from-col {
	width: 50%;
}

#pocket-guide .print_link {
	float: left;
	font-size: 13px;
}

#pocket-guide .print_button {
	margin-left: 3px;
}
