@charset "iso-8859-1";

body {
	/*background-image:   url(images/mercosur.jpg);*/
	background-repeat: no-repeat; 
	background-position: right 100px; 
	background-attachment: fixed; 
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #DED38C;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #C6C3C6;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	font-family: Arial, Verdana;
	text-decoration: none;
}

table {
	font-family: Arial, Verdana;
	font-size: small;
	text-decoration: none;
}

.menu {
	width:180; 
	color: #023959;
	text-align: center;
	padding: 2px 5px;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	}
.submenu {
	position:absolute;
	background-color:#AADCFF;
	width:220;
	color: #023959;
	text-align: left;
	padding: 2px 5px;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: xx-small;
	text-decoration: none;
	border: 1px solid #000000;
	}

.menu a:link {
	color: #023959; 
	text-decoration: none;
}
.menu a:visited {
	color: #023959; 
	text-decoration: none;
}
.menu a:hover {
	color: #0033FF;
	text-decoration: underlined;
}
.submenu a:link {
	color: #023959; 
	text-decoration: none;
	font-size: xx-small;
}
.submenu a:visited {
	color: #023959; 
	text-decoration: none;
}
.submenu a:hover {
	color: #0033FF;
	text-decoration: underlined;
}

a {
	font-family: Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	color: #023959;
} 

a:hover {
	color: #0033FF;
} 

.contenido {
	width:600;
	height:300;
}

.fondo_tabla {
	background: #EBDC85;
}

.bullet {
	list-style-image:  url(images/bullet.gif);
}


.sub_bullet {
	list-style-image:  url(images/sub_bullet.gif);
}

.marco{
	background-color: #EBDC85;
}

.principal {
	font-family: Arial, Verdana;
	font-size: small;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 2px solid #EBDC85;
}


.pie{
	font-family: Arial, Verdana;
	font-size: x-small;
	text-decoration: none;
	color: #023959;
}

