body
{
	background-color: #38584A;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67827D;
	line-height: 17px;
}
/*algunos colors usados: 476A61 67827D AFBEBC DDE3E2*/
h1
{
	font-size: 14px;
	color: #D88201;
	line-height: 17px;
	margin: 0 0 15px 0;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #DDE3E2;
} 
h2
{
	font-size: 14px;
	color: #476A61;
	line-height: 17px;
	margin: 0 0 5px 0;
	font-weight: bold;
	width: 100%;
}
h3
{
	font-size: 12px;
	color: #555;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
.texto
{
	font-size: 12px;
	color: #67827D;
	line-height: 17px;
}
.texto_chico
{
	font-size: 11px;
	color: #BBC1C0;
	line-height: 16px;
}
.texto_pie
{
	font-size: 10px;
	color: #FFF;
	background-color: #56706A;
	line-height: 16px;
	padding: 7px 15px 7px 15px;
}
.link_pie
{
	font-size: 10px;
	color: #DDE3E2;
	line-height: 16px;
	text-decoration: none;
}
a.link_pie:hover
{
	color: #AFBEBC;
}
.principal
{
	 width: 750px;
}
.contenido
{
	 background-color: #666;
	 width: 760px;
}
.contenido_izq
{
	width: 219px;
	height: 100%;
	vertical-align: top;
	background-color: #FFF;
}
.contenido_der
{
	width: 531px;
	padding: 20px;
	background-color:#FFF;
	vertical-align:top;
}
a.item_link:link,a.item_link:visited,a.item_link:active
{
	color: #FFB100;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}
a.item_link:hover
{
	color: #D88201;
}
/*############# formulario #############*/
.formulario
{
	margin: 0;
	padding: 0;
}
.input_text
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #AFBEBC;
	background-color: #DDE3E2;
	height: 18px;
	color: #476A61;
	font-size: 12px;
	
	/* agrego el marce*/
	width: 99%;
}
.textarea
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #AFBEBC;
	background-color: #DDE3E2;
	color: #476A61;
	font-size: 12px;
}
.input_button
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333;	
	background-color: #476A61;
	color: #FFF;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
}
/*############# fin formulario #############*/
/*########## productos ##########*/
.productos_tabla
{
	width: 100%;
	border: 1px solid #476A61; 
	font-size: 12px;
	color: #67827D;
	line-height: 17px;
}
.productos_tr_titulo
{
	background-color: #698C83;
	height: 30px;
	color: #FFF;
}
.productos_td_titulo1
{
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	width: 60%;
}
.productos_td_titulo2
{
	font-weight: bold;
	width: 20%;
}
.productos_td_titulo3
{
	font-weight: bold;
	width: 20%;
}
.productos_tr_vacio
{
	background-color: #FFF;
	height: 5px;
}
.productos_td_vacio
{
	/*border-bottom: 1px solid #DDE3E2;*/
	height: 5px;
	background-color: #F3F5F5;
}
.productos_tr_especialidad
{
	background-color: #DDE3E2;
	height: 25px;
	text-align: left;
}
.productos_td_especialidad
{
	padding: 5px 0 0 15px;
	border-top: 1px solid #BBC5C4;
	border-bottom: 1px solid #BBC5C4;
}
a.link_productos:link,a.link_productos:visited,a.link_productos:active
{
	color: #67827D;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}
a.link_productos:hover
{
	color: #476A61;
}
.productos_td1
{
	border-bottom: 1px solid #DDE3E2; 
	/*border-right: 1px solid #476A61; */
	text-align: left;
	padding-left: 15px;
}
.productos_td2
{
	border-bottom: 1px solid #DDE3E2; 
	/*border-right: 1px solid #476A61; */
}
.productos_td3
{
	border-bottom: 1px solid #DDE3E2; 
}
.productos_tr1
{
	/*background-color: #F3F5F5;*/
	background-color: #FFF;
}
.productos_tr2
{
	background-color: #FFF;
}
.productos_categoria
{
	text-align: left;
	padding-left: 15px;
}
.producto_logos
{
	border-top: 1px solid #DDE3E2; 
	border-bottom: 1px solid #DDE3E2; 
	padding: 10px 0 10px 0; 
	margin: 10px 0 10px 0;
	vertical-align: bottom;
}
.producto_links
{
	border-top: 1px solid #DDE3E2; 
	padding-top: 10px; 
	margin-top: 10px;
}
/*########## fin productos ##########*/
/*########## novedades ##########*/
.novedades
{
	background-color: #66817C;
	border: 4px solid #B1C0BD;
	width: 480px;
}
.novedades_izq
{
	background-color:#66817C;
	float:left;
	width: 25px;
}
.novedades_der
{
	background-color:#FFF;
	margin-left: 25px;
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	color: #67827D;
	line-height: 17px;
}
.novedades_texto_and_img
{
	float: left;
	width: 425px;
	text-align: justify;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDE3E2;
}
.novedades_fecha
{
	font-size: 10px;
	color: #999;
	float: left;
}
.mostrar_novedades_fecha
{
	font-size: 10px;
	color: #999;
	margin: -5px 0 0 0;
	padding: 0 0 5px 0;
	text-align: right;
}
.novedades_img
{
	border: 1px solid #AFBEBC;
	margin: 0 0 10px 15px;
}
.ver_mas
{
	margin-right: 12px;
	text-align: right;
}
.novedad_larga_img
{
	border: 1px solid #AFBEBC;
	margin: 0 6px 10px 20px;
}
.novedad_larga
{
	background-color: #FFF;
	padding: 10px;
	margin-left: 25px;
}
a.link_novedad:link,a.link_novedad:visited,a.link_novedad:active
{
	color: #FFB100;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}
a.link_novedad:hover
{
	color: #D88201;
}
/*########## fin novedades ##########*/
/*############## navs #############*/
.nav
{
	color: #CCC;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
a.nav
{
	color: #FFB100;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover
{
	color: #D88201;
	font-weight: bold;	
}
.nav img
{
	margin-bottom: -2px;
}
/*############## fin navs #############*/
/*############## estilos generales #############*/
.sombra_left_top
{
	background: url(img/sombra_left_top.jpg);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: top;
	color: #F00;
}
.sombra_top
{
	background: url(img/sombra_top.jpg);
	height: 10px;
	background-repeat: repeat-x;
	background-position: top;
}
.sombra_right_top
{
	background: url(img/sombra_right_top.jpg);
	width: 10px;
	background-repeat: no-repeat;
	background-position: top;
	color: #F00;
}
.sombra_left
{
	background: url(img/sombra_left.jpg);
	width: 10px;
	background-repeat: repeat-y;
	background-position: top;
}
.sombra_right
{
	background: url(img/sombra_right.jpg);
	width: 10px;
	background-repeat: repeat-y;
	background-position: top;
}
.sombra_left_bottom
{
	background: url(img/sombra_left_bottom.jpg);
	width: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
.sombra_bottom
{
	background: url(img/sombra_bottom.jpg);
	height: 10px;
	background-repeat: repeat-x;
	background-position: top;
}
.sombra_right_bottom
{
	background: url(img/sombra_right_bottom.jpg);
	width: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
.img
{
	border: 1px solid #DDD;
}
ul
{
	/*list-style: url(img/list_item.jpg);*/
	list-style: circle;
	font-size: 11px;
	color: #66817C;
	margin: 0;
	padding: 0 0 0 15px;
}
hr
{
	border: 1px solid #DDE3E2;
}
.banner1
{
	float: left;
	width: 40%;
}
.banner2
{
	padding-top: 30px;
	float: right;
	width: 60%;
}
.texto_banner
{
	font-size: 12px;
	color: #67827D;
	margin: 0;
	text-align: justify;
	line-height: 16px;
}

/* ESTILOS PARA LAS CLASES DE OCREATOR (MARCE) */
.form_tbl
{
	width: 420px;
}
.form_td_title
{
	height: 0;
}
.form_td_l
{
	width: 120px;
	text-align: left;
	padding: 2px;
}
.form_td_r
{
	width: 300px;
	text-align: left;
	padding: 2px;
}
.form_td_cs
{
	text-align: right;
	padding: 2px;
}
.form_td_sub
{
	text-align: left;
	padding-left: 125px;
}
.form_td_error
{
	padding: 20px;
	text-align: left;
}
.form_td_ok
{
	padding: 20px;
	text-align: left;
}
.form_td_separator
{
	height: 0;
}

.text_field
{
	font-size: 12px;
	color: #67827D;
	line-height: 17px;
}
.text_info
{
	font-size: 11px;
	color: #67827D;
}
.text_required
{
	font-size: 11px;
	color: #BBC1C0;
	line-height: 16px;
}
.text_ok
{
	font-size: 12px;
	color: #0088D5;
	line-height: 17px;
}
.text_error
{
	font-weight: bold;
	font-size: 12px;
	color: #67827D;
	line-height: 17px;
}
/* definidos arriba
.input_text
{
}
.input_button
{
}
*/

/* FIN ESTILOS PARA LAS CLASES DE OCREATOR (MARCE) */