@charset "UTF-8";
/* CSS Document */

.main {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px; /* IE doesn't read this */
	bottom: 0px;
	overflow: auto;
	/* IE only needs the next lines */ 
	height: expression(document.body.clientHeight - 0 + "px"); 
	width: expression(document.body.clientWidth - 0 + "px");
	min-height: 600px;
	min-width: 900px;
}
.links {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	min-height: 31px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: auto;
}
.footer {
	position:absolute;
	bottom:0;
	width:900px;
	height:140px;
	float: left;
	margin-left: 20px;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.texto {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	color: #333333;
	width: 425px;
	height: 212px;
	margin-top: 180px;
	font-size: 14px;
	margin-left: 50
%;
	position: absolute;
	margin-left: 400px;
	left: -222px;
	line-height: 1;
	top: 10px;
}
.contenido1 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	height: 500px;
	width: 362px;
	float: left;
	margin-left: 0px;
	min-height: 600px;
	margin-bottom: 150px;
	font-size: 10px;
	padding-left: 35px;
	color: #333333;
	position: fixed;
}
.contenido2 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	bottom: 150px;
	width: 278px;
	float: left;
	min-height: 500px;
	margin-bottom: 150px;
	color: #666666;
	margin-left: 425px;
	position: absolute;
	top: 59px;
	left: 188px;
	font-size: 10px;
	height: 301px;
}
a {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #00AA00;
}
a:hover {
	text-decoration: underline;
	color: #B9CAE5;
}
a:active {
	text-decoration: none;
	color: #777777;
}
