/*

	Hoja de estilo para tiendacomerciojusto.cl
	Tipo: Básica (Netscape 4)
	
	Programación: Juan Pablo Gil R. - juanpablo@conectu.com
	Diseño gráfico: Andrés Giordano - andres@conectu.com
	Copyright 2002 - Conectu.com

*/

/*

	ELEMENTOS HTML
	
*/
body {
	background: #FFFFFF;
	margin: 0 5%;
	padding: 0 0;
}
body, td, th, input, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #483D8B;
	font-weight: bold;
}

h1 { color: #ac790f ; font-size: 200%; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; }
h2 { font-size: 150%; font-weight: bold; color: #ac790f;  }
h3 { font-size: 100%; }

a {}
a:visited {}
a:hover { color: orange; }

/*

	AUTOMAP
	
*/
#AutoMap { }
#AutoMap a { text-decoration: none; color: blue; font-weight: normal; }
#AutoMap a:hover { text-decoration: underline; }

#AutoMap div.lvl1 { }
#AutoMap div.lvl1 div.autoMapItem { }
#AutoMap div.lvl2 { }
#AutoMap div.lvl2 div.autoMapItem { }
#AutoMap div.lvl3 {}
#AutoMap div.lvl3 div.autoMapItem { }



/*

	OTROS ELEMENTOS

*/

.w3c { display: none; }
address {
	font-style: normal;
	font-size: 10px;
}


#conectuLogo { text-align:center; }


div.Caja {
	float: none;
	position: relative;
	margin: 30px;
	background: #f7f4f5;
	border: 1px solid #b7b4b5;
	padding: 0px 10px;
}


p.resaltado {
	text-align: center;
	font-size: 110%;
	font-style: italic;
}

p.colofon {
	margin-left: 50%;
	text-align: right;
	font-size: 90%;
	font-style: italic;
}

p.colofon {
	position: relative;
	margin: 1em 3em 2em 3em;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	border: thin dotted gray;
	background: #fffff6;
	padding: 10px;
}

p.IrArriba {
	text-align: center;
	color: gray;
}
p.IrArriba a {
	color: gray;
}
p.IrArriba a:hover {
	color: blue;
	text-decoration: underline;
}

/*

	MENSAJES DE ERROR

*/
.MsgError{
	color : Red;
	margin: 10px 5%;
	padding: 5px;
	border : 3px solid Red;
	text-align : center;
	background: #FAFAD2;
	font-weight : bold;
}

.MsgExito {
	color : Green;
	margin: 10px 5%;
	padding: 5px;
	border : 3px solid Green;
	text-align : center;
	background: #D3EAA6;
	font-weight : bold;
}
