/*
	StyleSheet by Jesus Alvarado
	http://www.edcont.com
		
*/

/*################################################*/
body
{
   margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
 /*   background-image: url(   '../../images/images02/bg_head.jpg' );
	background-repeat: repeat-x;*/
}


/*--------------< Accion de evitar borde en la imagenes con link >---------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}



h3 {
		font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0px;
		padding: 0px 0px 0px 5px;
}

/*
A:link { text-decoration: underline;color: #006699;}
A:visited {text-decoration: underline;color: #006699;}
A:active {text-decoration: underline;color: #006699;}
A:hover { text-decoration: underline; color: #003366;}    
*/
/*################################################*/

.CajaMenuDefault
{
	width: 500px;
	height:28px;
	background-image: url('../../images/barraMenuDefault.png');
}

#Caja
{
	padding: 5px ;
	margin:5px;
	background-color: #FFFFFF;
	border: 1px solid #DCDAC2;
	height:100%;
}
#Caja2
{
	
	background-color: #FFFFFF;
	border: 1px solid #DCDAC2;

}
#CajaInterna
{
	padding: 5px;
	margin:0px;
	background-color: #FFFFFF;
	border: 0px;

	
	}




#Contenedor
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#ContenedorFooter
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#Principal
{

	width: 960px;
	
}

.PrincipalCajaMenuDefault
{
	border-width: 1px;
	border-style: none solid none solid;
	width: 960px;
	background-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #808080;
}

#BarraSuperior
{
	
	height: 125px;
	
	
	
}
#BarraFooter
{
	width: 960px;
	height: 100px;

}




#PanelIzquierdo
{
	 width: 200px;
	float: left ;
	text-align:left;
  
  }
  
  #PanelCentral
{
	width: 100%;
 float: right;
	text-align:left;
	
	}
 
  #PanelCentralTodo
   {
	  width: 98%;
	float: left;
	text-align:left;
	}
 
 #PanelDerecho
 {
	  width: 205px;
	   float: right ;
	   text-align:left;
	   padding: 5px ;
  }
  
  
  
  
  #PanelFooter
 {

	width: 960px;
	height: 80px;
	
  }
	


#Cajageneral
{
   width:200px;
   float:right;
   font-family: Arial;
	font-size: 11px;
}

#CajaProducto
{
	padding: 0px;
	border-width: 0px;
	border-style: none solid solid none;
	width: 90px;
	height: 180px;
	vertical-align: top;
	background-color: #EBF7C1;
	
}

#CajaTituloRaya
{
	
	vertical-align:top;
	border-width: 1px;
	border-style: none none dotted none;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#CajaTituloRayaGris
{
	vertical-align: top;
	border-width: 1px;
	border-style: none none solid none;
	background-color: #FFFFFF;
	border-bottom-color: #C0C0C0;
}
.CajaAzulProductotitle1
{
	background-color: #85C6E6;
	}
		
		





#banner {
	height: 274px;
	width: 762px;
	background-image: url('../../images/images02/bg_promo.jpg');
	background-repeat:  repeat-x;
	text-align:left;
}

/* ########################## slide show ############# */

#slideshow {
	position:relative;
	height:350px;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow img.active {
	z-index:10;
	opacity:1.0;
}

#slideshow img.last-active {
	z-index:9;
}

