body {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DA127F;
	background-attachment: fixed;
}
h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00B5F6;
	padding-bottom: 10px;
	padding-top: 0px;
}
#header {
	height: 125px;
	width: 960px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#LOGO {
	font-size: 200%;
	color: #333;
	background-color: #CCC;
	text-align: center;
	height: 60px;
	width: 300px;
	font-weight: bold;
	padding-top: 60px;
}
#Chat {
	position: absolute;
	top: 0px;
	right: 0px;
}


#shopping_bag {
	position: absolute;
	right: 0px;
	bottom: 5px;
	font-weight: bold;
	color: #FFF;
}
#Rev_cot {
	font-weight: bold;
	color: #000;
	background-color: #999;
	padding: 2px;
	border: thin solid #000;
	background: -moz-linear-gradient(top,  #CCC,#999);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC), to(#999));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 90%;
	text-align: center;
	cursor: pointer;
}

#Box_Cl{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  #008bff,#0069cd);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#008bff), to(#0069cd));

}
#ClientesTop {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px;
	color: #FFF;
	background-color: #03F;
	background: -moz-linear-gradient(top,  #008bff,#0069cd);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#008bff), to(#0069cd));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: none;
}
#Nom_cliente {
	position: absolute;
	top: 25px;
	right: 0px;
	color: #FFF;
	font-weight: bold;
}
#MenuPrin {
	width: 960px;
	background-color: #42B8FF;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #0DA5FF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	background: -moz-linear-gradient(top,  #91d4fd,#42B8FF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#91d4fd), to(#42B8FF));
	color: #333;
}
#MenuPrin ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#MenuPrin ul li {
	float: left;
}
a.Mplink:link, a.Mplink:visited {
	font-size: 15px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 11px;
	padding-right: 18px;
	padding-bottom: 11px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 5px;
	font-weight: bold;
}
a.Mplink:hover, a.Mplink:active {
	background: -moz-linear-gradient(top,  #F55FFA,#F09);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F55FFA), to(#F09));
	color: #FFF;
}
#cont {
	width: 958px;
	padding: 0px;
	background-color: #FFF;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCC;
}
.clear {
	clear: both;
}

#Col1 {
	float: left;
	width: 200px;
	margin-top: 10px;
	text-align: center;
}
#Men_sec {
	margin-bottom: 12px;
	text-transform: capitalize;
}
#Men_sec span {
	font-size: 18px;
	display: block;
	padding: 5px;
}
#Men_sec ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}
a.Mslink:link, a.Mslink:visited {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	border: 1px solid #D5D5D5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	background-color: #0CF;
}
a.Mslink:hover, a.Mslink:active {
	background: -moz-linear-gradient(top,  #F55FFA,#F09);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F55FFA), to(#F09));
	color: #FFCCCB;
}
a.Mslink_active:link, a.Mslink_active:visited {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-weight: bold;
	-moz-border-radius: 2px 10px 2px 10px;
	-webkit-border-radius: 2px 10px 2px 10px;
	border-radius: 2px 10px 2px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #939;
}
#Col2 {
	float: left;
	width: 740px;
	margin-top: 10px;
	padding-left: 10px;
}

#footer {
	color: #666;
	text-align: center;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: auto;
	width: 960px;
}


/*************************************************   CSS Sistema ***********************************************/

	#slider{
	width: 960px;
	position: relative;
	height: 200px;
	overflow: hidden;
}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
	height:200px;
	overflow:hidden;
		}	
		
	p#controls, {
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-160px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												
.Titulo_Linea {
	text-transform: capitalize;
}

