/* CSS Document */
/*----------------------------------------------------
Template Globaliquors V2
version: 1.0.0.0
date: 22/08/09
author: 9grados
email: info@9grados.com
website: www.9grados.com
aplicación: www.globaliquors.com
Maquetación: 9grados
------------------------------------------------------*/
/*==CSS Reset==*/
* {  
	padding: 0;  
	margin: 0;  
	border: none;
	text-align: left
}
p {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	font-size: 12px;
	color: #fff;
	font-weight: normal
}
ul, dl, li, ol, dt, dd {
	list-style: none;
}
a {
	text-decoration: none;
	color: #CBCBD1;
	outline: 0;
}
object {
	outline: 0;
}
a:hover {
	text-decoration: none
}
address { 
	font-style:normal 
} 
/*====================*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 1000px;
	color: #8A8A8A;
	background: #242526 url(../imagenes/fndGlobal.jpg) no-repeat center top;
}
#wrap {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	min-height: 100%;
}
/* Hack para IE 6 */
* html #wrap {
	height:100%;
}
/**/
.borrarColumnas {
	clear: both;
}
/*====================*/

/*====================*/
#content {
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 110px 0;
}

#social li {
	margin: 0 0 8px;
}
#social li a {
	display: block;
	text-indent: -9000%;
}
#social li a.facebook {
	background: url(../imagenes/socialIcons/facebook.gif) no-repeat left top;
	height: 17px;
}
#social li a.twitter {
	background: url(../imagenes/socialIcons/twitter.gif) no-repeat left top;
	height: 17px;
}
#social li a.skype {
	background: url(../imagenes/socialIcons/skype.gif) no-repeat left top;
	height: 17px;
}
#social li a.blogger {
	background: url(../imagenes/socialIcons/blogger.gif) no-repeat left top;
	height: 20px;
}
#social li a:hover {
	background-position: left bottom;
}

/*-----------------------------*/

/*==HEADER==*/
#header {
	width: 980px;
	height: 83px;
}
	#header .menu {
		width: 558px;
		height: 38px;
		margin: 45px 0 0 82px;
		float: left;
	}
		#header .menu li {
			display: inline;
			margin: 0 11px;
		}
		#header .menu a {
			text-decoration: none;
			color: #CCC;
			font-size: 16px;
			height: 33px;
			display: inline-block;
		}
		#header .menu a:hover {
			color: #B3E000;
			border-bottom: 1px solid #BAD405;
		}
	#header .logo {
		width: 240px;
		height: 43px;
		float: left;
		margin: 40px 0 0 100px;
	}

/*==========*/

/*==FOOTER==*/
#footer {
	position: relative;
	width: 100%;
	height: 110px;
	text-align: center;
	margin: -110px auto 0px auto;
	background: #242526;
}
	#footerIn {
		width: 954px;
		height: 109px;
		border-top: 1px solid #333;
		margin: 0 auto;
		text-align: center;
	}
	#footerLogo {
		width: 367px;
		float: left;
		height: 89px;
		margin: 20px 0 0;
		text-align: right;
	}
	#footerInfo {
		width: 562px;
		height: 86px;
		float: left;
		margin: 23px 0 0 15px;
		font-size: 11px;
		color: #CBCBD1;
	}
		#footerIn ul {
			margin-bottom: 20px;
		}
		#footerIn li {
			display: inline;
		}
			#footerIn li a {
				color: #CBCBD1;
				margin: 0 17px;
			}
			#footerIn li a:hover {
				text-decoration: underline;
			}
		
		#footerIn address {
			margin-left: 17px;
		}
		#footerIn .colorAlt {
			color: #7C7C80;
		}
	
		#footerIn .web9grados {
			background: url(../imagenes/9grados.gif) no-repeat left top;
			width: 150px; 
			height: 15px;
			margin: 12px 0 0 17px;
			padding: 0 0 0 16px;
			font-size: 10px;
		}
			.web9grados a {
				color: #636661;
				text-decoration: none;
			}
			.web9grados a:hover {
				text-decoration: underline;
			}

