@charset "ISO-8859-1";
.MainSheet {
	background-color: #460C1F;
	font-family: Futura, "Century Gothic", "Gill Sans", sans-serif;
	font-size: 16px;
	color: #000;
	background-repeat: no-repeat;
	background-position: center top; */
}

p{
	font-family: Futura, "Century Gothic", "Gill Sans", sans-serif;
	font-size: 16px;
	color: #000;
}

h1{
	font-size: 20px;
	font-stretch:expanded;
	color:#666;
	font-weight:lighter;
}

iframe{
	border:0;	
}

.header {
	height: 182px;
	width: 1000px;
	margin: 0px;
	background-image: url(images/nueva_convivencia.jpg);
	background-size: contain;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	
}

 /* The navbar container */
.topnav {
	overflow: hidden;
	background-color: #333;
	width: 1000px;
}

/* Navbar links */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Links - change color on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
} 

#rightMenu {
	display: table-cell; /* Make elements inside the container behave like table cells */
	margin-left: 650px;
	width: 350px;
	background-color: #F7E9FF;
	text-align: center;
	vertical-align:top;
	padding-left: 0em;
	background-color:#FFF
	border:1px solid black;
}

#rightMenu a:hover{
	border-right: 10px solid #036;
}

#mainBody {
	display: table-cell; /* Make elements inside the container behave like table cells */
	float: left;
	width: 650px;
	
	background-color:#FFF
	border:1px solid black;
	background-color: #FFF;
	padding: 25px;
	text-align: justify;
}

    .clear {
      clear: both;
    }

.footer{
	background-color:#FFF;
	width: 1000px;
}

.container {
    display: table; /* Make the container element behave like a table */
	width:1000px;
    }


.facebookClick {
	display: block; /* add this */
    width: 30px;
    height: 30px;
    background: url('images/facebook_icon.png') no-repeat;
    background-position: right center;
}

.youtubeClick {
	display: block; /* add this */
    width: 30px;
    height: 30px;
    background: url('images/youtube_icon.png') no-repeat;
    background-position: right center;
}