#Form_Login {
	background-color: #EAEAEA;
	padding: 10px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	-moz-box-shadow: 0 1px 5px #666;
	-webkit-box-shadow: 0 1px 5px #666;
	font-size: 16px;
	margin: auto;
	width: 300px;
}
.rowprods{
	display:table-row;
}
.prod_box {
	vertical-align:top;
	display:table-cell;
	width: 33%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 5px solid #FFF;
	cursor: default;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.prod_box .Imagen {
	width: 98%;
	height: 230px;
	overflow:hidden;
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.prod_box .Imagen  img {
	display: block;
	width: 100%;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	margin-bottom: 3px;
}
.Imagen .ImgPrev {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	cursor:pointer;
}
.Imagen .ImgPrev img {
	height: 40px;
	width: 40px;
	margin: 2px;
	padding: 2px;
	float: left;
}

.prod_box .Codigo {
	font-weight: bold;
	margin: 4px;
	font-size: 15px;
}
.prod_box .Descripcion {
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
	margin: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	padding-top: 5px;
}
.prod_box .Piezas {
	margin: 10px;
	padding: 10px;
}
.prod_box .Precio {
	margin-bottom: 10px;
	font-weight: bold;
	padding: 10px;
}

.prod_box .Cart form {
	float: left;
	width: 160px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.sub_btt {
	font-weight: bold;
	color: #FFF;
	background-color: #06F;
	border: 1px solid #039;
	background: -moz-linear-gradient(top,  #09F,#06F);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#09F), to(#06F));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	padding: 5px;
}

.Box_Cantidad  {
	height: 25px;
	width: 60px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
}
.Detalle_prod {
	margin: 5px;
	position: relative;
}
#Det_Codigo {
	font-size: 18px;
	font-weight: bold;
}
#Det_Desc {
	color: #333;
	margin: 5px;
	padding: 5px;
	width: 400px;
}
#Det_Precio {
	font-size: 18px;
	font-weight: bold;
	color: #003;
	position: absolute;
	top: 0px;
	right: 0px;
}
.Det_Cart {
	position: absolute;
	top: 30px;
	right: 0px;
}
.Box_Blog {
	margin-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-bottom: 13px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.Box_Blog .Bl_titulo {
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
.Box_Blog .Bl_Texto {
	font-size: 16px;
	padding: 8px;
}
.Bl_Texto .Bl_FA {
	font-size: 12px;
	color: #666;
	font-style: oblique;
}
.Bl_Texto  img {
	padding: 5px;
	border: 1px solid #333;
	background-color: #FFF;
}
.bimagen {
	background-color: #FFF;
	padding: 5px;
	border: 1px dashed #999;
}
#Box_DetCart {
	background-color: #F1F5FE;
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


#Box_Imagenes {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Box_Portada {
	width: 550px;
	overflow: hidden;
	float: left;
	padding: 2px;
}
#Box_Portada img {
	width: 542px;
	border: 3px solid #000;
	padding: 2px;
}
#Box_Ima_prev {
	float: left;

	width: 170px;
	margin-left: 10px;
}
#Box_Ima_prev img {
	width: 100%;
	padding: 2px;
	margin-bottom: 3px;
	border: 2px solid #000;
}
#Menu_cliente {
	list-style-type: none;
}
#Menu_cliente li {
	margin: 10px;
	padding: 20px;
	float: left;
	width: 35%;
	background-color: #800003;
	border: 2px solid #127CD3;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	background: -moz-linear-gradient(top,  #127CD3,#1C6FB3);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#127CD3), to(#1C6FB3));
	text-shadow: 0px 1px 1px #0C4D81;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor:pointer;
}
#Menu_cliente li:hover {
	color: #333;
	text-shadow: 0px 1px 1px #666;
	background: -moz-linear-gradient(top,  #1C6FB3,#127CD3);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#1C6FB3), to(#127CD3));
}
#Contacto {
}
#Contacto #Text_Cont {
	color: #666;
	float: left;
	width: 300px;
}
#ContactoForm {
	float: left;
	width: 360px;
	padding-left: 10px;
}

.Titulo_bar {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #09F;
	padding: 4px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.input_cont {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #333;
	color: #333;
	letter-spacing: 2px;
	padding-left: 10px;

}
.input_cont:hover, .input_cont:active {
	-moz-box-shadow: 0 1px 10px #F00;
	-webkit-box-shadow: 0 1px 10px #F00;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.Pagebuttons {
	padding: 0px;
	list-style-type: none;
}
.Pagebuttons li {
	float: left;
}
a.pageButton:link, a.pageButton:visited {
	background-color: #F30;
	display: block;
	margin: 2px;
	border: 1px solid #FC0;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.pageButtonSel, a.pageButton:hover {
	background-color: #666;
	display: block;
	margin: 2px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	border: 1px solid #FC0;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
