* { margin: 0px; padding: 0px; }

body {
	font: normal 12px/1.6em Arial, Helvetica, sans-serif;
	color: #2a3845;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	margin-bottom: 16px;
	background-image: url(imgs/fondo.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #B5B899;

}
img { border: none; }
p { margin : 0 0 9px 0;padding : 0;}
a:visited, a:link {color: #3F2D2A; text-decoration: underline; }
a:hover {color: #a43b55; text-decoration: none; }
h1 { color: #3A2B28; margin: 0px 0px 5px 0px; padding-bottom : 10px; font: normal 17px Georgia, serif; }
h2 {color : #3A2B28;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h3 {color : #3A2B28;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
.clear { clear: both; }

#main {
	margin: 0 auto;
	width: 776px;
	border: 1px solid #453733;
	background: #F0F0E6;
}

#left { width: 250px; float: left;}
#logo {
	text-align : center;
	margin: 10px auto 2px auto;
}

#menu {
	clear: both;
	text-align : left;
	padding: 0 0 10px 50px;
	color: #503732;
	font: normal 11px tahoma, verdana, Helvetica, sans-serif;
}
#menu ul li {
	clear: both;
	margin: 10px 0 0 10px;
	list-style: none;
	height: 15px;
	border: 0px solid #c0c0c0;
}
#menu ul li a {
	width: 130px;
	display: block;
	padding-left: 30px;
	height: 15px;
	color: #3A2B28;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover {
	background: #E8E8DB url(imgs/flecha.gif) repeat-y;
	text-decoration: underline;
}
#menu .selected { background: #E8E8DB url(imgs/flecha.gif) repeat-y; }

#addr {
	clear: both;
	font: 11px Arial, Helvetica, sans-serif;
	color: #777759;
	margin-top: 20px;
	padding: 0 0 20px 20px;
}
#addr p { padding-left: 28px; }

#welcome {
	clear: both;
	font: 12px Arial, Helvetica, sans-serif;
	color: #777759;
	padding: 0 0 20px 20px;
	text-align: justify;
}
#welcome p { padding-left: 28px; }



#right {width: 460px; padding: 0 30px 30px; float: right; }
#menuimgs {
	margin-top: 40px;
	text-align: right;
}

#content {
	padding: 15px;
	border-top: 10px solid #E4E4D6;
	border-bottom: 10px solid #E4E4D6;
	text-align: justify;
}
#content ul {padding:0;margin:0 0 0 17px;list-style: square url(imgs/li.gif);}

#emailform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
	background: url(imgs/input.png) no-repeat;
	border: none;
	height: 20px;
	padding: 5px;
	width: 180px;
}

#emailform textarea {
	display: inline;
	vertical-align: middle;
	font-size: 12px;
	border: none;
	background: url(imgs/textarea.gif) no-repeat;
	height: 160px;
	padding: 5px;
	width: 240px;
	overflow:hidden;
}

#emailbutton {
	width: 125px;
	height: 25px;
	line-height: 1.4em;
	background-color: #E4E4D6;
	font-weight: bold;
	color: #3A2B28;
	border: 1px solid #888866;
	text-align: center;
	cursor: pointer;
	margin-top: 25px;
}


#footer {
	font: normal 9px verdana, tahoma, Arial, Helvetica, sans-serif;
	padding: 10px 15px 0 15px;
	clear: both;
	color: #A8A8A6;
}
#footer a { text-decoration: none; color: #A8A8A6; }
#footer a:hover { text-decoration: underline; color: #A8A8A6; }

#map {
	margin:10px auto;
	width:420px;
	height:420px;
	border:1px solid #979797;
	overflow:hidden;
	text-align: center;
}
