body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body.bg {
	background-image: url(/img_constantes/body_bg.gif);
	background-repeat: repeat;
	background-color: #000000;
}
/*Portada*/
#homePromo h1, #homePromo a {
	font-size: 16px;
	color:#FFFFFF;
	text-decoration:none;
}
#homePromo td.border{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
}
/*Termina Portada*/
/*Contenidos*/
a {
	color:#003366;
	text-decoration:none;
}
a:hover { 
	color:#FF0000;
	text-decoration:underline;
}
#canvas {
	background-color: #FFFFFF;
	width: 740px;
	background-image: url(/img_constantes/fondos/catalogo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(/img_constantes/secciones/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 120px;
}
#top img {
	margin: 10px 20px;
}
/*Sirve para poder usar Absolute con sus divs internos*/
#top #topfix {
	position: relative;
	width: 740px;
}
#top #topfix #title h1{
	font-family: Arial, sans-serif;
	font-weight: bolder;
	position: absolute;
	text-align: right;
	font-size: 20px;
	margin: 0px;
	text-transform: lowercase;
	color: #FFFFFF;
	top: 80px;
	padding-right: 10px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top #topfix #breadcrumb h2{
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0000;
	text-align: right;
	top: 100px;
	position: absolute;
	padding-right: 10px;
	font-weight: bold;
	margin: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*Sirve para posicionar las columnas Left y Right*/
#centerfix{
	position:relative;
	width: 740px;
}
#left{
	width: 130px;
	/*padding-right: 15px;
	padding-left: 15px;*/
	position: absolute;
	left: 0px;
	top: 0px;
}
/*#left a{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(/img_constantes/btns/btn_bg_up.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: lowercase;
}
#left a:hover{
	background-image: url(/img_constantes/btns/btn_bg_over.gif);
	color: #FF0000;
}*/
#right{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	padding: 5px;
	margin-left: 160px;
	width: 569px;
	position:relative;
}
#right h1{
	color:#FF0000;
	font-size: 24px;
}
/*
Estilos de los contenidos y las listas
Todas estarn dentro del div #right
-----------------------------------
Estandar de nombres:
contTipo (donde Tipo cambia)
listTipo (donde Tipo cambia)
-----------------------------------
*/
#indep{
	width: 350px;
}
#contEmp{
	width: 380px;
	margin-left: 170px;
	top: 10px;
	right: 5px;
}
#listEmp{
	width: 150px;
	position:absolute;
	left: 11px;
	top: 11px;
	border: thin solid #FFCC00;
}
#contCat{
	width: 200px;
	position: absolute;
	/*margin-right: 350px;*/
	left: 5px;
}
#listCat{
	width: 350px;
	/*position: absolute;*/
	margin-left: 200px;
	top: 10px;
	right: 5px;
}
#productos, #search{
	position:relative;
}
#productosList, #searchList{
	background-color:#003366;
	width: 420px;
	padding: 5px;
	margin-bottom: 5px;
}
#productosList a, #searchList a{
	font-size: 10px;
	color:#003399;
	text-decoration: none;
}

#productosList a:hover, #searchList a:hover{
	color: #FFCC00;
}
/**/
#productosList2{
	background-color:#FF9966;
	width: 630px;
	padding: 5px;
	margin-bottom: 5px;
}
#productosList2 a{
	font-size: 10px;
	color:#003399;
	text-decoration: none;
}
#productosList2 a:hover{
	color: #FFCC00;
}
/**/
#productosPromo, #searchPromo{
	padding: 5px;
	top: 0px;
	left: 400px;
	border: 2px solid #FFCC00;
	margin-bottom: 5px;
}
#productosPromo p, #productosPromo form{
	margin: 0px;
}
#productoList{
	/*width: 520px;*/
	padding: 5px;
	margin-bottom: 5px;
}
#productoList h2{
	font-size:16px;
}
#productoList li{
	margin-left: -20px;
	list-style-image: url(/img_constantes/li_dot.gif);
}
#productoPromo{
	width: 155px;
	padding: 5px;
	position: absolute;
	top: 5px;
	right: 5px;
	border: 2px solid #FFCC00;
}
#productoRelated{
	border: 2px solid #FFCC00;
	padding: 5px;
}
#listLinks{
	width:400px;
}
#listLinks td{
	border-bottom:2px solid #000000;
}
/*Termina contenidos y listas*/
#footer {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px 5px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: normal;
}
/*Comunes*/
#right a{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#right a:hover{
	color: #FFCC00;
	text-decoration:underline;
}
/*GENERALES*/
h1{
	color:#CC0000;
	font-size: 14px;
	margin: 0px;
}
