﻿/*
Design by Mooid.mx
http://Mooid.mx/
*/

*{
	margin: 0;
	padding: 0;
}*

body {
	background: #E4E6E8 url(../../SYS_cfg/SYS_imagenes/mainBg.jpg);
	font: 10pt arial,georgia, serif;
	color: #404041;
}

a, a:active, a:focus, a:visited  {
	text-decoration: none;
	color: #404041;
}

a:hover  {
	color:#B2071B;
}	
a.active{
	color:#B2071B;
}
a.activas{
	color:#F6921E !important;
}
a.principal{
	color:#FFFFFF;
}

p{
	text-align: justify;
}

img{
	border: none;
}

/************************************
*			ID  ESTRUCTURAS 		*
************************************/
#wrapper{
	width:100%;
	min-height:300px;
	margin:0px auto;
	overflow:hidden;
	
}
	#header{
		width:100%;
		height:140px;
		margin:0px auto;
		float:left;
		background-image:url(../../SYS_cfg/SYS_imagenes/bg.png);
	}
	#body{
		width:100%;
		min-height:300px;
		margin:0px 0px 50px 0px;
		float:left;
	}
	#footer{
		width:100%;
		height:70px;
		margin:0px auto;
		background-color:#333333;
		float:left;
	}
/************************************
*	ID  ESTRUCTURAS CONTENEDORAS	*
************************************/

/***********HEADER***********/
#headerwrapper{
	width:1000px;
	height:140px;
	margin:0px auto;
	overflow:hidden;
}
	#logo{
		width:235px;
		height:83px;/*88*/
		margin:5px 0px 0px 0px;
		float:left;
	}
	#menu{
		width:723px;
		height:88px;
		margin:0px auto;
		float:right;
		overflow:hidden;
		position:relative;
	}
		#lang{
			width:622px;
			height:20px;/*40*/
			margin:0px auto;
			padding:5px 8px 15px 0px;
			float:right;
			text-align:right;
		}
			#lang .lng{
				font-size:10px;
				color:#FFFFFF;
				float:right;
				cursor:pointer;
				overflow:hidden;
				margin-right:3px;
			}
				.lng img{
					float:left;
				}
				.lng .lt{
					float:left;
					padding:5px 0px 0px 3px;
				}
			.lng .activo{
				font-weight:bold;
			}
		#menud{
			position:absolute;
			top:35px;
			width:723px;
			height:50px;
			margin:0px auto;
			float:left;
			overflow:hidden;
		}
			.contli{
				float:right;
				overflow:hidden;
				min-width:45px;
				height:50px;
				margin:0px auto;
			}
				.lizq{
					float:left;
					width:21px;
					height:50px;
					margin:0px auto;
				}
					.lizql{
						background-image:url(../../SYS_cfg/SYS_imagenes/menu/left_l.png);
					}
					.lizqo{
						background-image:url(../../SYS_cfg/SYS_imagenes/menu/left.png);
					}
				.limiddle{
					float:left;
					min-width:5px;
					height:50px;
					margin:0px auto;
					line-height:50px;
				}
					.limiddleo{
						background-image:url(../../SYS_cfg/SYS_imagenes/menu/middle.png);
						background-repeat:repeat-x;
					}
				.lider{
					float:left;
					width:20px;
					height:50px;
					margin:0px auto;
				}
					.lidero{
						background-image:url(../../SYS_cfg/SYS_imagenes/menu/right.png);
					}
				.contlinea{
					float:right;
					width:1px;
					height:30px;
					margin:10px 0px;
					background-image:url(../../SYS_cfg/SYS_imagenes/menu/linea.png);
					background-repeat:no-repeat;
				}
				.contlinea2{
					float:right;
					width:1px;
					height:30px;
					margin:10px 0px;
					background-image:url(../../SYS_cfg/SYS_imagenes/menu/linea2.png);
					background-repeat:no-repeat;
				}
			#menud a{
				font-weight:bold;
				font-size:14px;
				color:#FFFFFF;
			}
			
			.menizq{
				
			}
	#headertxt{
		width:908px;/*820*/
		height:52px;
		margin:0px auto;
		padding:0px 23px;/*90*/
		float:left;
		text-align:center;
	}
		h1{
			color:#B3B3B3;
			font-size:13px;
			font-weight:normal;
		}
		span.negritas{
			font-weight:bold;
		}
