/* Site title section */

#logo {
	height: 113px;
	float: left;
	background-image: url(../images/logo2_mensaje_eng.gif);
	width: 224px;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}
/* Header description */

#desc {
	height:113px;
	color:#ffffff;
	padding:0;
	clear:both;
	margin:0px 0 1px 0;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */

#main {
	width:202px;
	float:left;
	padding:5px 15px 0 5px;
	margin:0;
	border-right:1px solid #3C5B92;
	border-left: 1px solid #3C5B92;
	background-color: #D2D9E6;
	border-bottom: 1px solid #3C5B92;
	border-top: 1px solid #3C5B92;
	height: 500px;
}

/* Sidebar */

#sidebar {
	width:548px;
	float:left;
	padding: 5px 5px 0 5px;
	background-color: #FFFFFF;
	text-align: left;
	height: 500px;
}
#banner {
	height: 113px;
	float: left;
	width: auto;
}

