/* CSS Document */
/*----------------------------------------------------
Template El Tesoro Magazine
version: 1.0.0.0
date: 04/05/09
author: 9grados
email: info@9grados.com
website: www.9grados.com
aplicación: www.eltesoromagazine.com
Maquetación: 9grados
------------------------------------------------------*/
html, body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	min-width: 1000px;
	color: #72736E;
	background: #2B2C29;
}
#wrap {
	width: 980px;
	margin: 0px auto;
	text-align: center;
	min-height: 100%;
}
/* Hack para IE 6 */
* html #wrap {
	height:100%;
}
/**/
.borrarColumnas {
	clear: both;
}
/*====================*/
p {
	margin: 0px 0px 20px 0px;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
a {
	outline: 0;
}
/*====================*/
#content {
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 260px 0;
}

/*-----------------------------*/
/*==FOOTER==*/
#footer {
	position: relative;
	width: 100%;
	height: 190px;
	text-align: center;
	margin: -190px auto 0px auto;
	background: #1E1E1C;
}
	#footer p {
		margin: 0;
	}
	#footerIn {
		width: 980px;
		margin: 0 auto;
		text-align: center;
	}
	#footerLeft {
		width: 164px;
		float: left;
		height: 113px;
		padding: 77px 0 0 33px;
		margin: 0;
		text-align: left;
	}
		#footerLeft img {
			border: none;
		}
	#footerRight {
		width: 783px;
		float: left;
		height: 190px;
		margin: 0;
		text-align: left;
	}
		#footerRight .menu {
			width: 760px;
			height: 55px;
			padding: 0;
			margin: 20px 0 0 23px;
		}
			#footerRight .menu ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#footerRight .menu li {
				margin: 0 0 0 0;
				padding: 0;
				display: inline;
				color: #4D4D4D;
			}
				#footerRight .menu li span.sep {
					margin: 0 11px;
				}
				#footerRight .menu li a {
					color: #4D4D4D;
					font-size: 12px;
					text-decoration: none;
				}
				#footerRight .menu li a:hover, #footerRight .menu .current {
					color: #72736E;
					text-decoration: underline;
				}
		#footerRight .logoMag {
			width: 783px;
			height: 49px;
			padding: 0 0 0 0;
		}
		#footerRight .info {
			color: #3F3F3D;
			font-size: 9px;
			line-height: 1.2em;
			width: 480px;
			height: 51px;
			float: left;
			padding: 15px 0 0 23px;
		}
			#footerRight .info span {
				color: #535552;
			}
		#footerRight .creditos {
			width: 236px;
			margin: 0 0 0 44px;
			text-align: left;
			float: left;
			font-size: 10px;
		}
			#footerRight .creditos .web9grados {
				background: url(../imagenes/9grados.gif) no-repeat 0 3px;
				width: 150px; 
				height: 15px;
				margin: 20px 0 0 0;
				padding: 0 0 0 16px;
			}
				.web9grados a {
					color: #636661;
					text-decoration: none;
				}
				.web9grados a:hover {
					text-decoration: underline;
				}
