/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(imagenes/fondoweb.jpg);
}
#wrapper {
	margin: 0 auto;
	width: 922px;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(imagenes/fondotexto.jpg);
}
#header {
	color: #333;
	width: 922px;
	padding: 0px;
	height: 180px;
	margin: 10px 0px 0px 0px;
	background-image: url(imagenes/header.jpg);
}
#leftcolumn {
	display: inline;
	color: #333;
	width: 265px;
	float: left;
	position: relative;
	margin-left: 70px;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 0px;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 540px;
	display: inline;
	position: relative;
	margin-top: 30px;
}
#footer {
	width: 902px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	height: 0px;
	background-image: url(imagenes/footer.gif);
}
.clear { clear: both; background: none; }

.textoprincipal {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
}
.textoprincipal2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: center;
	color: #000000;
	margin-top: 1px;
}
.fot {
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: justify;
	color: #FFFFFF;
	margin-top: 1px;
}
