body {
	margin: 0px;
	padding: 0px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:left;
	height: 100%;
}

a:link, a:visited {
	color: #cccccc;
	text-decoration: none;
	font-family:  Arial, sans-serif;
	vertical-align: bottom;
}
a:hover {
	color: #e7e7e7;
}
#todotulum a:link, #todotulum a:visited {
	color: #999999;
	text-decoration: none;
	font-family: Arial, sans-serif;
	vertical-align: bottom;
}
#todotulum a:hover {
	color: #CCCCCC;
}

/* overrides decoration from previous rule for hovered links */

h1 {
	font-family:   Arial, sans-serif;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	font-style: normal;
	color: #222;
	text-align: left;
	line-height:26px;
	margin-bottom: 10px;
}

h2 {
	font-family:   Arial, sans-serif;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: normal;
	color: #222;
	text-align: center;
	line-height:46px;
	margin-bottom:10px;
	text-shadow: 0px 2px 3px #555;
	-webkit-text-shadow: 0px 2px 3px #555;
	-moz-text-shadow: 0px 2px 3px #555;
}
h3 {
	font-family:   Arial, sans-serif;
	font-size: 55px;
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	line-height:60px;
	 text-shadow: 0px 2px 3px #ff9900;
	-webkit-text-shadow: 0px 2px 3px #ff9900;
	-moz-text-shadow: 0px 2px 3px #ff9900;
}
h4 {
	font-family:  Arial, sans-serif;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
	line-height:24px;
	text-align: center;
	color: #ffffff;
    text-shadow: 0px 2px 3px #ff9900;
	-webkit-text-shadow: 0px 2px 3px #ff9900;
	-moz-text-shadow: 0px 2px 3px #ff9900;
}
h5 {
	font-family:   Arial, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 10px;
	font-style: normal;
	font-weight: bold;
	color: #222;
	line-height:20px;
	text-align: center;
	text-shadow: 0px 2px 3px #555;
	-webkit-text-shadow: 0px 2px 3px #555;
	-moz-text-shadow: 0px 2px 3px #555;
}
h6 {
	font-family:  Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 0px;
	font-style: normal;
	font-weight: bold;
	color: #e7e7e7;
	line-height:18px;
	text-align: center;
}
#contentRightTop {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-style: normal;
	color: #fff;
}
hr {
	color: #CCCCCC;
}
ul {
	list-style-type: decimal;
}
/* Layout Divs                                 */
/***********************************************/
#main {
	margin: 0px;
	margin-top:30px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	max-width: 800px;
	min-width: 800px;	
}
#content {
	margin: 0px;;
	padding: 0px 0px 0px 0px;
	width: 800px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image:url(img/tucankin2bg.jpg);
	background-repeat:no-repeat;
	height: 600px;
}
#contentLeft {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	float:left;
	margin-top:15px;
	position:relative;
}
#contentRight {
	margin: 0px;;
	padding: 0px 10px 0px 0px;
	width: 290px;
	float:right;
	margin-top:145px;
	position:relative;
}
#contentFaq {
	margin: 0px;;
	padding: 130px 0px 0px 0px;
	width: 800px;
	margin-top:0px;
	position:relative;
}
#contentRightTop {
	background-color: #E46300;
	color:#000;
	margin: 0px;;
	padding: 0px 10px 10px 10px;
	width: 260px;
	height: 120px;
	margin-bottom:10px;
	box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	border-radius: 12px;
	-webkit-border-radius:  12px;
	-moz-border-radius:  12px;
	position:relative;
}
#contentRightMid {
	background-color: #e7e7e7;
	color:#000;
	margin: 0px;;
	padding: 0px 10px 10px 10px;
	width: 260px;
	height: 60px;
	margin-bottom:25px;
	box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	border-radius: 12px;
	-webkit-border-radius:  12px;
	-moz-border-radius:  12px;
	position:relative;
}
#contentRightBtn {
	background-color: #dad1be;
	color:#000;
	margin: 0px;;
	padding: 10px 10px 10px 10px;
	width: 260px;
	height: 60px;
	margin-bottom:45px;
	box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	position:relative;
}
#contentRightBottom {
	background-color: #222;
	color:#fff;
	margin: 0px;;
	padding: 0px 10px 10px 10px;
	width: 260px;
	height: 45px;
	margin-bottom:10px;
	box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	border-radius: 12px;
	-webkit-border-radius:  12px;
	-moz-border-radius:  12px;
	position:relative;
}
#contentLeftTop {
	margin: 0px;;
	padding: 0px 10px 10px 10px;
	width: 480px;
	position:relative;
}
#masthead {
	margin: 0px;
	padding: 0px;
	border: none;
}
#footer {
margin: 0px;
	padding: 0px;
	border: none;
	height: 22px;
	width:800px;
	min-width:800px;
	max-height: 22px;
	display:inline;
}
#siteInfo {
    color: #cccccc;
	margin: 0px;
	width: 550px;
	padding: 0px;
	height: 22px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 0px;
	float:left;
}
#todotulum {
    color: #cccccc;
	margin: 0px;
	width: 240px;
	padding: 0px;
	height: 22px;
	text-align: right;
	vertical-align: top;
	margin-bottom: 0px;
	float:right;
	font-size:10px;
}
#textA{
    color: #000000;
	margin: 0px;
	padding: 10px;
	border:0;
	text-align: left;
	font-size:16px;
	font-family:  Arial, sans-serif;
	width:440px;
	height:90px;
	display:block;
	overflow:auto;
	margin-top:10px;
}
#textB{
    color: #000000;
	margin: 0px;
	padding: 10px;
	border:0;
	text-align: left;
	font-size:16px;
	font-family:  Arial, sans-serif;
	display:block;
	overflow:auto;
	width:750px;
	height:350px;
	
}
#textC{
    color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border:0;
	text-align: left;
	font-size:12px;
	font-family:  Arial, sans-serif;
	width:100%;
	height:300px;
	display:block;
	overflow:auto;
	margin-top:10px;
}
#Tarea{
	float:left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width:460px;
	height:90px;	
}
