/* CSS for MAKSA */
/* 2006 CrystalSys - Mar del Plata */

body {
	border: none;
	margin: 0px 0px 0px 0px;
	background-color: #B9BEC5;
	background-image: url(images/top_background.gif);
	background-repeat: repeat-x;
	color: #222222;
	text-align: -moz-center;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	}

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #e64700;
	}
	
h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #828180;
	}
	
h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	}
	
input, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e64700;
	}			
	
ul.lista { 
	list-style-image: url("images/flechita.gif");
	}

	
.content {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e2e3e4;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-x;
	text-align:left;	 
	}

.column_left {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/column_left.gif);
	width:24px;
	}
	
.column_right {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/column_right.gif);
	width:32px;
	}		

.footer { 
	text-align: center;	
	margin-bottom:10px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	clear: both;
	}

.separator {
	height:20px;
	}
		
.slogan { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e64700;
	text-align:left;
	vertical-align:bottom;
	}	

.areas { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #828180;
	}			
		
		
/* Textos y enlaces */

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #444444;
}
a:link
{
	color: #444444;
	text-decoration: none;
}
a:visited
{
	color: #444444;
	text-decoration: none;
}
a:hover
{
	color: #e64700;
	text-decoration: underline;
}
a:active
{
	color: #444444;
	text-decoration: none;
}


/* Borde de fotos */
.dropshadow2 {
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: auto;
	padding: 0px;
}

.innerbox {
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}

.innerbox {
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}


/* Menu de arriba */

#menu {list-style-type:none; margin:0px 0px 0px 0px; padding:0;}

#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:90px; height:1px; z-index:100;}
#menu li a, #menu li a:visited {text-decoration:none;}

#menu dl {position:absolute; top:0; left:0; width: 100px; margin: 0; padding: 0; background: transparent url(transparency.gif);}
#menu dt {background: #828180; margin:0;font-size: 1.1em; border-bottom:1px solid #fff; width:90px; float:left;}
#menu dd {display:none; background: transparent; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#FFFFFF; padding: 5px 0px 5px 0px; width:90px; text-align:center;}
#menu dd a, #menu dd a:visited {background:#828180; color:#FFFFFF; text-decoration:none; display:block; padding:4px 5px 4px 20px; width:200px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
/*#menu li:hover dl, #menu li a:hover dl {width:200px; border-bottom:15px solid #e2dfa8;}*/
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #e64801; color:#FFFFFF;}