body{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(../images/bg_carbono2.jpg);
}

#cabecera{
	position: relative;
	margin: 0px auto;
	width: 820px;
	padding: 20px 0px;
	z-index: 1;
	text-align: left;
}

#contenedor{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 820px;
	height: 320px;
	z-index: 1;
}

#contenedor2{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 820px;
	height: 520px;
	z-index: 1;
}

#contenedor3{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 820px;
	height: 820px;
	z-index: 1;
}

#contenido{
	float: left;
	display: inline;
	width: 820px;
	height: 320px;
	overflow: hidden;
	z-index: 1;
	background: url(../images/fondo.png);
}

#contenido2{
	float: left;
	display: inline;
	width: 820px;
	height: 520px;
	overflow: hidden;
	z-index: 1;
	background: url(../images/fondo.png);
}

#contenido3{
	float: left;
	display: inline;
	width: 820px;
	height: 820px;
	overflow: hidden;
	z-index: 1;
	background: url(../images/fondo.png);
}

#gallery{
}

#gallery li{
	float: left;
	display: inline;
	padding: 20px 0px 0px 20px;
}

#gallery a{
	width: 78px;
	height: 78px;
	display: block;
	border: 1px solid #575757;
	overflow: hidden;
}

#gallery a:hover{
	width: 78px;
	height: 78px;
	display: block;
	border: 1px solid #ffffff;
}

#pie{
	position: relative;
	margin: 0px auto;
	text-align: right;
	width: 820px;
	padding: 10px 0px;
	z-index: 1;
}

#pie a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}