/*
/* General */
body {
	margin: 0;
	background: url(images/background.gif) repeat-x;
	background-color: #333333;
}
h1, h2, h3 {
	margin: 0;
}
h4 {
	margin: 0;
	color: #000000;
	font: 12px "Arial", Verdana;
}

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: 995px;
	height: 200px;
	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: 800px;
	}
	#header #header-info h1 {
		color: #0000000;
		font: bold 10px "Century Gothic", Verdana;
		padding-bottom: 5px;
	}
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	#header #header-info .description {
		color: #222222;
		font: bold 42px "Century Gothic", Verdana;
		padding-left: 115px;
	}
	/* Header - Menu */
	#header #header-menu {
		position: absolute;
		top: 160px;
		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: 1030px;
	background: url(images/main.gif) repeat-y;
	margin:auto;
}
	/* Main - Content */
	#content {
		float: left;
		width: 680px;
		padding: 35px 20px 0 21px;
	}
	/* Main - Content - Post */
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 680px;
	}
		/* Post - Title */
		#content .post .post-title {
			width: 680px;
			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 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: 300px;
		font: normal 13px/19px Arial, Verdana;
		margin-top:0px;
		margin-bottom:0px;
		font: bold 14px Arial, Verdana;
		color: #333333;
		background: #FFBB2D;
	}
	#sidebar a {
		color: #222222;
		text-decoration: underline;
	}
	#sidebar a:hover {
		text-decoration: underline;
		color:#B01266;
	}
	/* Main - Sidebar - Boxes */
	#sidebar .sidebar-box {
		margin: 0 auto;
		width: 300px;
		border-top: 1px solid #999999;
		margin-bottom: 20px;
		margin-top:10px;
	}
	/* Main - Sidebar - Boxes */
	#sidebar .sidebar-top {
		margin: 0 auto;
		width: 300px;
		height: 120px;
		background: url('images/sidebar_top.gif') repeat-x ;
		background-color: #FFBB2D;
	    background-position:top;
		margin-top:0px;
	}
		/* Sidebar - Menus */
		#sidebar ul {
			margin: 0;
			padding: 0 0px 0 40px;
			list-style-type: none;
			width: 260px;
		}
		#sidebar ul li {
			color: #111111;
			font: normal 12px/24px Arial, Verdana;
		}
		#sidebar ul li a {
			color: #333333;
			padding-left: 0px;
			text-decoration: none;
			display: block
		}
		#sidebar ul li a:hover {
			text-decoration: none;
			font-weight: bold;
			color: #222222;
		}
		/* Sidebar - Menus - Submenus */
			#sidebar ul li ul {
				padding: 0;
			}
		/* Sidebar - Texts */
		#sidebar .textwidget {
			padding: 0 5px;
		}
		/* Sidebar - Sponsors */

		#sidebar .sidebar-sponsors {
			width: 280px;
			margin: 0 auto;
		}
		/* Sidebar - Destacadas */
		#sidebar .sidebar-sponsors-banner {
			float: left;
			width: 125px;
			padding: 0 3px 3px 3px;
			border:#FFFFFF thin;
		}
/* Footer */
#footer {
	width: 1000px;
	height: 90px;
	padding: 7px 0px 0px 00px;
	color: #000000;
	font: Arial, Verdana;
	margin:auto;
    margin-bottom:0px; 
    margin-top:0px;    
}
#footer a {
	color: #333333;
	text-decoration: underline;
}
#footer a:hover {
        color: #000000;
	text-decoration: underline;
}
