body {
	background: #003300;
} 

#container {
float:right ;
	width: 752px;
	margin: 0px auto;

}
#menuizquierdo {
	width: 400px;
	margin:20px ;
	float:left;
	text-align:center;
	

}
#header {
	margin-bottom: 15px;
}	

#texto {
	font-size: 12px;
	text-align: center;
	line-height: normal;
	color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

#logo {
	background: #F3F3F3;
	float: left;

}

/*
#menu {
	float: right;
}

.menuitems {
	font-size: 10px;
	text-align: center;
	color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 12px;
	float: right;
	margin-top: 20px;
}
*/

#menu {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	margin-top: 35px;
}

#menu ul {
background-color: transparent;
list-style-type: none;
margin: 0px 0px 0px 0px; 
padding: 2px;
font-size: 70%;


/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

#menu ul li {
	display:inline;
	padding: 2px;
	margin: 0; 
}

#menu ul li a{
	border-bottom: 1px solid  #000066;
	border-right: 1px solid #000066;
	color:#000066;
	text-decoration: none;
	height: 1%;
	background: #DEF0FE;
	padding: 3px;
}

/* #menu ul li */
 #menu_actual {
	background: #2A4F6F;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;	
	border-bottom: 1px solid #2A4F6F;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;

}

#menu a:hover, #menu a:focus {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #000099;
}


#content {
	clear: both;
}	

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 36px;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 16px;
	text-align: justify;
}

.especial {
	font-style: italic;
	font-size: 14px;
}	

#col_left {
	background: #FFFFCC;
	float: left;
	width: 550px;
	padding: 10px;
	margin-bottom: 15px;
}

#col_right {
	float: right;
	margin-left: 15px;
}

.imagenes_menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #F3F3F3;
	margin-bottom: 15px;
}

.fueguinos_cl {
	color:#FF0000;
}


#separacion {
	clear:both;
}

#footer {
	clear:both;
	background-color: #F3F3F3;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

#texto {
	line-height:inherit;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}
