@charset "utf-8";
/* 	Tema: Olin-Maq
	Tags: 3 columns, CSS, Media ready
	Credits: Jonatán y David T2D
	Web: www.the2designers.com
	Date: 09 2009
	Por The 2 Designers para Olin-Maq
	*/
/*	Index:
	0. Intro. Things about basic commands.
	1. Grid. Principal grid.
	2. Tipo. The tipo in page.
	3. Media. Media Load section
	*/
	
	
/*0. The Intro*/
body{
	margin:0px auto;
	text-align:center;
	background:#000000 url(../px/back_index.jpg) no-repeat center top;
	}
a:link {
	color: #BFC4C4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BFC4C4;
}
a:hover {
	text-decoration: none;
	color: #D1D6D6;
}
a:active {
	text-decoration: none;
	color: #BFC4C4;
}

/*1. The Grid*/
#main_content{
	width:760px;
	height:620px;
	text-align:center;
	margin:0px auto;
	padding: 0px;
	}
#page{
	width:760px;
	height:460px;
	margin: 0px auto;
	}
#logo{
	width:auto;
	height:auto;
	}
#footer{
	width:760px;
	height:150px;
	text-align:center;
	clear:both;
	}
/*2. The Tipo*/
.cred{
	width:660px;
	height:auto;
	padding:3px;
	text-align:center;
	color:#BFC4C4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:12pt;
	margin: 20px auto 0px auto;
	text-transform: uppercase;
	}

/*3. Media*/
.index_container{
	width:760px;
	height:460px;
	}
