
body { 
	margin:0px; 
	padding:0px; 
	font: 70% Verdana, Tahoma, Sans-Serif; 
	color: #4f4f4f;
	background: #ffffff;
	line-height: 1.4em;
}


.content { 
	margin: 0 auto; 
	padding: 2px; 
	width: 776px;
}

/* HEADER, MENU, IMG LAYER
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#logo {float: left; margin: 0px; padding: 32px 0px 10px 10px;
 }
 
#lang {float: right; text-align: right; padding-top: 43px; padding-right: 10px; margin: 0px;
 }
 
#lang a {color: #f08c00;
 }
#lang a:hover {color: #f08c00; text-decoration: underline;
 } 
  
 
#img-layer { 
clear: both;
	margin: 0 auto; 
	background: url(bg.jpg) no-repeat top center;
	padding: 0px;
	text-align: center;
	
	
}   

#gfx {
	POSITION: relative; clear: both;}
#mapa {
	POSITION: absolute; left: -37px; top: -70px;
	} 
	
	
	
 
 
/* NAVIGATION
------------------------------------------------------------------------------------------------------------------------------------*/
#menu { 
clear: both;
background: url(bg-menu.gif) no-repeat;
height: 27px;

}
#menu ul {
	margin: 0; 
	width: 100%;
	padding: 0px;
	padding-top: 6px;
	
}

#menu li {
	float: left;	
	list-style-type: none;
	margin-left: 6px;
	
	}
	

#menu li a {
	text-decoration: none;
	padding: 0px 15px 0px 15px;
border-left: 1px #ffc300 solid;
color: #ffffff; 
}
#menu li a:hover {
	text-decoration: none;
    font-weight: bold;
}

.active {
	text-decoration: none;
    font-weight: bold;
}


/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------*/
  
#left_side { 
	 margin: 0px 0px 0px 0px; 
	width: 520px; 
	background: #efefef; 
	
}




#right_side { float: right; width: 252px; background: #efefef;  margin: 0; 
}
h3 { font: 85% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f;  
			border-bottom: 1px solid #FEAB06;
}

hr.cleaner {
      clear: both;
      margin-bottom: 30px;
      visibility: hidden;
      padding: 0px;
}

#right_side ul { 
	margin: 5px 0 5px 0; 
	padding : 0; 
	list-style : none; 
	border-bottom: 0px solid #eee; 
	list-style-type: square;
	color: #a90000;
}
	
#right_side li { 
	margin: 0 0 2px 15px;
	padding: 0 0 0 0px;
	color: #555;
}

.box  { padding: 20px 20px 20px 20px;
margin-bottom: 30px;


}
#footer { clear: both; float: right; width: 242px; margin-bottom: 30px; color: #747474; text-align: right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------*/



p { margin: 0 0 5px 0; padding: 0; color:}
a { color: #e97c00; text-decoration: none; }
a:hover { color: #565456; text-decoration: underline;}
blockquote { margin: 0px; padding-top: 0px; padding-bottom: 5px; padding-left: 15px;}


h1 { 
	padding-bottom: 8px; 
	margin:0; 
	color: #ff9800; 
	font-size: 160%;
font-family: Verdana, Arial, sans-serif;
font-weight: normal;}


h2 { color: #393939;
	font-size: 110%;
	font-weight:bold; 
	margin: 5px 0 5px 0px; 
	padding:0 0 0 0; 
}

h2 a { background: #FFF; color: #000; }
h2 a:hover { background: #FFF; color: #A90000; }

fieldset {	border: 1px solid #A90000; }
textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #A90000; 
	background: #FFF; 
	color: #354D5F;
}

textarea.text:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #A90000; 
	background-color: #FFFFFF; 
	width: 283px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.text { 
    border: 1px solid #A70000; 
	margin: 0; 
	width: 150px;
	background: inherit;
	color: #000; 
	padding: 4px;
	
}


input.text:hover { 
	border: 0px solid #A70000; 
}

.date { 
	color: #808080; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #eee;
}


	
.imageborder { BORDER-RIGHT: #cccccc 1px solid;
PADDING: 2px 2px 2px 2px;
margin: 4px 0px 4px 5px; 
BORDER-TOP: #cccccc 1px solid; 
BORDER-LEFT: #cccccc 1px solid;
BORDER-BOTTOM: #cccccc 1px solid;
BACKGROUND-COLOR: #f8f8f8

}

.small { 
    font-size: 9px;
	
}

td { 
    border-bottom: 1px #ffffff solid;
	
}


/*--------------------------------------------------------------------------------*/

a.showpict, a.showpict:visited {
color:#e97c00;
position:relative; 
z-index:1;
}
a.showpict b {
position:absolute;
visibility:hidden; /* hide the image */
width:216px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1; /* add a border */
left:1; /* position:the image */
top:15px;
}
a.showpict:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.showpict:hover b {
visibility:visible; /* make the image visible */
height:320px; /* now give it a height */
color:#000000;
background-color:#ff8040;
cursor:pointer; /* for IE */
z-index:500; 
}
a.showpict:hover b img {
border:0; /* remove the link border */
}

