/*
      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-color: #333333;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#header {
	width: 900px;
	padding: 0px;
	height: 350px;
	margin: 20px 0px 0px 0px;
	background: #333333;
}
.texteando{
	font-family: "Futura Lt", "Futura Md", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	width: 900px;
	margin:10px;
}
.link{
	font-family: "Futura Lt", "Futura Md", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	width: 900px;
	margin:10px;
}
.informaciones {
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	background-image: url(imagenes/webcolombia.jpg);
	background-color: #333333;
	background-repeat: no-repeat;
}
.texteate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px;
}
