/* CSS Document */
/*----------------------------------------------------
Template 9grados
version: 1.0.0.0
date: 27/01/10
author: 9grados
email: info@9grados.com
website: www.9grados.com
aplicación: www.9grados.com
Maquetación: 9grados
------------------------------------------------------*/
/*==CSS Reset==*/
* {  
	padding: 0;  
	margin: 0;  
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	font-size: 14px;
	color: #F58220;
	font-weight: normal;
	text-align: left;
}
ul, dl, li, ol, dt, dd {
	list-style: none;
	text-align: left;
}
a {
	text-decoration: none;
	color: #FFF;
	outline: 0;
	text-align: left;
}
a:hover {
	text-decoration: none
}
object {
	outline: 0;
}
address { 
	font-style:normal 
}
p, div, span {
	text-align: left;
}
/*====================*/
html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 1000px;
	color: #CCCCCC;
	background: #1F2120;
}
#wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	min-height: 100%
}
	#wrapIn {		
		width: 100%;
		min-height: 100%;
		margin: 0px auto;
		text-align: center;
		padding: 0;
	}
/* 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 115px 0
}*/

/*-----------------------------*/

/*==HEADER-MENU==*/
#header {
	width: 980px;
	height: 270px;
	margin: 0 auto;
	text-align: center
}
	#header_logo_menuSWF {
		width: 980px;
		height: 270px;
	}

/*==========*/



/*==FOOTER==*/
#footer {
	position: relative;
	width: 100%;
	height: 95px;
	text-align: center;
	font-size: 10px;
	margin: -95px auto 0;
	background: #312F2C;
}
	