/**********BODY*************/
#bodywrapper{
	width:1000px;
	min-height:200px;
	margin:0px auto;
	position:relative;
}
	#galimg{
		width:994px;/*1000*/
		height:300px;/*315*/
		padding:0px 3px 15px 3px;
		margin:-15px 0px 0px 0px;
		background-image:url(../../SYS_cfg/SYS_imagenes/marco.png);
		float:left;
		overflow:hidden;
	}
		#lasimagenes{
			float:left;
			width:994px;
			height:300px;
			margin:0px auto;
		}
			/*GALERIA PRINCIPAL*/

			.stepcarouselg{
				position: relative; /*leave this value alone*/
				overflow: scroll; /*leave this value alone*/
				width: 994px;
				height: 300px; /*Height should enough to fit largest content's height*/
			}

			.stepcarouselg .beltg{
				position: absolute; /*leave this value alone*/
				left: 0;
				top: 0;
			}

			.stepcarouselg .panelg{
				float: left; /*leave this value alone*/
				overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
				margin: 0px auto; /*margin around each panel*/
				width: 994px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
				height:300px;
			}
	.btncontacto{
		width:130px;
		height:30px;
		margin:0px auto;
		position:absolute;
		background-image:url(../../SYS_cfg/SYS_imagenes/contacto/contacto.jpg);
		top:-26px;
		right:20px;/*8*/
		z-index:2;
		font-weight:bold;
		font-size:14px;
		text-align:center;
		line-height:30px;
		color:#FFFFFF;
		cursor:pointer;
	}
	
	.mapa{
		width: 220px;
		height: 100px;
	}
	
	#mapaG{
		position: absolute;
		top: 300px;
		display:none;
	}
	.contactofloat{
		width:284px;/*300*/
		height:201px;/*207*/
		margin:0px auto;
		position:absolute;
		top:10px;
		right:20px;/*8*/
		z-index:2;
		background-image:url(../../SYS_cfg/SYS_imagenes/contacto/bg.png);
		overflow:hidden;
		display:none;
		padding:6px 8px 0px 8px;
		color:#FFFFFF;
		font-size:10px;
		font-style:italic;
	}
		.contactofloat label{
			font-size:11px;
			color:#FFFFFF;
		}
		.contactofloat span{
			color:#4D4D4D;
			font-size:9px;
			font-style:italic;
		}
		.contactofloat input{
			background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxt.png);
			width:280px;
			height:15px;
			margin:0px auto;
			border:none;
			background-color:transparent;
		}
		.contactofloat input:hover,.contactofloat input:focus{
			background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxtover.png);
		}
		.contactofloat textarea{
			background-image:url(../../SYS_cfg/SYS_imagenes/contacto/textarea.png);
			width:280px;
			height:35px;
			margin:0px auto;
			border:none;
			background-color:transparent;
		}
		.contactofloat textarea:hover,.contactofloat textarea:focus{
			background-image:url(../../SYS_cfg/SYS_imagenes/contacto/textareaover.png);
		}
		.contactofloat a{
			cursor:pointer;
			color:#FFFFFF;
			font-size:10px;
		}
		.contactofloat a:hover{
			color:#4D4D4D;
		}
		.cerrarfloat{
			position:absolute;
			top:180px;
			right:0px;
			width:26px;
			height:16px;
			margin:0px auto;
			cursor:pointer;
		}
	#contenedor{
		width:1000px;
		min-height:200px;
		margin:0px auto;
		float:left;
		overflow:hidden;
	}
		#ccoleft{
			width:220px;
			min-height:200px;
			margin:0px 25px 0px 0px;
			float:left;
		}
		#ccoright{
			width:755px;
			min-height:200px;
			margin:0px auto;
			float:left;
			overflow:hidden;
		}
		p.titulo{
			font-size:14px;
			color:#4D4D4D;
			font-weight:bold;
			font-style:italic;
			border-bottom: 3px solid #0F243E;
			padding-bottom:3px;
			margin-bottom:15px;
		}
		p.texto{
			font-size:12px;
			color:#4D4D4D;
		}
		a.download{
			color:#0F243E;
			font-style:italic;
			font-size:12px;
		}
		.div{
			float:left;
			margin-bottom:15px;
		}
			.div a{
				font-size:14px;
				color:#4D4D4D;
				font-weight:bold;
				font-style:italic;
			}
			.div a:hover{
				color:#4D4D4D;
			}
			
		p.direccion{
			font-size:12px;
			color:#333333;
			margin-top:5px;
			font-weight:bold;
		}
		
		
		
			/**********************************/
			/******* PAGINA PRINCIPAL *********/
			
			#galProductos{
				width:720px;
				height:136px;
				margin:-15px 15px 17px 15px;
				float:left;
			}
				/*GALERIA PRINCIPAL*/

				.stepcarousel{
					position: relative; /*leave this value alone*/
					overflow: scroll; /*leave this value alone*/
					width: 720px;
					height: 136px; /*Height should enough to fit largest content's height*/
				}

				.stepcarousel .beltp{
					position: absolute; /*leave this value alone*/
					left: 0;
					top: 0;
				}

				.stepcarousel .panelp{
					float: left; /*leave this value alone*/
					overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
					margin: 0px auto; /*margin around each panel*/
					width: 171px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
					height:136px;
					cursor:pointer;
				}
					.panelp .ptext{
						font-size:14px;
						color:#4D4D4D;
						width:171px;
						height:16px;
						margin: 0px 0px 0px 0px;
						float:left;
					}
					.panelp .pimg{
						float:left;
						width:171px;
						height:116px;
						margin:4px 0px 0px 0px;
					}
					.divi{
						margin:0px auto;
						width:12px;
						float:left;
						height:136px;
					}
		.rcolc{
			float:left;
			width:752px;
			margin-right:25px;
		}
			p.txtN{
				font-family:Arial;
				font-size:12px;
				color:#4D4D4D;
			}
			.rcolc ul{
				margin:12px 0px 0px 0px;
				font-family:Arial;
				font-size:12px;
				color:#4D4D4D;
			}
			.rcolc ul li{
				padding-bottom:12px;
				list-style-image:url(../../SYS_cfg/SYS_imagenes/vini.png) !important;
				list-style-position:inside;
				padding-left:5px;
			}
		.rcoll{
			width:365px;
			margin-right:25px;
			float:left;
		}
			/******************/
			/****promociones***/
			/******************/
			.promo{
				width:365px;
				height:245px;
				margin:0px auto;
				float:left;
				overflow:hidden;
			}
				.cortame{
					width:350px;
					height:235px;
					margin:5px 5px;
					position:relative;
				}
					.cpestana{
						width:20px;
						height:80px;
						margin:0px auto;
						background-image:url(../../SYS_cfg/SYS_imagenes/promocion/btn.png);
						position:absolute;
						top:124px;
						left:0px;
						cursor:pointer;
					}
					.ctexto{
						width:290px;/*300*/
						height:70px;/*80*/
						margin:0px auto;
						background-image:url(../../SYS_cfg/SYS_imagenes/promocion/bg.png);
						position:absolute;
						top:124px;
						left:21px;
						padding:5px;
						font-size:12px;
						color:#FFFFFF;
						display:none;
					}
		.rcolr{
			width:365px;
			float:left;
		}
			/******************/
			/*contacto grande*/
			/******************/
			.contactog{
				background-image:url(../../SYS_cfg/SYS_imagenes/contacto/bg2.png);
				width:340px;/*365*/
				height:240px;/*235*/
				margin:0px auto;
				float:left;
				padding:5px 12px 0px 13px;
				color:#FFFFFF;
			}
			.contactog label{
				font-size:12px;
				color:#FFFFFF;
			}
			.contactog input{
				width:340px;
				background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxt2.png);
				height:15px;
				margin:0px auto;
				border:none;
			}
			.contactog span{
				color:#4D4D4D;
				font-size:9px;
				font-style:italic;
			}
			.contactog input:hover,.contactog input:focus{
				background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxtover2.png);
			}
			.contactog textarea{
				background-image:url(../../SYS_cfg/SYS_imagenes/contacto/textarea2.png);
				width:340px;
				height:70px;
				margin:0px auto;
				border:none;
			}
			.contactog textarea:hover,.contactog textarea:focus{
				background-image:url(../../SYS_cfg/SYS_imagenes/contacto/textareaover2.png);
			}
			.contactog a{
				cursor:pointer;
				color:#FFFFFF;
				font-size:11px;
			}
			.contactog a:hover{
				color:#4D4D4D;
			}
	#footerb{
		width:1000px;
		height:70px;
		margin: 0px auto;
	}
		#footerb table{
			margin-top:-18px;
			overflow:hidden;
			float:left;
		}
		#footerb td.td1{
			padding-right:26px;
		}
		#footerb td.td2{
			padding-right:26px;
		}
		#footerb td.td3{
			padding:0px 38px 0px 10px;
		}
		#footerb td.td4{
			padding-right:26px;
		}
		#footerb td.td5{
			padding-right:26px;
		}
		#footerb a{
			font-size:12px;
			color:#333333;
		}
		#footerb a.oc{
			font-size:10px;
			color:#E6E6E6;
		}
		p.rights{
			margin-top:-18px;
			font-size:12px;
			color:#333333;
			float:right;
			line-height:20px;
		}
