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

Titulo : Portfolio New-Lyon
Autores : Jose Nuñez y Christian Zuñiga
New-Lyon crossmedia Studio. propiedad Intelectual Todos los derechos reservados.
Impementacion de tecnologias Multimediales ,programacion Web ,Creatividad y Support Tecnico Christian Zuñiga Cavieres
Quien ademas cumple labores de Co-produccion ,Media partnert y relacionador Publico.

Diseño grafico,Implementacion Multimedia,Arq y programacion web ,Creatividad y Support Tecnico Jose Nuñez N
Quien ademas cumple Labores de Integracion,adaptacion y creacion de MediaMarketing.

Contacto a : contacto@new-lyon.com
URL : www.new-lyon.com

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

*{
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#eae9e6;
	font-size: 12px;
	color: #7e7e7e;
}

#contentONE{
	width:400;
	height:266;
	margin-top:23%;
	z-index:1;
	position: absolute;
}

#contentTWO{
	width:224;
	height:145;
	margin-top:23%;
	margin-left:176;
	z-index:1;
	position: absolute;
}

#footer {
	position:fixed;
	bottom:0px;
	height: 50px;
	width: 100%;
	margin:0px auto -25px auto;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 20px;
	z-index: 3;
}
a {
	color: #666;
	text-decoration: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-style: italic;
	color: #CCC;
	text-decoration: none;
	text-align:center;
}
p footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-style: italic;
	color: #999;
	text-decoration: none;
	text-align:center;
}
