* {
	margin: 0px;
	padding: 0px;
}
body, #todo {
	color:#666666;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height: 150%;
	
}
p {
	padding-bottom: 15px;
}
img {
	padding: 2px;
	border: #666666 1px solid;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 4px;
}
iframe {
	padding: 2px;
	border: #666666 1px solid;
	
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#ed1c24;
}
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #ed1c24;
	margin-bottom: 15px;
	font-weight:normal;
	line-height: normal;
	letter-spacing: 2px;
	
}
input {
	border: solid 1px #666666;
}
.boton {
	border: none;
	background-color: #ffea9d;
	color: #000000;
}
textarea {
	border: solid 1px #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#todo {
	background: #FFFFFF url(imagenes/fondo.gif) top center;
	position:absolute;
	left: 50%;
	margin-left: -510px;
	width: 1020px;
}
#todo #principal ul li {
	text-indent: 20px;
	margin-bottom: 20px;
}
#todo #cabecera {
	background: #fFF url(imagenes/encabezado.gif) top center repeat-y;
	height: 120px;
	width: 100%;
}
#todo #contenido {
	width: 100%;
	min-height: 400px;
}
#todo #contenido #columna {
	float: left;
	width: 176px;
	margin-top: 42px;
	margin-left: 30px;
}
#columna ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	list-style: none;
	text-transform:uppercase;
	letter-spacing: 2px;
}
#columna ul li a{
	text-decoration: none;
	color:#000000;
	display:block;
	background: url(imagenes/boton.gif) top left no-repeat;
	height: 40px;
	width: 100%;
	padding-left: 30px;
	padding-top: 6px;	
}
#columna ul li a:hover{
	color:#FFFFFF;
	display:block;
	background: url(imagenes/boton3.gif) top left no-repeat;	
	height: 40px;
	width: 100%;
	
	
}
#todo #contenido #principal {
	background: #fff url(imagenes/gente.gif) top right no-repeat;
	float: right;
	width: 630px;
	min-height: 400px;
	margin-right: 50px;
	padding-right: 60px;
	margin-bottom: 20px;
}
#pie {
	color:#999999;
	font-size: 10px;
	padding-top: 25px;
	padding-left: 160px;
	text-align: center;
	height: 120px;
	background: #fff url(imagenes/pie.gif) top center no-repeat;
	clear: both;
}

