html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
background-color: #f3ecdb
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

.wrapper    {
    width: 980px;
    margin: 20px auto;
    position: relative;
}

.foto1	{
	position: absolute;
	z-index: 9;
	right: 0;
	top:50px;
	padding:2px;
	border:1px solid #000;
	background-color: #fff;
}

#nav	{
	width: 100%;
	height: 40px;
	padding:2px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background: url(../images/menu_resize_bg.gif) #fff repeat-x;
	background-position:0px 2px;
	z-index: 0;
	position: relative;
	margin-bottom:40px;
}

#mapa	{
	float:right;
	margin-right:100px;
}

#nav ul	{
	width: 980px;
	margin: 0 auto;
}

#left ul li	{
	list-style: square;
	margin-left:20px;
}

#left ul li a	{
	text-decoration: none;
	color:#000;
	line-height: 150%;
	padding:10px 0;
	font-size: 16px;
	font-family: Arial;
}

#left ul li a:hover	{
	text-decoration: underline;
	color:#000;
}
#nav ul li	{
	display: inline;
	float: left;
}

#nav ul li a	{
	text-decoration: none;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana;
	padding:4px 10px;
	position: relative;
	top:12px;
}

#nav ul li a:hover	{
	background-color: #fff;
	color:#000;
}

#left	{
	width: 27%;
	float: left;
	border-right:1px dotted #757575;
	min-height: 300px;
}

#content	{
	font-family: Arial;
	line-height: 140%;
	float: right;
	width: 70%;
	
	
}

#content h1	{
	font-size: 22px;
	color:#757575;
	padding:10px 0;
	font-family: Arial;
	border-bottom:1px dotted #757575;
}

#content h2	{
	font-size: 18px;
	padding: 5px 0;
}

#content2	{
	font-family: Vedrana;
	line-height: 140%;
	width: 70%;
}

#content2 h1	{
	font-size: 22px;
	color:#757575;
	padding:10px 0;
	text-transform: uppercase;
	font-family: Tahoma;

}

#content3	{
	font-family: Vedrana;
	line-height: 140%;
	width: 30%;
	float: left;
	margin-left:100px;
}

#content4	{
	font-family: Vedrana;
	line-height: 140%;
	width: 100%;
	float: left;
}

#gallery	{
	z-index: 9999999;
}

h1	{
	font-size: 22px;
	color:#757575;
	padding:10px 0;
	text-transform: uppercase;
	font-family: Tahoma;

}

#content3 h1	{
	font-size: 22px;
	color:#757575;
	padding:10px 0;
	text-transform: uppercase;
	font-family: Tahoma;

}

#content2 h2	{
	font-size: 18px;
	padding: 10px 0;
}

.clear	{
	clear: both;
}

#gallery img{
	padding:5px;
	background-color: #fff;
	border:1px solid #000;
	margin:10px;
}

#footer	{
	margin-top:200px;
	height: 50px;
	background-color: #000;
	color:#fff;
	text-align: center;
	padding-top:20px;
}