/**********************************/
/**** CLASES QUE SIRVEN MUCHO   ***/
/**********************************/
.floatLEFT{
	float:left;
}
.floatRIGHT{
	float:right;
}
/*********************************/
/******INLINE DE TIPS TECNICOS****/
.hide{
	display:none;
}
#inline{
	width:560px;
	height:285px;
	border:5px solid #4D4D4D;
	padding:10px 20px 20px 20px;
	margin:0px auto;
	background-color:#E6E6E6;
}
h4{
	font-weight:bold;
	font-style:italic;
	font-size:21px;
	color:#002D59;
}
.raysep{
	height:15px;
	border-bottom:1px solid #002D59;
	width:100%;
}
#inline table{
	width:100%;
	border-collapse:collapse;
}
#inline table td{
	border-bottom:1px solid #666666;
	height:44px;
	font-weight:bold;
	font-size:14px;
	color:#333333;
	font-style:italic;
}
#inline a{
	font-size:12px;
	color:#002D59;
	font-style:italic;
}
#inline a:hover{
	color:#666666;
}

/*****************************/
/******** COTIZAR.PHP ********/
#cotizador{
	width:718px;/*750*/
	min-height:210px; /*230*/
	margin:0px auto;
	/*background-image:url(../../SYS_cfg/SYS_imagenes/cotizar/bg.jpg);*/
	background-color:#999999;
	border:1px solid #666666;
	float:left;
	padding:10px 15px;
	overflow:hidden;
}
	#cotizador .cotzl{
		width:340px;
	}
	#cotizador .cotzr{
		width:350px;
	}
	#cotizador  p{
		font-size:12px;
		font-style:italic;
		color:#F5F5F5;
		margin-bottom:12px;
		text-align:left;
	}
	#cotizador label{
		font-size:12px;
		color:#FFFFFF;
	}
	#cotizador span{
		font-size:9px;
		font-style:italic;
		color:#4D4D4D;
	}
	#cotizador input{
		width:340px;
		background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxt2.png);
		height:15px;
		margin:0px 20px 0px 0px;
		border:none;
	}
	#cotizador input:hover,#cotizador input:focus{
		background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxtover2.png);
	}
	#cotizador input.inchico{
		width:150px;
		background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxt2.png);
		height:15px;
		margin:0px auto;
		border:none;
	}
	#cotizador input.inchico:hover,#cotizador input.inchico:focus{
		background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxtover2.png);
	}
	#cotizador  input.check{
		width:10px;
		background-image:url(../../SYS_cfg/SYS_imagenes/contacto/inputxt2.png);
		margin:3px 5px 0px 0px;
		height:10px;
		border:none;
	}
	#cotizador table{
		width:100%;
		border-collapse:collapse;
		float:left;
	}
	#cotizador table td{
		vertical-align:middle;
	}
	#cotizador  .select{
		width:98px;/*110*/
		height:9px;/*15*/
		color:#4D4D4D;
		font-style:italic;
		font-size:9px; 
		position: absolute;
		background: url(../../SYS_cfg/SYS_imagenes/cotizar/comboch.png) no-repeat;
		overflow: hidden;
		padding:3px 6px;
	}
	#cotizador  .select2{
		width:138px;/*150*/
		height:9px;/*15*/
		color:#4D4D4D;
		font-style:italic;
		font-size:9px; 
		position: absolute;
		background: url(../../SYS_cfg/SYS_imagenes/cotizar/combogr.png) no-repeat;
		overflow: hidden;
		padding:3px 6px;
	}
	#cotizador  a{
		cursor:pointer;
		color:#FFFFFF;
		font-size:11px;
	}
	#cotizador  a:hover{
		color:#4D4D4D;
	}
	#cotizador span.thxc{
		color:#FFFFFF;
		font-size:10px;
		font-style:italic;
	}
	.btn_selecciona{
		width:110px;
		height:15px;
		margin:0px auto;
		background-image: url(../../SYS_cfg/SYS_imagenes/cotizar/seleccionar.jpg);
		float:left;
		cursor:pointer;
	}
	.btn_selecciona:hover{
		background-image: url(../../SYS_cfg/SYS_imagenes/cotizar/seleccionarover.jpg);
	}
	.hidden_box{
		width:138px;
		min-height:30px;
		overflow:hidden;
		background-color:#E6E6E6;
		border:1px solid #4D4D4D;
		display:none;
		position:absolute;
		left:712px;
		z-index:2;
		font-size:12px !important;
		color:#4D4D4D;
		padding: 5px 0px 0px 6px;
		margin:20px 0px 0px 0px;
	}
		.hidden_box input{
			width:10px !important;
			margin:0px 6px 0px 0px !important;
		}
		.hidden_box .hidden_cerrar{
			width:138px;
			height:13px;
			margin:5px 0px 3px 0px;
			float:left;
			background-image: url(../../SYS_cfg/SYS_imagenes/cotizar/cerrar.png);
		}
