
@import "menu.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

a{text-decoration: none; color:#444;}
a:link{text-decoration: none; color:#444;}
a:hover{ text-decoration:none; color:#dd7000;}
a:active{text-decoration: none;color:#dd7000;}
a:visited{text-decoration: none;}

body{
	background:#cdcdcd url(../img/bg_body.jpg) repeat-x top left;
	font-family: "Trebuchet MS" !important;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	/*margin-left: 8px;*/
}
p{margin:0 0 15 0;padding: 0px;}
.clear{clear: both; margin: 0px; padding: 0px;}

/******************** CONTENEDORES ************************/
.cont_general_swf{
	margin: 0px auto 0px auto;
	width: 850px;
	overflow: hidden;
	/*border: 1px solid #000;*/
}
.cont_general{
	margin: 0px auto 0px auto;
	width: 788px;
	overflow: hidden;
	/*border: 1px solid #000;*/
}
.top_logo{
	height: 140px;
}
/******* footer *******/
.bg_footer{
	background: url(../img/bg_footer.jpg);
	height: 62px;
}

/******* productos ***********/
.bg_productos{
	background: #6a737b;
	padding: 5px 5px 13px 5px;
	float: left;
	width: 48%;
	margin-bottom: 5px;
}
.img{
	border: 1px solid #000;
	background: #ccc;
	float: left;
	margin-right: 10px;
}
.bg_prod2{
	/*border: 1px solid #b3b5b7;
	background: #a1a2a3;*/
	padding: 5px 5px 5px 5px;
}
.titulos{
	font:Bold 11px/18px  Arial,sans-serif;
	text-transform: uppercase;
	color: #1a1a1a;
}
.tex{
	font:normal 11px/14px "Trebuchet MS", Arial,sans-serif;
	color: #3e3e3e;
	text-transform: none;
}
.tex b{
	color: #d70000;
	font:bold 11px/14px "Trebuchet MS", Arial,sans-serif;
	text-transform: none;
}
