@charset "UTF-8";
/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
.glossymenu{
	width: 155px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	float: left;
	margin: 5px 0px;
	background: url(../imag/borde_box1.jpg)  repeat-x  bottom;
	padding: 0px 0px 15px 0px;
	}

.glossymenu a.menuitem{
	background: black url(http://www.iceladypatagonia.org.ar/css/imag/menu_1.gif) repeat-x bottom left;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 3px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(http://www.iceladypatagonia.org.ar/css/imag/menu_2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 1.3em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	background-color: #EFEFA1;
}


.destacados h3, .destacados h3 a, .bajo_barra h3, .bajo_barra h3 a {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 0px;
	font-weight: normal;
	color: #444444;
	text-align: center;
	margin: 5px;
}
.destacados h4, .bajo_barra h4 {
	font-size: 1.2em;
	color: #555555;
	font-weight: normal;
	padding: 0px;
	margin: 0px 3px 5px 3px;
}
.bajo_barra h4 {
	font-size: 1em;
	color: #555555;
	font-weight: normal;
	padding: 0px;
	margin: 0px 3px 5px 3px;
}
.destacados a, .bajo_barra a {
	font-size: 1.1em;
	color: #555555;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.destacados  a:hover, .bajo_barra a:hover  {
	color:#006699;
}

.bandera {
	margin:5px;
	width:150px;

}
.bandera a p {
	color: #AAAAAA;
	border:none;
	font-size: 1em;
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	float:left;
}
.bandera img {
	float: left;
	margin:3px;
	border: none;
	
}
.bandera a:hover p {
color:#006699;
}
