* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
	height: 620px;
}
#leftcolumn {
	color: #333;
	border: none;
	background: #FFF;
	margin: 10px 0px 10px 0px;
	padding: 50px 10px 10px 20px;
	height: 600px;
	width: 200px;
	float: left;
}
#rightcolumn {
	float: left;
	color: #FFF;
	border: none;
	background: #files/imagenes/fondo2.png;
	margin: 10px 0px 10px 0px;
	padding: 50px 10px 10px 10px;
	height: -44px;
	width: 1254px;
	display: inline;
	position: absolute;
	white-space: nowrap;
	top: -35px;
	left: 4px;
	background-image: url(files/imagenes/fondo2.png);
}

#imgcont {
padding-top: 50px;
}

ul {
	list-style: none;
	margin: 0 0 12px 0;
	}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 12px;
}

a:link { 
text-decoration: none; 
color: #000;
}

a:active { 
text-decoration: none; 
}

a:visited { 
text-decoration: none; color: #000; 
}

a:hover {
	background-color: #669999;
	color: #fff;
}



a img { 
border:none;
}

.smalltxt {font-size: x-small}