#puntosTitulo
{
	height: 5px;
	width: 100%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
	
.tablaImagenProducto
{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
   
	width:960px;
	height:307px;
}

#slider {
	position:relative;
	width:720px;
	height:280px;
	background:url(../../images/images02/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:325px;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../images/images02/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../images/images02/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
	color:#efe9d1;
	text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


.sample {
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6B43C4;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #6B43C4;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;

}




.cuadroProducto
{
    margin: 2px;
    border: 0px ;
}
.cuadroProducto:hover
{
    margin: 2px;
    border: 2px solid #FF9900;
}

/*seccion nuevaa*/
/*====================*/
/*=== seccion nueva ===*/
/*====================*/


img a {
		border: 0;
}
.bg_top {
	background-color: #7449D5;
	background-image: url(../../images/bg_top.jpg);
	background-repeat: repeat-x;
}
.menu {
	padding-right: 15px;
	padding-left: 15px;
	}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B8B6F2;
	text-decoration: none;
}

.menu a:hover{
	color: #FFF;
	text-decoration: none;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background-image: url(../../images/campo-bg.png);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #eee;
	background-image: url(../../images/bg_footer1.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.txt-gray-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.txt-white-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#333;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F90;
}
.desde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9000;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.path {
	background-image: url(../../images/bg-path.png);
	background-repeat: repeat-x;
	height: 28px;
}
.path-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFF00;
}
.path-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.txt-gray2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
.txt-black1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
.txt-green1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00994F;
}
.field2 {
	background-image: url(../../images/corner-bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.precios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	
}

/* Menu Lateral */

#menuv {
		border: 3px solid #F2F2F2;
		border-width: 0;
		width: 197px;
		font: 80% "Arial", Helvetica, sans-serif;
}
#menuv ul, li {
	 /*  list-style-image:url(../../images/menu-bullet.png);					    */
	   list-style-position:inherit;
}

#menuv ul {
		margin: 0px;
		padding: 20px;
}

#menuv li {
		border-bottom: 2px solid #F2F2F2;
}

#menuv a {
		text-decoration: none;
		color: #5F38A5;
		display: block;
		padding: 5px 5px;
		width: 167px;
}

#menuv a:hover {
		background: #F5F5F5;
}
.bg-cotizar {
	background-image: url(../../images/bg-cotiza.gif);
	background-repeat: no-repeat;
}
.txt-red1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C30;
}
.link-purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7449D5;
	text-decoration: none;
}

.link-purple:hover {
	color:#F90;
	text-decoration:underline;
}
.link-purple2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7449D5;
	text-decoration: underline;
	font-weight: bold;
}
.link-purple2:hover {
	color:#F90;
	text-decoration:underline;
}


.pg-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	width: 26px;
	background-image: url(../../images/bg-pg1.gif);
}
.pg-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7749C2;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	width: 26px;
	background-image: url(../../images/bg-pg2.gif);
}

.button {
   border-top: 1px solid #b997f7;
   background: #523394;
   background: -webkit-gradient(linear, left top, left bottom, from(#7248d3), to(#523394));
   background: -moz-linear-gradient(top, #7248d3, #523394);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #ff7b08;
   background: #ff7b08;
   color: #ffffff;
   }
.button:active {
   border-top-color: #7248d3;
   background: #7248d3;
   }
   
   
.button2 {
   border-top: 1px solid #dbdbdb;
   background: #8f8f8f;
   background: -webkit-gradient(linear, left top, left bottom, from(#d5d7d9), to(#8f8f8f));
   background: -moz-linear-gradient(top, #d5d7d9, #8f8f8f);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button2:hover {
   border-top-color: #757575;
   background: #757575;
   color: #ffffff;
   }
.button2:active {
   border-top-color: #5b20b3;
   background: #5b20b3;
   }
.border-box {
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 10px;
	background-color: #F5F5F5;
}
.border-box2 {
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 10px;
}
.border-bt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.border-tb {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.title4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7449D5;
}




.search-box
{
	border-style: none;
    padding: 0px;
    margin: 0px;
    border-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url('../../images/campo-bg.png');
	background-repeat:  repeat-x;
	vertical-align:bottom;
}
.search-box[type="text"]:focus 
{
	 padding: 0px;
	margin: 0px;
	border-width: 0px;
	height: 27px;
	width: 208px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	 background-image: url(../../images/campo-bg.png);
	background-repeat:  repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	vertical-align:bottom; 
}

select 
{
	border-style: none;
    text-align:left;
    padding: 0px;
	margin: 0px;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-repeat:  repeat-x;
	font-weight:  normal;
	vertical-align:bottom; 
    background-image: url('../../images/campo-bg.png');
	background-repeat:  repeat-x;   
}
