body {
	margin:0px;
	background:url(imagenes/fondogranymar.jpg) top repeat-x fixed;
	background-color:#ffffff;
}

#up_black{
	position:fixed;
	top:0px;
	left:0px;
	height:8px;
	width:100%;
	background-color:#191919;
}

#down_black{
	height:34px;
	width:100%;
	background-color:#191919;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:100;
}

#pie{
	width:900px;
	margin:auto;
	line-height:30px;
}

#up_contactar{
	width:924px;
	height:44px;
	margin:auto;
	text-align:right;
}

#contenedor_principal{
	width:924px;
	margin:auto;
}

#logo{
	height:37px;
	background:url(imagenes/logo.png) 95px 0px no-repeat;
}

#columna_izqda{
	margin-top:50px;
	float:left;
	width:194px;
	text-align:right;
}

#columna_central{
	float:right;
	margin-left:204px;
	width:714px;
	height:600px;
	/*padding:36px 4px 4px 4px;*/

}

#columna_dcha{
	margin-top:50px;
	float:right;
	width:114px;
}

/* ------------ Menú Lateral ------------ */

#menu{
	padding-top:30px;
}

.seccion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-align:right;
}
.seccion a{
	text-decoration:none;
	color:#ffffff;	
}

.seccion div{
	display:table-cell;
	background-color:#000000;
	padding:3px 4px;
	margin-bottom:4px;
	float:right;
	clear:both;
}

.seccion div:hover{
	background-color:#999999;
	color:#000000;
	cursor:pointer;
}


/* ------------ Título Secciones ------------ */

.titulo_seccion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	margin-top:4px;
}

.titulo_seccion div{
	display:table-cell;
	background-color:#000000;
	padding:3px 4px;
	margin-bottom:4px;
}



/* ------------ Contenido ------------ */

.fotos_portada{
	width:590px;
	height:290px;
	margin-bottom:20px;
}





/* ------------ TIPOGRAFÍA ------------ */

.texto_peque{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#666666;
}

.texto_grande{
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#333333;
}

.texto_peque_blanco{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#ffffff;
}

/*------------ secciones -----------------------*/
.contenedorSeccion {
	margin-top:0px;	
	min-height:1210px;
	padding-top:36px;
	width:592px;
	margin-bottom:500px;
}

#conozcanos{
	padding-top:56px;
}

#nuestros_productos{
	padding-top:56px;
}

/*------------ CONTACTO ------------------------*/
#contactForm{
	width:250px;
	margin-right:auto;
	margin-left:auto;	
}
#contactForm input{
	width:250px;
	margin-bottom:10px;
}
#contactForm textarea{
	width:250px;
	height:150px;
	margin-bottom:10px;
}

.photoHolder{
	border:3px solid white;
	width:176px;
	height:200px;
	background:url('imagenes/loading6.gif') black 50% 50% no-repeat;
}
.itemHolder{
	float:left;
	margin:7px;
	width:176;
	height:220px;
	cursor:pointer;
}
/*--------------- NUESTROS TRABAJOS ------------*/
#nuestros_trabajos .photoDetailHolder{
	float:left;
	margin:7px;
	cursor:pointer;
}

/*--------------- NUESTROS PRODUCTOS ------------*/

.photoFooter{
	text-align:center;
	width:176;
	height:20px;
}

#nuestros_productos .itemLittleHolder{
	float:left;
	margin:7px;
	width:100px;
	height:170px;
	cursor:pointer;
}
#nuestros_productos .photoLittleHolder{
	width:100px;
	height:150px;
	border:3px solid white;
	background:url('imagenes/loading6.gif') black 50% 50% no-repeat;
}
#nuestros_productos .photoLittleFooter{
	text-align:center;
	width:100;
	height:20px;
}

#nuestros_productos p{
	margin-top:15px;	
}

#nuestros_productos a{
	color:inherit;
	font-style:none;
	text-decoration:none;
}
/*------------------ BOTONES ----------*/
.button{
	background:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	width:100px;
	height:30px;
	float:right;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	margin-top:10px;
}
.button:hover{
	background-color:#999999;
	color:#000000;
	cursor:pointer;	
}
