@charset "utf-8";
/* CSS Document */
body {
	background-color:#FFC;
}

#main{
	width:700px;
	height:auto;
	margin:0 auto;
	background-color:#D57332;
	}
#bannerSuperior {
	margin:0;
	width:750px;
	
	float:none;
	position:relative;
}
#divContenido{
	margin:0px;
}
	#divConenido1{
/*		background-color:#FFF;*/
		padding:5px 5px 5px 5px;
		margin:0 auto;
		width:240px;
		float:left;		
		}
			#divContenidoImagen{				
				width:100px;
				height:100px;	
				float:left;
				padding:8px 8px 8px 8px;
				background-color: #ffffff;	
				border: 1px solid #999999;				
				}
				
	  #divContenido2{		
		width:10px;
		height:360px;
		background-image:url(../images/imgcentercontenido.png);
		float:left;
		
		  }
	  #divConetindo3{
		  margin:5px;
		  width:420px;
		  height:400px;
		  float:left;
		  overflow: auto;
		  
		  }
#divConetindoCatalogo{
		  margin:5px;
		  width:700px;
		  float:left;
		  
		  }

	
#bannerInferior{
	margin:0px;	
	
	}
.txtTitulos{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.txtTitulosGrande{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
.txtContenido{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	}
.txtTituloProducto {
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.txtContenidoProducto {
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
}
.titulostablaproductos {
	background-image:url(../images/fondotable.gif);
	font-family:"Verdana", Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#063;
}
#divimg{
	width:110px;
	height:110px;
	padding:5px 5px 5px 5px;
	background-color:#FFF;
	border:#EEE;
	border-style:solid;
	border-width:1px;
	
}
.tablaproductos {
	font-family:"Verdana", Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#063;
	background-color: #FFC;
}
