/*--------------------- BODY ---------------------*/
body {
	background:url(../img/all/bg-body.jpg) repeat-x top center #333 fixed;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%; 
	margin:0;
	padding:0;
	text-align:center;
}
html, body {height: 100%;}
/*--------------------- HTML ---------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved. http://creativecommons.org/licenses/by/2.0 This style sheet portion is licensed under a Creative Commons License. */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
ul,ol {list-style:none}
/* // (CC) 2004 Tantek Celik. // */

/*------ Semantica ------*/
h1 {
	color:#000;
	font-size:2em;
	margin-bottom:4em;
	text-transform:uppercase;
}
h2 {
	color:#000;
	font-size:1.6em;
	margin-bottom:.35em;
	font-weight:bold;
}
h3 {
}
h4 {
}
p {
	line-height:1.25em;
	margin-bottom:1.2em;
}
a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
/*------ Tablas ------*/
table {
	border-collapse:collapse; /* Para quitar el padding de las celdas */
	border-spacing:0;
	width:99%;
}
caption, th, td {}

/*--------------------- ESTRUCTURA ---------------------*/
#contenedor {
	background:#FFF;
	height:100%;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:85.5em;
}
#contenido {
	background:#FFF;
	padding:2.5em 2.5em 20em 2.5em;
}
/*------ Menu ------*/
#menu {
	background:#1b1b1b;
	bottom:0;
	padding:1.5em 2.2em 0 2.2em;
	position:fixed;
	width:81.2em;
	z-index:98;
}
#menu #logo {
	float:left;
	margin-right:4em;
}
#menu li {
	float:left;
	margin-left:1em;
	width:9.5em;
}
#menu li a,
#menu li strong {
	color:#CCC;
}
#menu li a:hover {
	color:#FFF;
}
#menu li ul {
	margin-top:.5em;
	padding-bottom:1.5em;
}
#menu li li {
	float:none;
	margin:0;
}
#menu li li a {
	color:#999;
	font-weight:normal;
}
#menu .clear {
	height:2.9em;
}
#menu .fr li {
	width:8.5em;
}
#menu .fr li.QuienesSomos {
	width:13em;
}

/*------ Pie ------*/
#pie {
	background:#000;
	bottom:0;
	color:#666;
	height:1em;
	padding:1em 0;
	position:fixed;
	width:85.59em;
	z-index:99;
}
body:nth-of-type(1) #pie { /* Safari y Crhome */
	width:85.5em !important;
}
#pie p,
#pie ul,
#pie li {
	float:left;
}
#pie a {
	color:#666;
	font-weight:normal;
}
#pie a:hover,
#pie li strong {
	color:#474747;
	font-weight:normal;
}
#pie p,
#pie ul {
	margin:0 0 0 2em;
}
#pie li span {
	padding:0 .5em 0 .2em;
}
#pie abbr {
	border:none;
}
#pie .copyright {
	padding-left:28.75em;
}
#pie .traditionnel {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 2em 0 4em;
}
#pie .traditionnel a{
	color:#A09F9F;
}
#pie .traditionnel a:hover{
	color:#828080;
}

/*--------------------- CLASES GENERALES ---------------------*/
.ayudaAcces { /* Texto oculto para lectores de pantalla */
	font-size:.1em;
	left:-10000px;
	line-height:1%;
	position:absolute;
	top:-10000px;
}
.clear {
	clear:both;
}
/* Paginacion 01 (detalle producto + detalle proyecto + index) */
#paginacion01 {
	margin-top:3em;
}
#paginacion01 p {
	margin-bottom:0;
}
#paginacion01 .anterior a,
#paginacion01 .siguiente a {
	background:url(../img/all/bullet-productosdetalle-anterior.gif) no-repeat left center;
	display:block;
	height:2.75em;
	width:3.5em;
}
#paginacion01 .anterior span,
#paginacion01 .siguiente span {
	display:none;
}
#paginacion01 .anterior a:hover {
	background:url(../img/all/bullet-productosdetalle-anterior-hover.gif) no-repeat left center;
}
#paginacion01 .siguiente a {
	background:url(../img/all/bullet-productosdetalle-siguiente.gif) no-repeat left center;
	float:right;
}
#paginacion01 .siguiente a:hover {
	background:url(../img/all/bullet-productosdetalle-siguiente-hover.gif) no-repeat left center;
}
/* Paginacion 02 (novedades) */
#paginacion02 {
	clear:both;
	height:3em;
	padding-top:3em;
}
#paginacion02 li.anterior {
	float:left;
}
#paginacion02 li.anterior a {
	background:url(../img/all/bullet-02.gif) no-repeat left .5em;
	padding-left:.5em;
}
#paginacion02 li.siguiente {
	float:right;
}
#paginacion02 li.siguiente a {
	background:url(../img/all/bullet-01.gif) no-repeat right .5em;
	padding-right:.5em;
}
#paginacion02 li.numero {
	text-align:center;
}
/* Fabrique */
.fabrique {
	position:absolute;
	right:1.75em;
	top:2.25em;
}
