<!-- 
HTML {
	height: 100%;
	margin: 0px;
}

BODY {	
	height: 100%;
	font-family: Arial, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #000;
	background-color: #4d5363;
}

DIV, TABLE  {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px none #000; 
	white-space: normal;
	text-align: left;
	border-collapse: collapse; 
	border-spacing: 0px; 
}

SPAN, TD {
	padding: 0px;
	margin: 0px;
	border: 0px none #000;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
}

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

IMG {
	border-width: 0px;
}

A {
	color: #000;
	text-decoration: underline;
}

A:hover {   
	color: #000;
    text-decoration: none;
}

.clearer {
	clear:both;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

/* MAIN TABLE ********************************************************/
#banner {
	background: url(images/banner_bg.jpg) repeat-x; 
}

#bg_left {
	vertical-align: top;
	text-align: right;
	background: url(images/bg_l.jpg) repeat-y right top; 
}

#bg_right {
	vertical-align: top;
	text-align: left;
	background: url(images/bg_r.jpg) repeat-y left top;
}

/* FOOTER ************************************************************/
#page_foot {
	padding: 2px 10px 3px 10px;
	background-color: #FFF;
	vertical-align: bottom;
}

#page_foot table {
	margin: 5px 0px;
	border-top: 1px dotted #757575;
}

#page_foot td {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	color: #757575;
	font-weight: bold;
}

#page_foot td a {
	color: #757575;
	font-weight: normal;
	text-decoration: underline;
}

/* GALLERY *******************************************************************/
.tx-lzgallery-pi1 {
}
.tx-lzgallery-pi1-fotos {
	border: 0px none #000;
}
.tx-lzgallery-pi1-fotos td {
	text-align: center;
	border: 0px none #000;
	padding: 3px 0px;
	margin: 0px;
}

.tx-lzgallery-pi1-fotos IMG {
	border: 0px none #000;
/*	float: none !important ; */ 
}

/* MAILFORM *****************************************************************/
.tx-thmailformplus-pi1 {
	font-size: 10px;
}

.tx-thmailformplus-pi1 LEGEND {
	font-size: 12px;
	color: #8a0205;
	font-weight: bold;
}

.tx-thmailformplus-pi1 LABEL {
	font-size: 12px;
}

.tx-thmailformplus-pi1 .mailform_error {
	border: 1px solid #F00;
	padding: 1px;
	width: 413px;
}





-->

