* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
	text-decoration: none;
	color: #FFFF99;
}
#wrap {
	width: 800px;
	margin: 40px auto;
}

#header {
height: 100px;
background: #eee url(images/header.gif) no-repeat;
}
#header h1 {
	font-size: 9px;
	letter-spacing: -3px;
	padding: 18px 0 0 30px;
}
#header h2 {
	color: #89A537;
	font-size: 9px;
	padding: 18px 0 0 31px;
}

#menu {
	height: 180px;
	background: #eee url(images/menu1.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
	color: #00CC00;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #9966FF;
	text-decoration: none;
}

#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
	border-top: 1px solid #aaa;
	padding: 10px;
	background-color: #660033;
}
#feeds {
	clear: both;
	border-bottom: 1px dotted #b08100;
}

#feeds .columna {
	width: 360px;
	float: left;
	max-width: 360px;
	min-width: 360px;
	height: 260px;
	border: 5px solid #ffffff;
}


/*cambios tipográficos*/
#bajada h2 {
	color: #FFFFFF;
}

#bajada h3 {
	color: #FFFFFF;
	font-weight: normal;
}

#feeds .columna h2 {
	color: #FFFFFF;
}

#feeds .columna p {
	color: #FFFFFF;
	}

.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
