body {
	margin: 0px;
	background-color: #E5E5E5;
}

#contenedor {
   /*border: solid 1px #F00;*/
   background-color: #f0f0f0; 
   background-image: url('./img/bk_ContenidoConten.png');
   background-repeat: repeat-x;
   background-repeat:no-repeat   
	 font-size: 10px;
	 letter-spacing: 0px;
}


#cabecera {
/*border: solid 1px #F00;*/
   padding: 0px;
   margin: 0 auto 0 auto;
   height: 80px;
   background-color: #E5E5E5;
   background-image: url('./img/bk_Cabeza.png');
   background-repeat: repeat-x;
}
        
#contenido {
/*border: solid 1px #F00;*/
 font-family: "Century Gothic";
 font-size: 12px;
	 padding: 10px;
	 width: 770px;
	 margin: 0 auto 0 auto;	      
	 /*
	 background-color: #E5E5E5;
	 background-image: url('./img/bk_Contenido.png');
	 background-repeat: repeat-x;
	 */
}        

#pie {
/*border: solid 1px #F00;*/
    font-family: "Century Gothic";
    font-size: 12px;
	  clear: both;
	  margin: 0 auto 0 auto; 
	  padding: 10px;
	  height: 60px;
	  background-color: #E5E5E5;
	  background-image: url(./img/bk_Pie.png);
	  background-repeat: repeat-x;
	  
}



#faq {
	 
   width:780px; 
   height:350px;
   padding: 10px;
   overflow:auto;
   margin: 0 auto 0 auto;
}
#testimonios {
	
   width:780px; 
   height:300px;
   padding: 10px;
   overflow:auto;
   margin: 0 auto 0 auto;
}


#ContenidoPaginaPrincipal {
/*border: solid 1px #F00;*/
  margin:0 auto 0 auto; 
  height:270px;
  width:780px;
}

#Columna1PP{
/*border: solid 2px #FF0;*/
	padding: 10px;
	float: left;
	height:230px;
	width:450px;
	background-image: url('./img/fondopp.jpg');
	background-repeat: no-repeat;
	background-position:lef top; 
}

#Columna2PP{
/*border: solid 2px #FF0;*/
	float: left;
	height:250px;
	width:300px;	
}

#Banner1{
/*border: solid 2px #FF0;*/
	height:86px;
	width:295px;
	background-image: url('./img/minibanner1.jpg');
	background-repeat: no-repeat;
	background-position:lef top; 
	cursor:pointer;
}

#Banner2{
/*border: solid 2px #F00;*/
	height:86px;
	width:295px;
	background-image: url('./img/minibanner2.jpg');
	background-repeat: no-repeat;
	background-position:lef top;
	cursor:pointer;
}

#Banner3{
/*border: solid 2px #00F;*/
	height:86px;
	width:295px;
	
	background-image: url('./img/minibanner3.jpg');
	background-repeat: no-repeat;
	background-position:lef top;
	cursor:pointer;
	
}


#contacto{
/*border: solid 1px #F00;*/
	height:350px;
	padding: 15px;
}

#con_col1{
/*border: solid 1px #FF0;*/
	float: left;
	height:350px;
	width:280px;
}
#con_col2{
/*border: solid 1px #FF0;*/
	float: left;
	height:350px;
	width:400px;
}

#distribuidor{
  padding: 15px;
  margin: 0 auto 0 auto; 
  border: 1px solid #aaaaaa;
  background-color:#d1d1d1;
 /*height:90px;*/
  width:600px;
}

#producto{
  padding: 15px;
  margin: 0 auto 0 auto; 
  border: 1px solid #aaaaaa;
  background-color:#d1d1d1;
  /*height:90px;*/
  width:700px;
}

.srsColorTabla2 {
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  font-size: 10px;
  color: #114477;
  background-color:#dddddd; 
}
.srsColorTabla2 th, .srsColorTabla2 td {
  border: 1px solid #aaaaaa;
}

.Titulo1{
	color: #888888;
	font-size: 16px;
	font-weight: bold;
}

.srsPregunta {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}
.srsTestimonio {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	font-style: italic;
}

.Globo {
	font-size: 10px;
	color: #006699;
	font-weight: bold;
}

.srsHeader1 {
	font-size: 20px;
	color: #336699;
	font-weight: bold;
}

a {
	color: #006699;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.ruta{
	color: #000000;
	font-size: 10px;
	font-style: italic;
	/*font-weight: bold;*/
}

#wrapper {
margin: 0 auto;
width: 740px;
}

#top {
background: url(img/bgtop.png) top center no-repeat; 
width: 740px;
height: 6px;
}

#content {
background: url(img/bgmiddle.png) center repeat-y; 
width: 740px;
}

#bottom {
background: url(img/bgbottom.png) bottom center no-repeat; 
width: 740px;
height: 6px;
}