@import url("footer.css");
@import url("top.css");
@import url("main.css");
@import url("nav.css");
@import url("links.css");
@import url("mapa.css");

html, ul, ol, li, p, img, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

body {
	background-color: #EBF0F7;
	background-image: url(../images/tlo_body_grey03.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-attachment: fixed;
}

#footer {
	background-color: #5B722E;
	height: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	background-image: url(../images/footer.jpg);
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}

#end {
	margin-right: auto;
	margin-top: 30px;
	margin-left: auto;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4C4C4;
}

.img_center {
	text-align: center;
	border: 1px solid #629B8C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.img_border {

	text-align: center;
	border: 1px solid #629B8C;
}
.img_borderL {
	text-align: center;
	border: 1px solid #629B8C;
	margin-right: 5px;
}
.center_i {
	text-align: center;
}
#galeria td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	vertical-align: bottom;
}
#galeria {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

