/* html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
	margin: 0; 
	padding: 0; 
	border: 0; 
} */

body {
	background: #003300;
} 

#container {
	width:752px;
	margin: 0px auto;
/*	text-align: center; */
}

/* HEADER */

#header {
	margin-bottom: 15px;
}	

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

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

#menufotos {
	float: right;
}

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



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

}

#menu ul {
	background-color: transparent;
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 2px;
	font-size: 70%;
}
                                                                                                                                                                          
#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;
}

/* CONTENTE */
#content {
	clear: both;
	background: #FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	font-size: 16px;
	text-align: justify;
	padding: 10px;
	
}	

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

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 20px;
	font-weight:bold;
}

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

.fueguinos_cl {
	color:#FF0000;
}

.enfasis {
	color:#FF0000;
}

.img_left {
	float:left;
}

.img_right {
	float:right;
}

.col_left {
	float: left;
/*	margin-right: 10px;*/
}

.col_right {
	float: right;
	margin-right: 10px;
}

.col_right_img {
	float: right;
}

/* FOOTER */

#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;
	margin-top: 15px;
}


/* OTROS */

.separacion {
	clear:both;
}


#pruebatexto{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#006F00;
/*	text-align: center; */
}
