/* CSS Document para ferreteria pesce */

BODY {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: justify;
	color:#333333;
	background-repeat:repeat;
	margin-top: 0px;
	margin-left: 0px;
}

/* DIV */
#page { 
	position: relative;
	width: 900px;
	margin: 0px;
}

#header {

	background-repeat:no-repeat;
	margin-top:0px;
	width: 900px;
	height:600px;
	position: relative;
}

#header_privado {
	background-image:url(../images_base/header_privado.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	width: 900px;
	height:600px;
	position: relative;
}

#header_terminos {
	background-image:url(../images_base/header_terminos.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	width: 900px;
	height:600px;
	position: relative;
}

#header_somos {
	background-image:url(../images_base/header_somos.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	width: 900px;
	height:600px;
	position: relative;
}

#header_contactenos {
	background-image:url(../images_base/header_contactenos.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	width: 900px;
	height:600px;
	position: relative;
}

#menu {
	position: absolute;
	top: 120px;
    left:12px;
	COLOR: #996600;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 20px;
	WIDTH: 140px;
}
	
/* elemento contenedor del carrito*/

#central {
	position: absolute;
	left:160px;
	width:600px;
	height: auto;
	/*background-color:#FFFFFF;*/
	padding:10px;
	/*border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;*/
	top: 120px;
	font-size: 11px;
	z-index:1;
}
	

/* banners */

#banners {
	position: absolute;
	left: 790px;
	top: 140px;
	WIDTH: 102px;
}

#moon {
	background-image: url(../images_base/moon_logo.gif);
	background-repeat:no-repeat;
	height:28px;
	width:100px;
}

#banner1 {
	background-image: url(../banners/pago.gif);
	background-repeat:no-repeat;
	height:150px;
	width:102px;
}

#banner2 {
	background-image: url(../banners/kpack.gif);
	background-repeat:no-repeat;
	width:102px;
	height:54px;
}

#banner3 {
	background-image: url(../banners/lineas.gif);
	background-repeat:no-repeat;
	width:102px;
	height:100px;
}

#banner4 {
	background-image: url(../banners/publique.gif);
	background-repeat:no-repeat;
	width:102px;
	height:208px;
}

#footer { 
	FONT-SIZE: 9px; 
	COLOR:#020E76; 
	LINE-HEIGHT: 16px;   
	BACKGROUND-COLOR: #FEFFDF; 
	TEXT-ALIGN: left;
	margin-top:30px;
	padding:5px;
	border-width: 1px;
	border-style: solid ;
	border-color:#CCCCCC;
}

.raya {
border-bottom: dotted;
border-bottom-color:#333333;
border-bottom-width:1px;
padding-top: 10px;
padding-bottom:10px;


}

.raya_sin_espacio {
border-bottom: dotted;
border-bottom-color:#333333;
border-bottom-width:1px;
}

.raya_2 {
border-bottom: dotted;
border-bottom-color:#333333;
border-bottom-width:1px;
padding:0px;
margin-left:20px;
}

/* Elementos HTML */

a:link {
	color: #020E76;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #020E76;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #020E76;
	font-weight:bold;
}

.texto_ppal{
	FONT-SIZE: 13px;
	line-height: 18pt;
	/*text-indent: 20px;
	padding-left:30px;
	padding-right:30px; */
}
.texto_interlineado14{
	FONT-SIZE: 13px;
	line-height: 14pt;
}
.texto_azul{
color:#020E76;
}

.texto{
	FONT-SIZE: 10px;
}

h3{ 
	font-size:14px;
	line-height:18px;
	color:#020E76;
	font-weight:bolder;
}

.titulol{
	FONT-SIZE: 20px;
	line-height: 20pt;
	color:#020E76;
}

.back{
font-size:10px;
text-align:right;
}

/* estilos para el menu izquierdo*/

.menu A:link {
	COLOR: #020E76; TEXT-DECORATION: none;
}
.menu A:hover {
	COLOR: #666666; TEXT-DECORATION: none;
}
	
.menu A:visited {
	COLOR: #020E76; TEXT-DECORATION: none;
}	

.boton {     
	 font-size: 9pt;     
	 background-color: #FEFFDF;     
	 margin: 3px;     
	 padding: 2px; 
	 border-style: ridge;
	 border-top-width: 1px;    
	 border-left-width: 1px;     
	 border-right-width: 3px;
	 border-bottom-width: 3px;     
	 border-color: #020E76;
} 

.panelNumerico 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.lbl_ofertas 
{
	margin-top:100px;
	font-size:medium;
	font-weight:bold;
}

.dropdown{
	FONT-SIZE: 16px;
}