@charset "utf-8";
/* CSS Document */

	
body, html {
	border:0pt none;
	height:100%;
	margin:0pt;
	padding:0pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	color:#333333;
	}
		
a:link{

	text-decoration:none;
	color:#006699;
	}
	
a:hover{
	text-decoration:none;
	color:#0099FF;
	}

a:visited{
	color:#0099CC;
	text-decoration:overline;
	}
	
div#header_container{
	width:100%;
	height:115px;
	padding-top:10px;
	background-color:#FFFFFF;
	
	}	
div#header{
	width:800px;
	height:115px;
	margin:auto;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	}
	
#nav_bar{
	width:790px;
	height:15px;
	text-align:right;
	}

#content_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background:url(../images/background.gif);
	height:410px;
	}

#content {
	width:800px;
	height:400px;
	padding:5px;
	margin:auto;
	}
	
#left_column_top {
	width:555px;
	height:15px;
	background:bottom no-repeat url(../images/main_content_top.png);
	}
	
#left_column_content_wrapper {
	width:555px;
	height:370px;
	float:left;
	}
	
#left_column_content {
	width:555px;
	height:362px;
	background:#333333;
	}
	
#left_column_bottom {
	width:555px;
	height:15px;
	float:left;
	background:bottom no-repeat url(../images/main_content_bottom.png);
	}
	
#main_content_graphic{
	width:540px;
	height:150px;
	border-bottom:#333333 solid 1px;
	margin:auto;
	}
	
#main_content_description{
	height:110px;
	width:540px;
	padding:0px;
	background-color:#333333;
	color:#FFFFFF;
	font-size:14px;
	margin:auto;

	}
	
#main_content_signup{
	height:71px;
	width:540px;
	background-color:#333333;
	color:#FFFFFF;
	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	margin:auto;
	}
	
#main_content_signup a:link{
	color:#CCCCCC;
	text-decoration:none;
	}

#main_content_signup a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
	
div#sidebar_homepage{
	width:240px;
	height:392px;
	float:right;
	margin-left:4px;
	background:transparent url(../images/sidebox_services.gif) no-repeat scroll left top;
	}
	
div#sidebar_box1{
	width:236px;
	height:170px;
	text-align:left;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	}<!--aprende ingles-->

#sidebar_box2{
	width:246px;
	height:106px;
	margin-top:2px;
	padding:2px;
	background-repeat:no-repeat;
	}
	
#sidebar_box3{
	height:50px;
	width:250px;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:6px;
	
	}

#sidebar_box4{
	height:135px;
	width:238px;
	background-position:bottom;
	background-repeat:no-repeat;
	margin:auto;
	padding-top:3px;
	background:url(../images/announcements_background.png) no-repeat;
	}<!--announcements section-->
	
div#announcement_title{
	height:12px;
	width:100px;
	text-align:right;
	color:#333333;
	font-weight:bold;
	font-size:11px;
	
	}

#announcement_content{
	height:116px;
	width:226px;
	margin-top:5px;
	color:#663300;
	overflow:auto;
	overflow-x:hidden;
	padding:6px;
	}
	
div#footer_container {
clear:both;
width:100%;
height:16px;
}

div#footer {
clear:both;
width:800px;
height:16px;
margin:auto;
text-align:center;
vertical-align:bottom;
}
	
.picture {
	border-right:#FFFFFF solid 4px;
	border-bottom:#FFFFFF solid 30px;

	}
	
ul{
	list-style:none;
	}
	
.mybox {
float:left;
height:330px;
padding:10px;
width:530px;
color:#FFFFFF;
overflow:auto;
overflow-x:hidden;
}