/* RESET */

* { margin: 0; padding: 0; border:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        background-image: url("../imagenes/fondo.jpg");
        background-repeat: repeat-x;
}
ol, ul {
list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 { font-size: 26px; }

h2 { font-size: 20px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h5 { font-size: 12px; }

h6 { font-size: 10px; }

li { list-style: none;}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

p, li {
	color: #545454;
	font-family:Arial;
	font-size:14px;
}

/* END RESET */

/* Estilos Generales */


body {
margin: 0 auto;
padding: 0;
text-align: center;
}

div#cuerpo {
    position:absolute;
    top:0;
    left:130px;
    width: 973px;
    background-color: #FFF;
    background-image: url("../imagenes/backgroundtop2.jpg");
    background-repeat:no-repeat;
    margin:0;
    padding:0;
}

div#encabezado {
margin: 0 auto;
}

div#navegacion li a {

background-image: url("../imagenes/btn_menu.jpg"); 
background-repeat: repeat-x;
height: 118px;
}

div#footer {
background-image: url("../imagenes/pie.jpg"); 
background-repeat: no-repeat;
height: 59px;
width: 584px;
margin: 0 auto;
padding:0;
}

/* end Estilos Generales */

/* Clases Generales */

div.interior {
	width: 800px;
	margin: 0 auto;
	} 
}

div.clearfix {
	width:1px;
	height:1px;
	display: block;
	content:"*";
	clear:both;
}

/* Clases Generales - estilo 1 para agregar sombra a los textos*/
.fuente {
	position: absolute;
	color:#fff;  
	z-index: 10;
	top:9px;
	font-size:18px;
	font-family: Arial;
	float:right;
	top:73px;
	right:69px;
	bottom:0px;
	left:259px;
	text-align:center;
	line-height:23px; 
	
}

.fuentesombra {
	position: absolute;
	color:#000;  
	z-index: 9;
	top:10px; 
	font-size:18px;
	font-family: Arial;
	float:right;
	top:74px;
	right:70px;
	bottom:0px;
	left:260px;
	text-align:center;
	line-height:23px; 
}

/* end- estilo 1 para agregar sombra a los textos*/
/* end- clases generales*/

/* Encabezado */

div#descripcion {
	position:relative;
	height:66px;
	padding: 25px 0px 0px 0px;
}

div#descripcion h1 a {
	
	background:url(../imagenes/logo_ferreteria.png) no-repeat ;
	line-height:71px; 
	text-indent:-9999px;
	display:block;
}

/* Flash */

#flash {
}

#flash2 {
	position:absolute;
	margin:-80px 0px 0px 215px;
	}



/* Menu Principal */

#navegacion {
	height:91px;
        margin:0px 130px 0px 0px;
}

#navegacion li {
	margin: 0px 0px 0px 0px;
	line-height: 70px;
	float:right;
	background:url(../imagenes/btn_menu.png) no-repeat;
	background-position:center;
	}

#navegacion li a {
	color:#000;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:20px;
	background-position:center;
	}
	
#navegacion li a:link {
	color:#000;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	background:url(../imagenes/btn_menu.png) no-repeat;
	padding:20px;
	background-position:center;
	}
		
#navegacion li a:hover {
	background:url(../imagenes/btn_menu_hover.png) no-repeat ;
	background-position:center;
	padding:20px;
	color:#fff;
	
	
	}
	
#navegacion li a.active {
	background:url(../imagenes/btn_menu_hover.png) no-repeat ;
	background-position:center;
	padding:20px;
	color:#fff;
	}
	
	
/* Contenido Primario */

div#primario{
	width:450px;
        float:left;
	font-family:Arial;
	font-size:14px;
	
	
	
	}

div#primario table td, div#primario table th{
        padding:0.2em;
        text-align: left;
}



div#primario p {

	width:450px;
	text-align:justify;
	line-height: 18px;
	padding-bottom: 16px;
	z-index:41;
	}
	
	div#primario li {


	list-style: disc;
	line-height: normal;
	margin-left: 15px;
	}
	
	
/* Formulario*/
	
input, textarea, type {
	
	background:#79AAD2;
	border: #2272B7 1px solid;
	padding-left: 12px;
	color:#fff; 
}

label {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	width: 100px;
	line-height:30px;
}
form div  {
	padding: 10px 0px;
	line-height: 10px;

	
}

form div value  {
	margin-bottom:5px;
}
	
input {
	padding: 5px 5px;
	width: 295px;
}

input:focus {
	background-color:#e2e2e2;
	color: Black;
}

textarea:focus {
	background-color:#e2e2e2;
	color: Black;
}

textarea {
	margin: 0px 0px 10px 0px;
	width: 295px;
	padding:5px 5px;
}

input #name {
	padding: 5px;
}

#submit {
	padding: 0px;
	background: transparent;
	border:none;
	width: 91px;
	margin: 0 20px 0 200px;
	*margin: 0 20px 0 200px;
}


	
	
	
	
/* Contenido Secundario */

div#secundario {
	width:307px;
	top:327px;
	margin-bottom:350px;
	margin-right:0px;
        float:right;
	*margin-right:0px;
	width:307px;
	
	z-index:40;
	display:block;
	}
	
div#secundario img {
	top:327px;
	float:right;

	padding: 0px 0px;

	height:307px;
	display:block;
	
	}
	
	/* Contenido Secundario  imagen contacto*/
	div#secundario_contact {
	top:350px;
	margin-left:450px;
	*margin-left:0px;
	float:right;
	position:absolute;

	padding: 0px 0px;

	height:400px;
	width: 386px;
	display:block;
	
	}
	
	div#secundario_productos {
	top:400px;
	margin-left:358px;
        float:right;
        position:absolute;
	*margin-left:4px;
	margin-bottom: 15px;
	
	
	

	padding: 0px 0px;

	height:400px;
	width: 257px;
	display:block;
	
	}
	
	
	
	/* Contenido Secundario  imagen contacto*/
	div#maps {
	top:0px;
	text-align:center;
	margin:0 auto;
	padding: 0;
	width: 600px;
	
	

	}
	
/* Pie */

div#footer{

	margin:0 auto;
	*margin:0 auto;
	padding: 0;
	*padding: 0;
	margin-top:15px;
	*margin-top:15px !important;

	*margin-left:305px !important;


	clear:both;
	

	}
	

div#footer h3 {

	font-family:arial;
	font-size:11px;
	color:#fff;
	margin:30px 0 0 40px;
	*margin:30px 0 0 40px !important;
	padding-top:25px;
	padding-right:25px;
	*padding-right:25px !important;
 

	}
	


div#footer_info {
	background:url(../imagenes/btn_correo.png);
	width:86px;
	height:28px;
	margin: -14px 250px 0 450px;
	*margin: -14px 250px 0 450px !important;

	float:right;
	*float:right !important;


	
	}

div#footer #footer_info p{
	font-family:arial;
	font-size:10px;
	color:#000;
	text-align:center;
	height:28px;
	
}


div#footer #footer_info p a{
	text-decoration:none;
}
div#contenido{
   padding:2em 2em 0em 2em;
   background-image: url("../imagenes/pie.jpg");
   background-repeat: no-repeat;
   background-position:bottom center;
}
div#contenido p{
    margin: 1em 0;
}
.limpia{
    clear: both;
}
.pie{
    margin:6em 0 0 400px;

}




	