/**********************************/
/********* productos **************/
	#whereami{
		position:absolute;
		top:0px;
		left:0px;
		font-family:Arial;
		font-size:18px;
		color:#FFFFFF;
	}
	#whereami a{
		font-family:Arial;
		font-size:18px;
		color:#FFFFFF;
	}
	#whereami a.first{
		padding-left:5px;
	}
	
/*****************************/
/**********catalogo**********/
	#icatalogo{
		height:250px;
		margin: -15px 15px 17px;
		width: 720px;
		overflow:hidden;
		float:left;
		position:relative;
	}
		.boxCatalogo{
			width:150px;/*155*/
			height:225px;/*230*/
			margin:0px auto;
			float:left;
			background-image: url(../../SYS_cfg/SYS_imagenes/catalogo/sombra.png);
			padding:0px 5px 5px 0px;
			overflow:hidden;
			position:relative;
		}
			a.verSiguientes{
				position:absolute;
				top:235px;
				right:0px;
			}
			.marginR33{
				margin-right:33px;
			}
			.boxCatalogoBtn{
				width:10px;
				height:75px;
				margin:0px auto;
				position:absolute;
				top:118px;
				left:0px;
				background-image: url(../../SYS_cfg/SYS_imagenes/catalogo/btn.png);
				z-index:10;
				cursor:pointer;
			}
			.boxCatalogotexto{
				width:120px;/*130*/
				height:65px;/*75*/
				margin:0px auto;
				background-image:url(../../SYS_cfg/SYS_imagenes/catalogo/desliza.png);
				position:absolute;
				top:118px;
				left:11px;
				padding:5px;
				display:none;
			}
				.boxCatalogotexto a.nombre{
					font-family:Arial;
					font-weight:bold;
					font-size:11px;
					color:#4D4D4D;
				}
				.boxCatalogotexto p{
					font-size:11px;
					color:#FFFFFF;
					width:120px;
				}
				.boxCatalogotexto a.download{
					font-family:Arial;
					font-style:italic;
					font-size:10px;
					color:#FFFFFF;
				}
