@charset "utf-8";
body  {
	font-family: Euphemia, Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #999999;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/arbol5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	margin:0
	padding:0;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#mainContent {
	width:530px;
	float:left;
	margin-left: 10px;
} 
#mainContent2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	width: auto;
	margin-left: 200px;
} 
#mainContentNoSide {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
} 
#footer {
	padding: 0 10px 0 0px;
	font-size: x-small;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainMenu {
	width: auto;
}
#bottomMenu {
	width: auto;
}
#sideText {
	width: 240px;
}
#formRight {
	width: 400px;
}
#formLeft {
	width: 300px;
	text-align: right;
}
h3 {
	font-size: small;
	line-height: 0.2em;
}
#bgdiv {
	margin: 0px;
	padding: 10px;

} 
.curso {color:#FFF;width:240px;height:100%;}
.curso a {color:#FFF;}
.logo {width:150px; float:left;}
.ad {width:400px; float:right;}

a {color:#fff;text-decoration:none;font-weight:bold;}
a:hover{color:#3FF;}
.wrapper{width:100%;height:100%;float:left;margin:10px 0 0 0;}
