body {
	margin:0px;
	padding:0px;
	vertical-align:top;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: scroll;
	background-color: #2BA3F4;
	background-image: url(images/back3.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


a {border:none; text-decoration:none; color:#FFFFFF;}

a:hover {text-decoration:underline;}


.txt1 {color:#E1FFBE; font-weight:bold; font-family:Tahoma;}
.txt2 {background:#FBFDFF; padding:2px 10px 2px 5px; color:#149CFF;}
.txt3 {
	line-height: 14px;
	font-size: 13px;
}
.txt4 {
	font-size: 90%;
	color: #CCCCCC;
}


.twoColLiqLtHdr #container {
	width: 702px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqLtHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: right;
	width: 510px; 
	height:90px
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 2px 0px 2px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}

.twoColLiqLtHdr #access {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	clear: none;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.twoColLiqLtHdr #access a {font-size:12px;}	

.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 187px; /* top and bottom padding create visual space within this div  */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
		text-align: center;

}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColLiqLtHdr #mainContent {
	margin: 10px 0px 0 200px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0 20px 0 20px;
	color: #ffffff;
	line-height: 20px;
	font-size: 16px;
} 
.twoColLiqLtHdr #mainContent h3{
/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 0;
	line-height: 18px;
	font-size: 18px;

.twoColLiqLtHdr #mainContent .tipoletra{
	color: #ffffff;
	font-size: 12px;
	clear: right;
	float: right;
	overflow: visible;
	margin-top: 10px;
	margin-right: -20px;
}  

.image {
	padding-right: 5px;
	padding-left: 5px;
}


.twoColLiqLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 14px;
	text-align: center;
		width:500px;
	float:right;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 {
	padding-top: 0px;
	padding-left: 2px;
}
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


.transp {
 	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
/* for IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	
/* for older ff */
      -moz-opacity:0.7;  
	  /* Ssfari e Google Chrome */
-khtml-opacity: 0.7; 	  
}

.formcontactos {
  	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	width: 300px;
   
}

.formapoiar {
  	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

/* Fototeca */

	#gallery {
	padding: 0px;
	width: 460px;

	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	border: 5px solid #47AFEE;
	border-width: 5px 5px 20px;
	}
	
		#gallery .polaroid {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #F3F3F4;
	}

	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
	/* End Fototeca */
