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;
}
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/fondohome.jpg);
	background-repeat:no-repeat;
	height: 600px;
}
#contentLeft {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 710px;
	float:left;
	margin-top:0px;
	position:relative;
}
#contentRight {
	margin: 0px;;
	padding: 0px 0px 0px 0px;
	margin-left:30px;
	width: 710px;
	float:left;
	margin-top:10px;
	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: 340px;
	height: 140px;
	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;
}
.clearboth{ clear:both; line-height:0;}
#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: 0;
	padding-top:25px;
	width: 800px;
	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: 0px;
	border:0;
	text-align: left;
	font-size:16px;
	font-family:  Arial, sans-serif;
	width:100%;
	height:150px;
	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:350px;
	height:150px;
	
}
#Tarea{
	float:left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width:100%;
	height:150px;
	margin-bottom:20px;	
}
#smallnav{
	float:left;
	margin: 0px;
	padding: 0px;
	margin-left:70px;
	text-align: left;
	width:370px;
	height:17px;
	background-color:#CCC;
	border-top:#06F 4px solid;
	position:relative;
	}
#smallnav a:link,#smallnav  a:visited {
	color: #000000;
	text-decoration: none;
	margin-right:20px;
	margin-left:20px;
	font-family:  Arial, sans-serif;
	font-size:14px;
	vertical-align: top;
}
#smallnav a:hover {
	color: #666666;
}
#bignav{
	float:left;
	margin: 0px;
	padding: 0px;
	margin-left:0px;
	text-align: left;
	width:770px;
	height:26px;
	background-color:#06F;
	}
#bignavline{
	float:left;
	margin: 0px;
	padding: 0px;
	margin-top:3px;
	text-align: left;
	width:770px;
	height:4px;
	background-color:#06F;
	}		
#bignav a:link,#bignav  a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-right:20px;
	margin-left:40px;
	font-family:  Arial, sans-serif;
	font-size:22px;
	vertical-align: top;
}
#bignav a:hover {
	color: #cccccc;
}	