/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
body {
	background: url(../images/instrumentos/background.jpg) repeat-x top;
}
img {
	vertical-align:bottom;
	border: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear: both;
}
h1 {
	font-size:18px;
	color:#000000;
	padding:10px 0 15px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#FFCC00;
	padding:10px 0;
}
h3 {
	color:#FF9900;
	font-weight:bold;
	font-size:14px;
	background: url(../images/instrumentos/arrow_naranja.gif) no-repeat 0 10px;
	padding:5px 0 10px 30px;
}
h4 {
	font-size: 12px;
	padding:2px 0;
	font-weight:bold;
}
p {
	color:#666666;
	padding:5px 0;
	font-size:11px;
}
a {
	color:#666666;
	text-decoration:underline
}
a:hover {
	color:#006699;
	text-decoration: underline
}
a.naranja {
	color:#F05D11;
}
a.celeste {
	color:#009CDF;
}
a.morado {
	color:#5258A1;
}
a.rojo {
	color:#B50013;
}
a.verde {
	color:#92BE27;
}
a.azul {
	color:#0863B0;
}
a.amarillo {
	color:#FFB329;
}
a.naranja:hover, a.celeste:hover, a.morado:hover, a.rojo:hover, a.verde:hover, a.azul:hover, a.amarillo:hover {
	color:#666666
}
/* GENERAL DEFINITIONS ENDS */

#MainContainer {
	margin:0 auto;
	width:975px;
	padding:0 40px;
}
/* TOP STARTS */
#Top {
	margin: 0 auto;
	height:130px;
	padding:15px 0 0 19px;
	width:952px;
}
#LogoBox {
	width:150px;
	height: 74px;
	position: relative;
	left: -40px;
	top: 0px;
	float: left;
	display: block;
}
.firstlogo {
	position: absolute;
	top: 0;
	left: 0;
}
.nextlogo {
	display: none;
	position:  absolute;
	top: 0;
	left: 0;
}
ul#MenuTop {
	float: left;
	position: relative;
	top: 80px;
	list-style:none;
	width:500px;
	padding:15px 0 0 20px;
}
ul#MenuTop li {
	display:block;
	font-size:11px;
	float:left;
}
ul#MenuTop li a {
	background:url(../images/instrumentos/arrow.gif) no-repeat 5px 7px;
	text-decoration:none;
	color:#999999;
	padding:5px 10px 5px 30px;
}
ul#MenuTop li.select a {
	background:url(../images/instrumentos/arrow-glow.png) no-repeat 0 2px;
	color:#FFCC00;
}
ul#MenuTop li a:hover {
	background: url(../images/instrumentos/arrow-glow.png) no-repeat 0 2px;
	color:#FFCC00;
	text-decoration:underline
}
/* TOP ENDS */

/* MAIN PAGE STARTS */


h2.PageTitle {
	text-align:center;
}
.ArticuloPromocional {
	float:left;
	width:240px;
	padding:35px 14px 0;
}
.ArticuloPromocional img {
	padding:0 0 75px 10px;
}
#ArticuloCentral {
	padding:35px 99px 0 99px;
}
.ArticuloCentral p{
	padding-bottom:10px;
}
/* CATEGORIAS (dock)*/
#categorias {
	height:135px;
	width:975px;
	background:url(../images/instrumentos/dock_background.jpg) repeat-x bottom;
	margin-bottom:20px;
}
#categorias img.left, #categorias img.right {
	vertical-align:bottom;
	padding-top:46px;
}
#menuCategorias {
	float:left;
	list-style:none;
	padding:46px 0 0 0;
	height:86px;
	width:940px;
	position:relative;
}
div.jqDock {
	overflow: visible;
	position: absolute;
	top: 4px;
	left: 0px;
	width:900px;
	text-align:center
}
a.link_marcas {
	color:#999;
	font-size:12px;
	float:right;
	position:relative;
	right:71px;
}
a.link_marcas:hover {
	color:#666;
}

/*BOXS STRATS */

.BoxContent {
	background:url(../images/defaults/box_background.jpg) repeat-x bottom #FFF;
	width:320px;
	margin:0 2px 0 3px;
	height:290px;
	float:left
}
.BoxContent h1 {
	height:30px;
}
.Box {
	width:286px;
	padding:0 17px;
	height:290px;
	line-height:14px;
}
#boxLeft {
	background:url(../images/defaults/box_left.jpg) no-repeat bottom;
}
#boxCenter {
	background:url(../images/defaults/box_center.jpg) no-repeat bottom;
}
#boxRight {
	background:url(../images/defaults/box_right.jpg) no-repeat bottom;
}
#boxLeft p.ContactInfo {
	padding:15px 0 0;
	line-height:16px;
}
.ContactInfo a {
	color:#006699;
}
.ContactInfo a:hover {
	color: #666666;
}
#boxCenter img.right {
	padding:0 5px 0;
}
#boxRight h4 {
	color:#F05D11;
}
#jqnewsVert {
	overflow: hidden;
	height:200px;
	width: 286px;
	clear:both;
	padding:20px 0 0;
}
#jqnewsVert div {
	display: block;
	/*overflow: hidden; */
	height:80px;
	width: 255px;
	padding:0 0 10px 30px;
}
/* MAIN PAGE ENDS */

/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	width: 975px;
	text-align:center;
	font-size:11px;
	color:#999999;
	padding:25px 0;
}
#Footer ul {
	list-style:none;
	text-align:center;
	margin:0 auto;
}
#Footer ul li {
	display:inline
}
#Footer ul li a {
	color:#999999;
	text-decoration:none;
}
#Footer ul li a:hover {
	color:#006699;
	text-decoration: underline
}
p.copyright {
	font-size:11px;
	color:#999999;
}
/* FOOTER ENDS*/


/* BANNER CATALOGO DE PRODUCTOS */
.CatalogoInstrumentos {
	display:block;
	width:926px;
	height:123px;
	padding:15px 0;
	margin:0 auto;
}
/*COLOR BOX */
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:visible;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* COLOR BOX SKIN*/
#cboxOverlay {
	background:#000000;
}
#cboxContent {
	background:#FFF;
	margin-top:25px;
	margin-bottom:25px;
	border:5px solid #000;
}
#cboxTitle {
	position:absolute;
	top:-23px;
	left:0;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#cboxLoadingOverlay {
	background:#FFF;
}
#cboxLoadingGraphic {
 background:url../(images/loading.gif) center center no-repeat;
}
#cboxClose {
	position:absolute;
	bottom:-28px;
	right:0;
	display:block;
	background:#666666;
	width:50px;
	height:25px;
	/*border-bottom:1px solid #363636;*/
	color:#FFFFFF;
	text-decoration:underline;
	font-size:11px;
	line-height:25px;
	text-align:center
}
#cboxClose.hover {
	/*background:#CCC;*/
	color:#333333
}
.descritionBox {
	text-align:center;
	padding-top:15px;
	width:550px;
	height:445px;
}
.descritionInfo {
	border-top:1px solid #999999;
	padding:20px;
	height:110px;
	margin-top:15px;
	text-align:left
}
.descritionInfo p {
	color:#666666
}
.descritionInfo p strong {
	color:#333333;
}
.btn_catalogo {
	display:block;
	padding:100px 0 20px 0;
	background-image:url(../images/defaults/btn_catalogo.png);
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFF;
	text-align:center;
}
.btn_catalogo:hover {
	text-decoration:none;
	color:#ccc;
}
.btn_blog {
	padding-bottom:25px;
	float:right;
}
