/*
/* General */
body {
	margin: 0;
	background: url(images/background.gif) repeat-x;
}
h1, h2, h3, h4 {
	margin: 0;
}
img {
	border: 0px none;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
/* Wrapper */
#wrapper {
	background: url(images/wrapper.gif) repeat-x left bottom;
}

/* Header */
#header {
	width: 1000px;
	height: 161px;
	background: url(images/header.jpg) no-repeat;
	margin:auto;
	margin-top:0px;
	position: relative;
}
	/* Header - Info */
	#header #header-info {
	position: absolute;
	top: 10px;
	left: 60px;
	width: 630px;
	}
	#header #header-info h1 {
		color: #0000000;
		font: bold 35px "Century Gothic", Verdana;
		padding-bottom: 5px;
	}
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	#header #header-info .description {
		color: #cc0000;
		font: normal 20px "Century Gothic", Verdana;
		padding-left: 75px;
	}
	/* Header - Menu */
	#header #header-menu {
		position: absolute;
		top: 121px;
		left: 39px;
		width: 920px;
		height: 30px;
	}
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 920px;
		height: 30px;
	}
	#header #header-menu ul li {
		font: bold 12px/28px Arial;
		color: #ffffff;
		float: left;
		margin-right: 10px;
	}
	#header #header-menu ul li a {
		color: #ffffff;
		padding: 1px 21px;
		text-decoration: none;
		display: block;
	}
	#header #header-menu ul li a:hover {
		background: #000000;
		border: 1px solid #ffffff;
		padding: 0 20px;
	}
	#header #header-menu ul li ul {
		display: none;
	}
	#header #header-menu ul li.current_page_item a {
		background: #000000;
		border: 1px solid #ffffff;
		padding: 0 20px;
	}
/* Main */
#main {
	width: 1000px;
	background: url(images/main.gif) repeat-y;
	margin:auto;
}
	/* Main - Content */
	#content {
		float: left;
		width: 618px;
		padding: 35px 20px 0 21px;
	}
	/* Main - Content - Post */
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 618px;
	}
		/* Post - Title */
		#content .post .post-title {
			width: 618px;
			color: #000000;
			font: bold 12px "Century Gothic", Verdana;
			position: relative;
		}
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		#content .post .post-title .post-date {
			width: 94px;
			height: 55px;
			float: left;
			color: #cc0000;
			background: url(images/post_date.jpg) no-repeat;
			margin-right: 15px;
			text-align: center; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Century Gothic, Verdana
		}
		#content .post .post-title .post-date span {
			font-size: 28px;
			display: block;
			padding-top: 3px;
			margin-bottom: -2px;
		}
		#content .post .post-title h2 {
			color: #cc0000;
			font: bold 28px "Century Gothic", Verdana;
		}
		#content .post .post-title h2 a {
			color: #cc0000;
			text-decoration: none;
		}
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		#content .post .post-title .post-title-info {
			padding-top: 3px;
		}
		/* Post - Subtitle */
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #cc0000;
			font: normal 18px Arial, Verdana;
		}
	/* Main - Sidebar */
	#sidebar {
		float: left;
		width: 341px;
		font: normal 13px/19px Arial, Verdana;
		color: #cccccc;
	}
	#sidebar a {
		color: #ffffff;
		text-decoration: underline;
	}
	#sidebar a:hover {
		text-decoration: underline;
	}
	/* Main - Sidebar - Boxes */
	#sidebar .sidebar-box {
		margin: 0 auto;
		width: 339px;
		border-top: 1px solid #ffffff;
		margin-bottom: 20px;
		color:#FFF;
	}
		/* Sidebar - Menus */
		#sidebar ul {
			margin: 0;
			padding: 0 39px 0 40px;
			list-style-type: none;
			width: 260px;
		}
		#sidebar ul li {
			color: #cccccc;
			font: normal 14px/28px Arial, Verdana;
		}
		#sidebar ul li a {
			color: #cccccc;
			padding-left: 20px;
			text-decoration: none;
			background: url(images/sidebar_menu.gif) no-repeat;
			display: block
		}
		#sidebar ul li a:hover {
			text-decoration: none;
			font-weight: bold;
			color: #ffffff;
			background: url(images/sidebar_menu_hover.gif) no-repeat;
		}
		/* Sidebar - Menus - Submenus */
			#sidebar ul li ul {
				padding: 0;
			}
		/* Sidebar - Texts */
		#sidebar .textwidget {
			padding: 0 25px;
		}
		/* Sidebar - Sponsors */

		#sidebar .sidebar-sponsors {
			width: 290px;
			margin: 0 auto;
		}
		/* Sidebar - Destacadas */
		#sidebar .sidebar-sponsors-banner {
			float: left;
			width: 125px;
			padding: 0 10px 20px 10px;
			border:#FFFFFF thin;
		}
/* Footer */
#footer {
	width: 930px;
	height: 58px;
	padding: 7px 0px 0px 00px;
	color: #FFFFFF;
	font: Arial, Verdana;
	margin:auto;
    margin-bottom:0px; 
    margin-top:0px;    
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
        color: #FFFFFF;
	text-decoration: underline;
}

