/* www.soho.cl */
/* By Victor Silva */

* {
	margin: 0;
	padding: 0;
}
body {
	font:normal normal 1em/130% Arial, Helvetica, sans-serif, Verdana;
	color: #666;
	text-align: left;
	background: #1c1c1c;
}
/**** Links *******/
a {
	color: #FFF;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
v {
	color:#CCC;
	text-decoration: none;
}
v:hover {
	color:#CCC;
	text-decoration: underline;
}
.rojo {
	color:#FF0000!important;
	font-size: .9em;
	margin-bottom: 0em;
}
.error {
	width:590px;
	background-color:#FFF5E2;
	border:1px solid #990033;
	border:1px solid #FF0000;
	color: #FF0000;
	font-size: 12px;
    margin: 5px 8px 20px 10px;
	padding: .5em 1em;
}
.sinerror {
	width:590px;
	font-size:12px;
	color: #000000;
	margin: 5px 8px 20px 10px;
	padding:5px 5px 5px 10px;
}
/**** Elementos ****/
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
p {
	font:12px Arial, Helvetica, sans-serif;
	padding:15px 0px 0px 0px;
}
.aLeft {
	text-align:left;
}

.aRight {
	text-align:right;
}
.aCenter {
	text-align:center;
}
.red, a.red:hover {
	color: #F00!important;
}
.noBord {
	border: none!important;
}
a img {
	border:0;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.bordBott {
	border-bottom:1px solid #CCC;
}
table {
	border-collapse: collapse;
	empty-cells:show;
	border-spacing:0px;
}
td {
	vertical-align: top;
}
/**************************************************************
                     ESTRUCTURA PRINCIPAL
**************************************************************/
.center {
	margin: 0 auto 0 auto;
	text-align:center;
	width:1024px;
}
#header {
	background:#000 url(../../imag/back/backBordTop.gif) repeat-x 0 0;
}
#main {
	min-height:300px;
	text-align:left;
	background: #fff url(../../imag/back/backMainPags.gif) repeat-y 5px 0;
}
#footer {
	background:#f78500 url(../../imag/back/backFoot.jpg) repeat-x 0 0;
	font-size: .75em;
	color: #FFF;
	padding: .5em 0;
	font-weight: bold;
}
/**************************************************************
                     ESTRUCTURA HEADER
**************************************************************/
#header h1 a, #header span a {
	background:url(../../imag/logo/logoTop.gif) no-repeat 0 0;
	width:200px;
	height:67px;
	display:block;
	text-indent:-10000px;
	margin:12px 0 0 1em;
	float:left;
}
#header span a {
	margin-left:2em;
}
/**************************************************************
                     ESTRUCTURA MENU HOME
**************************************************************/
/* Menu */
ul.menu {
}
ul.menu li {
	float:left;
	list-style:none none;
	margin-top:12px;
}
ul.menu li a {
	display:block;
	height:73px;
	text-indent:-10000px;
}
ul.menu li a.botoHome {
	background:url(../../imag/boto/botoMenuHome.gif) no-repeat 0 0;
	width: 112px;
}
ul.menu li a.botoProd {
	background:url(../../imag/boto/botoMenuProd.gif) no-repeat 0 0;
	width: 112px;
}
ul.menu li a.botoAbou {
	background:url(../../imag/boto/botoMenuAbou.gif) no-repeat 0 0;
	width: 112px;
}
ul.menu li a.botoCont {
	background:url(../../imag/boto/botoMenuCont.gif) no-repeat 0 0;
	width: 112px;
}
ul.menu li a.botoserv {
	width:195px;
	background:url(../../imag/boto/botoMenuserv.gif) no-repeat 0 0;
}
ul.menu li a.botoSolar {
	width:120px;
	height:52px;
	background: url(../../imag/logo/logo_solartech.gif) no-repeat 0 0;
}
/**************************************************************
                     ESTRUCTURA MAIN
**************************************************************/
.cont {
	margin: 0 1em;/*float: left;*/
}
.cont ul li {
	font-size:0.8em;
	margin-left:0em;
}
#home #main {
	background: #f57900;
}
#home .cont {
	margin:0px;
}
.swf {
	width: 1024px;
	height: 232px;
	float: left;
	border-bottom: 2px #1c1c1c;
}
.contDeta img {
	margin:0px auto;
}
.contDeta p {
	font-size:0.8em;
	color:#FFF;
	margin:0px 8px 0px 5px;
	line-height:120%;
}
.detaFree, .detaInse, .detaCoci{
	width:255px;
	border-right:1px solid #666;
	float:left;
	background-color:#2d2d2d;
	height:auto!important; /*para los browsers buenos */
	height:324px; /*para IE5+ */
	min-height:375px;  /*para los browsers buenos*/
}
.detaAcce {
	width:255px;
	border-right:1px solid #1c1c1c;
	float:left;
	background-color:#2d2d2d;
	height:auto!important; /*para los browsers buenos */
	height:324px; /*para IE5+ */
	min-height:375px;  /*para los browsers buenos*/
}
.detaFree h3 a, .detaInse h3 a, .detaCoci h3 a, .detaAcce h3 a {
	display: block;
	background:url(../../imag/titu/tituFree.jpg) no-repeat 0 0;
	height:40px;
	text-indent: -10000px;
	color: #CCC;
}
.detaInse h3 a {
	background-image:url(../../imag/titu/tituInse.jpg);
}
.detaCoci h3 a {
	background-image:url(../../imag/titu/tituCoci.jpg);
}
.detaAcce h3 a {
	background-image:url(../../imag/titu/tituAcce.jpg);
}
.detaFree a, .detaInse a, .detaCoci a, .detaAcce a {
	color:#FFF;
	text-decoration:underline;
}
.detaFree a:hover, .detaInse a:hover, .detaCoci a:hover, .detaAcce a:hover {
	color:#F90;
	text-decoration:underline;
}
/************************************************
						PAGINAS INTERIORES
*************************************************/
.nara {
	color: #f78500;
}
.cont#pags {
	width:772px;
	float:right;
	margin:0;
	position:relative;
	padding-bottom:40px;
}
.cont#pags .botCert, .cont#pags .back {
	position: relative;
	top: -60px;
	right: 40px;
	font-size: .8em;
	background: url(../../imag/auxi/auxiIconMeda.gif) no-repeat right top;
	padding-right: 1.5em;
	z-index: 3000;
	text-align: right;
	height: 20px;
}
.cont#pags .back {
	background: none;
}
.cont#pags h1 {
	margin: .7em 1em 1em 1em;
}
/* Sidebar */
.sidebar {
	text-align: right;
	width: 251px;
	float: left;
	padding: 1em 0;
}
.sidebar h2 {
	color: #F17C00;
	text-align: right;
	font-size: .9em;
	line-height: 110%;
	margin: 1.5em .8em 0.3em .0em;
}
.sidebar p {
	font-size:12px;
	line-height: 100%;
	margin: 0em .8em 0.9em .50em;
	padding: 0em .50em 0em .50em;
}
.sidebar ul {
	margin-bottom: 1em;
}
.sidebar ul ul ul {
	margin-top: 1em;
}
.sidebar li {
	font: .8em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
}
.sidebar li li {
	font-size: 1em;
}
.sidebar li a {
	color: #767676;
	padding: .1em 1em 0em 0;
	text-decoration:none;
}
.sidebar li a:hover {
	color:#767676;
	text-decoration:underline;
}
.sidebar li a.acti {
	background: url(../../imag/auxi/auxiSideActi.gif) no-repeat center right;
	font-weight: bold;
}
.sidebar li strong a {
	color: #f17c00;
}
.sidebar li strong.margTitu {
	padding: .1em 1em 0em 0;
}
.sidebar img {
	margin-right: .6em;
}
/************************************************
						TITULOS
*************************************************/
/* TITULO LIBRE POSICION BOSCA */
#free .cont#pags h1 {
	background: url(../../imag/titu/tituH1Free.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:50px;
}
/*TITULOS LIBRE POSICIÓN HERGÓM*/
#free .cont#pags h2 {
	background:url(../../imag/titu/tituH5Inserts.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.6em 0.5em;
	padding-bottom:50px;
}
/*TITULOS INSERTABLES CHIMENEA BOSCA*/
#free .cont#pags h3 {
	background: url(../../imag/titu/tituH2Inserts.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1.3em 0.9em 0em 1.8em;
	padding-bottom:50px;
}
/*TITULOS INSERTABLES CHIMENEA HERGOM*/
#free .cont#pags h4 {
	background: url(../../imag/titu/tituH2InsertsHergom.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:0em 1.5em 0em 1.8em;
	padding-bottom:50px;
}
/*TITULOS INSERTABLES COCINAS HERGOM*/
#free .cont#pags h5 {
	background:url(../../imag/titu/tituH3Hergom.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:2.5em 1.5em 0.5em;
	padding-bottom:50px;
}
/* Productos */
#prod .cont#pags h1 {
	background: url(../../imag/titu/tituH1Free.gif) no-repeat 0 0;
	height: 23px;
	text-indent: -10000px;
}
ul.productos {
	margin-left: 1.5em;
	margin-bottom: 2em;
}
ul.productos li {
	float: left;
	margin-right: 1.8em;
	list-style: none none;
	margin-bottom: 1.5em
}
ul.productos li p{
	margin-top: -1.5em;
	margin-left: .5em;
	font-family: Georgia;
	font-size: 13px;
	color: #999;
}
.legal{
	color: #777;
	font-size: 10px;
	margin: 2em 0 -3.5em 2.5em;
}
.legalesPellet{
	color: #fff;
	font-size: 10px;
	margin: 2em 0 -3.5em 2.5em;
}
/*COLUMNAS*/
.columna1 {
	margin-left: 2em;
}
.columna1, .columna2, .columna3 {
	width: 207px;
	float: left;
	margin-right: 5%;
	margin-bottom: 2em;
	display: inline;
}
#gallery2 .columna1, #gallery2 .columna2, #gallery2 .columna3{
	height: 400px;
}
.noMarg {
	margin: 0;
}
.dosColumnas {
	margin-left: 160px;
}
/*margin-right: 8%;*/
.unaColumna {
	margin-left: 270px;
	margin-right: 0;
}
.columna1 ul, .columna2 ul, .columna3 ul {
	margin-bottom: .8em;
}
.cont#pags .columna1 li, .cont#pags .columna2 li, .cont#pags .columna3 li {
	list-style: none;
	font-size: .7em;
	line-height: 130%;
}
.columna1 h2, .columna2 h2, .columna3 h2 {
	color: #f78500;
	font-size: 1.15em;
	margin: 0 0 .5em 0;
	border-bottom: 1px solid #e3e3e3;
}
.columna1 h3, .columna2 h3, .columna3 h3 {
	font-size: .9em;
	color: #767676;
}
.iconAuxi {
	clear: both;
	width: 700px;
	font-size: .8em;
}
.iconAuxi a {
	float: left;
	padding-left: 3em;
	margin-left: 2.5em;
	color: #767676;
	height: 40px;
}
/*LINKS PRINT,CONTAC,MANUAL*/
.iconAuxi a.print {
	background: url(../../imag/auxi/auxiIconPrin.jpg) no-repeat 0 0;
	padding-left: 3.5em;
}
.iconAuxi a.contact {
	background: url(../../imag/auxi/auxiIconMail.jpg) no-repeat 0 0;
}
.iconAuxi a.manual {
	background: url(../../imag/auxi/auxiIconManu.jpg) no-repeat 0 0;
}
.iconAuxi a.garantia {
	background: url(../../imag/auxi/auxiIconGar.jpg) no-repeat 0 0;
}
#gallery {
	clear: both;
	padding-top: .5em;
	/*padding-bottom: .5em;*/
	margin-left: 1em;
	text-align: center;
}
#gallery img {
	margin-right: 3em;
}
.planos img.imgMarg {
	margin-right: 3em;
}
.c10 {
	float:left;
	padding:15px 0px 0px 8px;
}
.c20 {
	float: left;
	padding:15px 0px 0px 5px;
}
/* Tabla de detalles */
table.deta {
	font-size: .75em;
	margin: 0 2em 2em 2em;
	width: 90%;
}
table.deta tr td {
	padding: .3em;
}
table.deta tr.coloTop {
	background-color: #f78500;
	color: #FFF;
}
table.deta tr.coloTop td {
	vertical-align: bottom;
}
table.deta tr.color {
	background-color: #f2f2f2;
}
/*TITULOS GALERIA PRODUCTOS LIBRE POSICION*/
/* Wood */
#wood .cont#pags h1 {
	background: url(../../imag/titu/tituH1Wood.gif) no-repeat 0 0;
	height: 24px;
	text-indent: -10000px;
}
/* Limit */
#limit .cont#pags h1 {
	background: url(../../imag/titu/tituH1Limit.gif) no-repeat 0 0;
	height: 24px;
	text-indent:-10000px;
}
/* Gold */
#gold .cont#pags h1 {
	background: url(../../imag/titu/tituH1Gold.gif) no-repeat 0 0;
	height: 24px;
	text-indent: -10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Aresta */
#aresta .cont#pags h1 {
	background: url(../../imag/titu/tituH1Aresta.gif) no-repeat 0 0;
	height: 24px;
	text-indent: -10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Firepoint */
#firepoint .cont#pags h1 {
	background:url(../../imag/titu/tituH1Firepoint.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Firepoint */
#aresta .cont#pags h1 {
	background:url(../../imag/titu/tituH1Aresta.gif) no-repeat 0 0;
	height:24px;
	text-indent: -10000px;
}
/* Classic */
#class .cont#pags h1 {
	background:url(../../imag/titu/tituH1Clasic.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Spirit Inox */
#spiritInox .cont#pags h1 {
	background:url(../../imag/titu/tituH1Spirit.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Spirit 500 */
#spirit500 .cont#pags h1 {
	background:url(../../imag/titu/tituH1Spirit500.gif) no-repeat 0 0;
	height:24px;
	text-indent: -10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* E 21 GOTICA */
#e21 .cont#pags h1 {
	background:url(../../imag/titu/tituH1HergomE21.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* E 20 GOTICA */
#e20 .cont#pags h1 {
	background:url(../../imag/titu/tituH1HergomE20.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* SHELLBURNE */
#shellburne .cont#pags h1 {
	background:url(../../imag/titu/tituH1Hergomshellburne.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* BENNINGTON */
#bennington .cont#pags h1 {
	background:url(../../imag/titu/tituH1Hergombening.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Classic 500 */
#classic500 .cont#pags h1 {
	background:url(../../imag/titu/tituH1Clasic500.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
}
/* Soul 700 Free */
#soul700 .cont#pags h1 {
	background:url(../../imag/titu/tituH1Soul.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
}
/* Soul 700 Insert */
#soul700Insert .cont#pags h1 {
	background:url(../../imag/titu/tituH1Soul.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
}
/* Soul 700 Insert */
#accesories .cont#pags h1 {
	background:url(../../imag/titu/tituH1Accesories.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
}
/* Craftsbury */
#Craftsbury .cont#pags h1 {
	background:url(../../imag/titu/tituH1Craftsbury.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
}
/*TITULOS GALERIA PRODUCTOS CHIMENEA*/
/* Chimenea */
#chimenea .cont#pags h1 {
	background:url(../../imag/titu/tituH1Chimenea.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* C4*/
#c4_70 .cont#pags h1 {
	background: url(../../imag/titu/tituH1C4_70.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* C10*/
#c10 .cont#pags h1 {
	background: url(../../imag/titu/tituH1C10.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/*GALERIA PRODUCTOS COCINAS*/
/* Cocina hergom */
#cocina .cont#pags h1 {
	background: url(../../imag/titu/tituH3Hergom.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Cocina HERGOM L05 */
#hergom_l05 .cont#pags h1 {
	background:url(../../imag/titu/tituH1HergomL05.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Cocina HERGOM L08 */
#hergom_l08 .cont#pags h1 {
	background:url(../../imag/titu/tituH1HergomL08.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Cocina HERGOM L09 */
#L09 .cont#pags h1 {
	background: url(../../imag/titu/tituH1HergomL09.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
/* Cocina HERGOM L07 */
#hergom_07 .cont#pags h1 {
	background: url(../../imag/titu/tituH1HergomL07.gif)no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
}
/* Cocina BESAYA */
#besaya .cont#pags h1 {
	background: url(../../imag/titu/tituH1Besa.gif) no-repeat 0 0;
	height:26px;
	text-indent:-10000px;
}
/*Cocina Saja*/
#saja .cont#pags h1{
	background: url(../../imag/titu/tituSaja.jpg) no-repeat 0 0;
	height: 25px;
	text-indent: -10000px;
}
#new_vesta .cont#pags h1{
	background: url(../../imag/titu/tituNew_Vesta.gif) no-repeat 0 0;
	height: 31px;
	text-indent: -10000px;
}
#nansa .cont#pags h1{
	background: url(../../imag/titu/tituH1Nansa.gif) no-repeat 0 0;
	height: 26px;
	text-indent: -10000px;
}
#deva .cont#pags h1{
	background: url(../../imag/titu/tituH1Deva.gif) no-repeat 0 0;
	height: 26px;
	text-indent: -10000px;
}
/* EMPRESA */

#about .cont#pags h1 {
	background: url(../../imag/titu/tituH1About.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
#about .cont#pags p {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#666;
	line-height:180%;
	padding:10px 100px 20px 18px;
	color:#666;
	text-align:justify;
}
/*PAGINA SERVICIO AL CLIENTE*/

#servicio .cont#pags h1 {
	background: url(../../imag/titu/tituServicio_cliente.gif) no-repeat 0 0;
	height:24px;
	text-indent:-100000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
#servicio .cont#pags h3 {
	background: url(../../imag/titu/tituH1About.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:32px 0px 20px 20px;
}
#servicio .cont#pags h2 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	margin:0px 0px 10px 18px;
	color:#F98900;
}
#servicio .cont#pags p {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#666;
	line-height:180%;
	padding:10px 100px 20px 18px;
	color:#666;
	text-align:justify;
}
a {
	color: #666;
	text-decoration: underline;
	line-height:160%;
}
a:hover ul li a:active {
	text-decoration: underline;
	color: #666;
}
#servicio .cont#pags a {
	text-decoration: underline;
	color:#f98900;
}
#servicio .cont#pags a:hover {
	text-decoration: underline;
	color:#666;
}
.fono {
	width:170px;
	height:100px;
	float: right;
}
.fono1 {
	padding-left: 2em;
	margin-top: 1em;
}
.fono1 img{
	margin-top: 1em;
}



.logo_servicio {
	width:170px;
	height:100px;
	float:left;
	margin:0px 0px 0px 250px;
}
/*PAGINA PREGUNTAS FRECUENTES*/

#frecuentes .cont#pags h1 {
	background: url(../../imag/titu/tituPreguntas.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
#frecuentes .cont#pags h2 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	margin:20px 0px 12px 18px;
	color:#F98900;
}
#frecuentes .cont#pags p {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#666;
	line-height:160%;
	margin:5px 100px 10px 18px;
	color: #666;
}
/*PAGINA GARANTIAS*/

#garantias .cont#pags h1 {
	background: url(../../imag/titu/tituGarantias.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:10px;
}
#garantias .cont#pags h2 {
	background: url(../../imag/titu/tituFormularioGarantias.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:2em 0.5em 0.5em 1em;
}
#garantias .cont#pags h3 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	margin:40px 0px 20px 18px;
	color:#F98900;
}
#garantias .cont#pags p {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#666;
	line-height:160%;
	padding:5px 107px 0px 20px;
}
.acepto {
	margin:10px 0px 0px 550px;
	float:left;
}
.seguir {
	margin:0px 0px 0px 710px;
}
.cont#pags a.pdf p{
	width:35px;
	height:30px;
	margin:0px 0px 0px 50px;
}
/*.cont#pags a.pdf img{
	margin-left: 25em;
}*/
/*.pdf_1 {
	width:35px;
	height:30px;
	margin:0px 0px 0px 144px;
}
.pdf_2 {
	width:35px;
	height:30px;
	margin:0px 0px 0px 105px;
}
.pdf_3 {
	width:35px;
	height:30px;
	margin:0px 0px 0px 67px;
}
.pdf_4 {
	width:35px;
	height:30px;
	margin:0px 0px 0px 147px;
}
.pdf_5 {
	width:35px;
	height:30px;
	margin:0px 0px 0px 68px;
}*/
ul.manualesPdf{
	margin-left: 3em;
}
ul.manualesPdf li{
	font-size: 13px;
	list-style-type: decimal;
	margin-bottom: 1em;
}
/*a.manualesPdf img{
	margin-left: 4em;
}*/
.PdfManu{
	font-size: 11px;
}
.pdf_6 {
	width:35px;
	height:30px;
	margin:0px 0px 0px 82px;
}
.tabla {
	margin:0px 20px 10px 20px;
	font:12px Arial, Helvetica, sans-serif normal;
	color:#666;
}
/*SERVICIO TECNICO*/

#tecnico .cont#pags h1 {
	background: url(../../imag/titu/tituServi_tecnico.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
#tecnico .cont#pags h2 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	color:#F17C00;
	padding:5px 0px 35px 20px;
}
#tecnico .cont#pags h3 {
	font:16px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #999;
	margin:0px 20px 0px 20px;
}
#tecnico .cont#pags h4 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	color:#F17C00;
	padding:0px 0px 0px 0px;
}
#tecnico .cont#pags p {
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	padding:5px 0px 0px 0px;
}
#div_madre {
	width:773px;
}
#div_madre ul li {
	list-style:none;
}
.clase_extendida {
	width:753px;
	padding:10px 0px 30px 20px;
	float:left;
}
.clase_normal {
	width:366px;
	padding:20px 0px 30px 20px;
	float:left;
}
/*PAGINA DONDE COMPRAR*/

#comprar .cont#pags h1 {
	background: url(../../imag/titu/tituDonde_comprar.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
#comprar .cont#pags h4 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	color:#F17C00;
	padding:0px 0px 0px 0px;
}
#comprar .cont#pags h3 {
	font:16px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #999;
	margin:0px 20px 0px 20px;
}
#comprar .cont#pags h2 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	color:#F17C00;
	padding:15px 0px 35px 20px;
}
#comprar .cont#pags p {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	padding:5px 0px 0px 0px;
}
#div_comprar {
	width:772px;
	min-height:600px;
}
#div_comprar ul li {
	list-style:none;
}
.div_1024 {
	width:752px;
	padding:22px 0px 0px 20px;
	float:left;
}
.div_512 {
	margin:12px;
	width:320px;
	height:auto;
	overflow:hidden;
	display:block;
	float:left;
}
.div_513 {
	width:335px;
	min-height:60px;
	padding:20px 0px 5px 26px;
	float:left;
}
/*CONTENEDOR BOTONERA*/
#botones_comprar {
	width:714px;
	height:31px;
	margin:0px 0px 0px 20px;
}
#botonera a {
	text-indent:-9999px;
}
#botonera ul {
	list-style:none;
}
#botonera ul li {
	float:left;
}
a.bot_tiendas:link, a.bot_tiendas:visited {
	width:156px;
	height:31px;
	background: url(../../imag/bot_comprar/tiendas_on.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
	margin-right:5px;
}
a.bot_tiendas:hover, a.bot_tiendas:active {
	background:url(../../imag/bot_comprar/tiendas_off.jpg) no-repeat 0px 0px;
	float:left;
}
a.bot_region:link, a.bot_region:visited {
	width:258px;
	height:31px;
	background: url(../../imag/bot_comprar/nagionales_on.jpg) no-repeat 0px 0px;
	display:block;
	margin-right:5px;
	float:left;
}
a.bot_region:hover, a.bot_region:active {
	background:url(../../imag/bot_comprar/nagionales_off.jpg) no-repeat 0px 0px;
	float:left;
}
a.bot_inter:link, a.bot_inter:visited {
	width:277px;
	height:31px;
	background: url(../../imag/bot_comprar/internacionales_on.jpg) no-repeat 0px 0px;
	display:block;
	float:left;
}
a.bot_inter:hover, a.bot_inter:active {
	background: url(../../imag/bot_comprar/internacionales_off.jpg) no-repeat 0px 0px;
	float:left;
}
#franja_gris {
	width:680px;
	height:26px;
	background:#F4F4F4;
	margin:18px 0px 0px 20px;
}
#franja_gris_2 {
	width:680px;
	height:26px;
	background:#F4F4F4;
	margin:5px 0px 0px 20px;
}
.txt_titulo {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	padding:10px 0px 0px 20px;
}
/* CONTAC */
#contact .cont#pags h1 {
	background: url(../../imag/titu/tituH1Contact.gif) no-repeat 0 0;
	height: 24px;
	text-indent: -10000px;
}
#contact .cont#pags h2 {
	margin: 0 0 .5em 1.5em;
}
#contact .cont#pags ul {
	margin: 0 0 0 2em;
}
#contact .cont#pags ul li {
	list-style: none none;
}
#contact .cont#pags fieldset {
	border: none;
	margin-bottom: 1.5em;
}
#contact .cont#pags label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 1em;
	clear: both;
	font-size: .8em;
}
#contact .cont#pags form input, #contact .cont#pags form select, #contact .cont#pags form textarea {
	float: left;
	border: 1px solid #CCC;
	background-color: #F4F4F4;
	color: #999;
	height: 18px;
	padding: .3em;
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 170px;
}
#contact .cont#pags form select {
	height: 25px;
	width: 170px;
}
#contact .cont#pags form select option {
	padding: 0em;
	height: 20px;
}
#contact .cont#pags form textarea {
	width: 300px;
	height: 110px;
}
#contact .cont#pags form img {
	float: left;
	padding-right: .3em;
}

#contact .cont#pags p {
	font-size: .8em;
	margin-left: 115px;
}
.w100 {
	width: 100px;
}
.w170 {
	width: 170px;
}
.w255 {
	width: 255px;
}
.mailOk {
	background-color: #D5FFD5;
	padding: .5em;
	margin-right: 2em;
}
.mailMal {
	background-color: #FFC4C4;
	padding: .5em;
	margin-right: 2em;
}
form input.clasErro, form select.clasErro, form textarea.clasErro {
	background-color: #FFC4C4!important;
	border: 1px solid #F00!important;
}
#enviar {
	background: transparent url(../../imag/boto/botoSend2.jpg) no-repeat 0 0;
	border: none!important;
	width: 64px!important;
	margin-left:115px;
	height: 24px!important;
	color: #FFF!important;
}
h2.precio{
	color: #f78500;
	border: none!important;
}
.precioPellet{
	color: #fff;
	font-size: 20px;
	margin-bottom: 1em;
	font-family: Trebuchet MS;
}
/******************** *****************************************
                    ESTRUCTURA NOTICIAS Y SERVICIO
*************************************************************/
/* NOTICIAS */
#botonera_pie {
	width:1024px;
	min-height:420px;
	background:#f78500;
	background:#2D2D2D;
}
#noticias {
	width:510px;
	min-height:610px;
	background:#2D2D2D;
	margin:0px 0px 0px 0px;
	float:left;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #666;
	background: url(../../imag/titu/tituNoticias.gif) no-repeat;
	padding-bottom:20px;
}
#noticias h1 {
	text-indent:-1000px;
}
.text_noti {
	font:22px Geneva, Arial, Helvetica, sans-serif sans-serif;
	text-align:left;
	color: #FFF;
}
.text_noti h2 {
	font:22px Geneva, Arial, Helvetica, sans-serif sans-serif;
	text-decoration:none;
	color:#F90;
}
.text_noti h3 {
	font:12px Geneva, Arial, Helvetica, sans-serif sans-serif;
	text-decoration:none;
	color:#F90;
	margin:5px 0px;
}
.text_noti img {
	float:left;
	padding:0px 7px 20px 15px;
}
.text_noti .con_foto {
	width:500px;
	list-style:none;
	font-size:14px;
	display:block;
	float:left;
	clear:none;
	border-bottom: 1px dashed #494949;
	text-align:justify;
}
/*.text_noti .con_foto  a{font:22px  "Trebuchet MS";text-decoration:none; color:#FF8000;}*/

.text_noti .con_foto a {
	font:22px "Trebuchet MS";
	text-decoration:none;
	color:#F90;
}
.text_noti .con_foto a {
	font:12px "Trebuchet MS";
	text-decoration:none;
	color:#F90;
}
.text_noti .con_foto a:hover {
	font:12px "Trebuchet MS";
	text-decoration:none;
	color:#FFF;
}
.text_noti .sin_foto {
	width:460px;
	margin:10px 10px 0px 0px;
	list-style:none;
	font-size:12px;
	display:block;
	float:left;
	clear:none;
	border-bottom: 1px dashed #494949;
	padding: 0px 0px 15px 20px;
	text-align:justify;
}
.text_noti .sin_foto a {
	font:12px "Trebuchet MS";
	text-decoration:none;
	color:#F90;
}
.text_noti .sin_foto a:hover {
	font:12px "Trebuchet MS";
	text-decoration:none;
	color:#FFF;
}
.text_noti p {
	font-size:12px;
	padding-top:10px!important;
}
/* SERVICIO AL CLIENTE*/

#serv_clientes {
	width:511px;
	min-height:580px;
	background:#2D2D2D;
	margin:0px 0px 0px 0px;
	float:right;
	border-top:1px solid #666;
	border-right:1px solid #666;
	background: url(../../imag/titu/tituClientes.gif) no-repeat;
	padding-bottom:20px;
}
.logo_servi {
	width:170px;
	height:100px;
	float: right;
	margin:30px 40px 0px 100px;
}
.text_servi {
	font:18px Geneva, Arial, Helvetica, sans-serif sans-serif;
	text-align:left;
	color:#C5C5C5;
}
.text_servi h1 {
	text-indent:-999999px;
}
.text_servi ul {
	margin:8px 0px 0px 20px;
	list-style:none;
	font-size:18px;
	display:block;
	width:490px;
	float:left;
	clear:none;
}
.text_servi ul li {
	margin:0px 0px 10px 0px;
	border-bottom: 1px dashed #494949;
	padding:31px 5px;
}
.text_servi ul li a:link, .text_servi ul li a:visited {
	color:#F90;
}
.text_servi ul li a:hover, .text_servi ul li a:active {
	color:#FFF;
}
.listas_pie {
	font-size:.75em;
	color:#FFF;
	padding:.1em 0;
	font-weight:bold;
}
.clear_fix {
	clear:both;
}
#line {
	font:14px Arial, Helvetica, sans-serif;
}
.line a {
	color: #FFF;
}
.line a:hover {
	color: #000;
	text-decoration: underline;
}
.line v {
	color:#000;
	text-decoration: none;
}
.line v:hover {
	color:#ccc;
	text-decoration: underline;
}
/*************************************************************
                 link version español
*************************************************************/

#version {
	width:1024px;
	height:30px;
	background: #F98900;
	margin:0px auto;
	font:12px Arial, Helvetica, sans-serif;
}
#version a:link, #version a:visited {
	width:100px;
	color:#FFF;
	padding:5px 10px 5px 45px;
	background:url(../../imag/boto/bandera.png) no-repeat 0px 2px;
	text-decoration:underline;
	float:right;
	display:block;
}
#version a:hover, #version a:active {
	text-decoration:none;
}
/*************************************************************
                 formulario garantia
*************************************************************/

#garantias fieldset {
	width:720px;
	margin:0px 0px 0px 20px;
	border:none;
}
#garantias fieldset legend {
	display:none;
}
#garantias label {
	font:13px Arial, Helvetica, sans-serif;
	color: #666;
	clear:both;
	text-align: right;
	margin:0px 10px 0px 0px;
	width:250px;
	display:block;
	clear:both;
	float:left;
	margin-bottom:10px;
}
#garantias input {
	border:1px solid #CCC;
	background:#f4f4f4;
	width:180px;
	margin-bottom:10px;
	padding:5px
}
#garantias select {
	border:1px solid #CCC;
	background:#f4f4f4;
	margin-bottom:10px;
	height:24px;
	width: 180px;
	font:11px Arial, Helvetica, sans-serif;
	color:#8B8B8B;
	padding:5px 5px 5px 0px;
}
#garantias #enviar_2 {
	background:transparent url(../../imag/boto/botoSend2.jpg) no-repeat 0 0;
	border: none!important;
	width: 64px!important;
	height:24px!important;
	color:#FFF!important;
	float:left;
}
.label_txt {
	font:18px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0px 10px 0px 0px;
}
.ejemplo {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	margin-left:7px;
	
}
/*************************************************************
                    telefono
*************************************************************/
.fono {
	width:153px;
	height:83px;
	float:left;
	margin:10px 0px 0px 200px;
}
.fono-contacto {
	float:right;
	margin-right:40px;
}
/*************************************************************
                          PELLET
*************************************************************/
.centerPellet {
	margin: 0 auto 0 auto;
	text-align:center;
	width:1024px;
	background-color: Black;
}
#mainPellet {
	min-height:300px;
	text-align:left;
	background: #1e1e1e url(../../imag/back/backMainPellet.gif) repeat-y 5px 0;
}
.contPellet {
	margin: 0 1em;/*float: left;*/
	background-color: Black;
	color: #fff;
}
.contPellet ul li {
	font-size:0.8em;
	margin-left:0em;
}
#home #mainPellet {
	background: #f57900;
}
#home .contPellet {
	margin:0px;
}
.contPellet#pags {
	width:772px;
	float:right;
	margin:0;
	position:relative;
	padding-bottom:40px;
	padding-top: 2em;
}
.contPellet#pags .botCert, .contPellet#pags .back {
	position: relative;
	top: -60px;
	right: 40px;
	font-size: .8em;
	background: url(../../imag/auxi/auxiIconMeda.gif) no-repeat right top;
	padding-right: 1.5em;
	z-index: 3000;
	text-align: right;
	height: 20px;
}
.contPellet#pags .back {
	background: none;
}
.contPellet#pags h1 {
	margin: .7em 1em 1em 1em;
}
/* Sidebar */
.sidebarPellet {
	text-align: right;
	width: 251px;
	float: left;
	padding: 1em 0;
}
.sidebarPellet h2 {
	color: #F17C00;
	text-align: right;
	font-size: .9em;
	line-height: 110%;
	margin: 1.5em .8em 0.3em .0em;
}
.sidebarPellet p {
	font-size:12px;
	line-height: 100%;
	margin: 0em .8em 0.9em .50em;
	padding: 0em .50em 0em .50em;
}
.sidebarPellet ul {
	margin-bottom: 1em;
}
.sidebarPellet ul ul ul {
	margin-top: 1em;
}
.sidebarPellet li {
	font: .8em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
}
.sidebarPellet li li {
	font-size: 1em;
}
.sidebarPellet li a {
	color: #fff;
	padding: .1em 1em 0em 0;
	text-decoration:none;
}
.sidebarPellet li a:hover {
	color:#767676;
	text-decoration:underline;
}
.sidebarPellet li a.acti {
	background: url(../../imag/auxi/auxiSideActiPellet.gif) no-repeat center right;
	font-weight: bold;
	margin-left: 0;
}
.sidebarPellet li strong a {
	color: #f17c00;
}
.sidebarPellet li strong.margTitu {
	padding: .1em 1em 0em 0;
}
.sidebarPellet img {
	margin-right: .6em;
}
body#classic{
	background: url(../../imag/foto/fondo_classic500.jpg) repeat fixed center top;
}
body#spirit500{
	background: url(../../imag/foto/fondo_spirit500.jpg) repeat fixed center top;
}
body#spirit500inox{
	background: url(../../imag/foto/fondo_spirit500inox.jpg) repeat fixed center top;
}
body#soul700{
	background: url(../../imag/foto/fondo_soul700.jpg) repeat fixed center top;
}
body#combustible{
	background-color: #000;
}
body#garantiaPellet{
	background-color: #000;
}
#headerPellet{
	background: #000;
	margin-bottom: 1em;
}
#headerPellet h1 a, #headerPellet span a {
	background: url(../../imag/logo/logoTopPellet.jpg) no-repeat 0 0;
	width: 219px;
	height: 73px;
	display: block;
	text-indent: -10000px;
	margin: 12px 0 0 0;
	float: left;
}
#headerPellet span a {
	margin-left: 2em;
}
#pellet{
	background-color: #000;
}
/* Menu pellet */
#servicio .contPellet#pags h1 {
	background: url(../../imag/titu/tituServicio_clientepellet.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-left: 5em;
	padding-bottom:50px;
}
#servicio .contPellet#pags h2{
	font-size: 18px;
	color: #f37d01;
}
#servicio .contPellet#pags a{
	color: #f37d01;
}
#servicio .centerPellet .contPellet#pags p{
	font:0.8em Arial, Helvetica, sans-serif;
	line-height:180%;
	padding:10px 100px 20px 18px;
	color:#fff;
	text-align:justify;
}
#pellet .contPellet#pags h1 {
	background: url(../../imag/titu/tituColePellet.jpg) no-repeat 0 0;
	height:29px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-left: 5em;
	padding-bottom:50px;
}
#garantiaPellet .contPellet#pags h1 {
	background: url(../../imag/titu/tituGarantiasPellet.jpg) no-repeat 0 0;
	height: 29px;
	text-indent: -10000px;
	margin: 0 0 0 .5em;
	padding-left: 5em;
	padding-bottom: 50px;
}
#classic .center#headerPellet h1 {
	background: url(../../imag/titu/tituCLASSIC500Pelletpuntos.jpg) no-repeat 0 0;
	height: 117px;
	text-indent:-10000px;
	/*margin:1em .5em 0 25em;
	padding-bottom: 20px;*/
}
#spirit500 .center#headerPellet h1 {
	background: url(../../imag/titu/tituSPIRIT500Pelletpuntos.jpg) no-repeat 0 0;
	height: 117px;
	text-indent:-10000px;
	/*margin:1em .5em 0 25em;
	padding-bottom: 20px;*/
}
#spirit500inox .center#headerPellet h1 {
	background: url(../../imag/titu/tituSPIRIT500INOXPelletpuntos.jpg) no-repeat 0 0;
	height: 117px;
	text-indent: -10000px;
	/*margin:1em 0.5em 0.5em;
	padding-bottom: 20px;*/
}
#soul700 .center#headerPellet h1 {
	background: url(../../imag/titu/tituSOUL700Pelletpuntos.jpg) no-repeat 0 0;
	height: 117px;
	text-indent:-10000px;
	/*margin:1em 0.5em 0.5em;
	padding-bottom: 20px;*/
}
#combustible .center#headerPellet h1 {
	background: url(../../imag/titu/tituCombustiblePelletpuntos.jpg) no-repeat 0 0;
	height: 117px;
	text-indent:-10000px;
	/*margin:1em 0.5em 0.5em;
	padding-bottom: 20px;*/
}
#combustible .contPellet#pags img.eco{
	margin-top: 6em;
	margin-left: 6em;
}
ul.menu {
	margin-bottom: 1em;
}
ul.menu li {
	float:left;
	list-style:none none;
	margin-top:12px;
}
ul.menu li a {
	display:block;
	height:73px;
	width:138px;
	text-indent:-10000px;
}
ul.menu li a.botoHomePellet {
	background: url(../../imag/boto/botoMenuHomePellet.jpg) no-repeat 0 0;
	width: 124px;
}
ul.menu li a.botoProdPellet {
	background: url(../../imag/boto/botoMenuProductosPellet.jpg) no-repeat 0 0;
	width: 128px;
}
ul.menu li a.botoCombPellet {
	background: url(../../imag/boto/botoMenuCombustiblePellet.jpg) no-repeat 0 0;
	width: 138px;
}
ul.menu li a.botoDondePellet {
	background: url(../../imag/boto/botoMenuDondeComprarPellet.jpg) no-repeat 0 0;
	width: 176px;
}
ul.menu li a.botoServPellet {
	background: url(../../imag/boto/botoMenuservPellet.jpg) no-repeat 0 0;
	width: 195px;
}
/*BTNS Home Pellet*/
.btmsPelletHome{
	float:left;
	background-color: #000;
	margin-bottom: 1em;
}
ul.coleccPellet{
	width: 990px;
}
ul.coleccPellet li{
	list-style: none;
	margin-top: 1em;
}
ul.coleccPellet li a{
	display: block;
	height: 44px;
	text-indent: -10000px;
}
ul.coleccPellet li a.classic500bot{
	background: url(../../imag/boto/classic500Pellet.jpg) no-repeat 0 0;
	width: 990px;
}
ul.coleccPellet li a.classic500bot:hover{
	background: url(../../imag/boto/classic500Pellethover.jpg) no-repeat 0 0;
}
ul.coleccPellet li a.spirit500bot{
	background: url(../../imag/boto/spirit500Pellet.jpg) no-repeat 0 0;
	width: 990px;
}
ul.coleccPellet li a.spirit500bot:hover{
	background: url(../../imag/boto/spirit500Pellethover.jpg) no-repeat 0 0;
}
ul.coleccPellet li a.spirit500inoxbot{
	background: url(../../imag/boto/spirit500inoxPellet.jpg) no-repeat 0 0;
	width: 990px;
}
ul.coleccPellet li a.spirit500inoxbot:hover{
	background: url(../../imag/boto/spirit500inoxPellethover.jpg) no-repeat 0 0;
}
ul.coleccPellet li a.soul700bot{
	background: url(../../imag/boto/soul700insertPellet.jpg) no-repeat 0 0;
	width: 990px;
}
ul.coleccPellet li a.soul700bot:hover{
	background: url(../../imag/boto/soul700insertPellethover.jpg) no-repeat 0 0;
}
.centerPellet img{
	margin-top: 5em;	
}
.linePellet a p{
	color: #333;
}
.linePellet a:hover {
	color: #666;
	text-decoration: underline;
}
.linePellet v {
	color: #333;
	text-decoration: none;
}
.linePellet v:hover {
	color: #666;
	text-decoration: underline;
}
.imgPellet{
	margin-left: 32em;
}
.columnaPellet{
	margin-left: 3em;
	float: left;
}
.columnaPellet h2{
	color: #f78500;
	font-size: 1.15em;
	margin: 0 0 .5em 0;
	border-bottom: 1px solid #e3e3e3
}
.columnaPellet h3{
	font-size: .9em;
	color: #767676;
}
.columnaPellet ul{
	margin-bottom: .8em;
}
.columnaPellet ul p{
	width: 350px;
	font-size: 12px;
}
.contPellet#pags .columnaPellet li{
	list-style: none none;
	font-size: .7em;
	line-height: 130%;
}
.contPellet#pags .columnaPellet ul.caracPlus{
	width: 400px;
	margin-left: 1em;
}
.contPellet#pags .columnaPellet ul.caracPlus li{
	list-style: url(../../imag/auxi/auxiOtrasCarac.gif); 
}
.iconAuxiPellet {
	float: left;
	width: 600px;
	font-size: .8em;
}
.iconAuxiPellet a {
	float: left;
	padding-left: 3em;
	margin-left: 2.5em;
	color: #767676;
	height: 40px;
}
.legalPellet{
	color: #ccc;
}
/*garantias*/
#garantiaPellet .contPellet#pags p{
	padding-left: 1.5em;
	color: #fff;
}
#garantiaPellet .contPellet#pags ol{
	font-size: .8em;
	line-height: 160%;
	width: 650px;
	padding-left: 3em;
	margin-top: 1em;
	color: #fff;
}
#garantiaPellet .contPellet#pags ol li{
	margin-bottom: .5em;
}
#garantiaPellet .contPellet#pags ol li ul{
	padding-left: 1em;
}
#garantiaPellet .contPellet#pags ol li ul li{
	list-style: url(../../imag/auxi/auxiOtrasCarac.gif);	
}
#garantiaPellet .contPellet#pags ol li ul li.nostyle{
	list-style: none;	
}
#comprar .contPellet#pags h1 {
	background: url(../../imag/titu/tituDonde_comprarpellet.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
#comprar .contPellet#pags h4 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	color:#F17C00;
	padding:0px 0px 0px 0px;
}
#comprar .contPellet#pags h3 {
	font:16px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #999;
	margin:0px 20px 0px 20px;
}
#comprar .contPellet#pags h2 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	color:#F17C00;
	padding:15px 0px 35px 20px;
}
#comprar .contPellet#pags p {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 0px 0px 0px;
}
#garantias .contPellet#pags h1 {
	background: url(../../imag/titu/tituGarantiasPellet.jpg) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:10px;
}
#garantias .contPellet#pags h2 {
	background: url(../../imag/titu/tituFormularioGarantiaspellet.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:2em 0.5em 0.5em 1em;
}
#garantias .contPellet#pags h3 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	margin:40px 0px 20px 18px;
	color:#F98900;
}
#garantias .contPellet#pags p {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:160%;
	padding:5px 107px 0px 20px;
}
.contPellet#pags a.pdf p{
	width:35px;
	height:30px;
	margin:0px 0px 0px 50px;
}
#tecnico .contPellet#pags h1 {
	background: url(../../imag/titu/tituServi_tecnicopellet.gif) no-repeat 0 0;
	height:24px;
	text-indent:-10000px;
	margin:1em 0.5em 0.5em;
	padding-bottom:20px;
}
#tecnico .contPellet#pags h2 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	color:#F17C00;
	padding:5px 0px 35px 20px;
}
#tecnico .contPellet#pags h3 {
	font:16px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #999;
	margin:0px 20px 0px 20px;
}
#tecnico .contPellet#pags h4 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif normal;
	color:#F17C00;
	padding:0px 0px 0px 0px;
}
#tecnico .contPellet#pags p {
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 0px 0px 0px;
}
/*LINKS PRINT,CONTAC,MANUAL*/
.iconAuxiPellet a.print {
	background: url(../../pellet/imag/auxi/print.png) no-repeat 0 0;
	padding-left: 3em;
}
.iconAuxiPellet a.contact {
	background: url(../../pellet/imag/auxi/mail_.png) no-repeat 0 0;
}
.iconAuxiPellet a.manual {
	background: url(../../pellet/imag/auxi/acroread.png) no-repeat 0 0;
}
.iconAuxiPellet a.garantia {
	background: url(../../pellet/imag/auxi/folder.png) no-repeat 0 0;
}
/***Footer Pellet***/
#footerPellet{
	background: #000;
	font-size: .75em;
	color: #666;
	padding: .5em 0;
	font-weight: bold;
}
#footerPellet .validator a {
	color: #666;
}
#footerPellet img {
	float: left;
	margin: 0 1em;
}
/*************************************************************
                    ESTRUCTURA FOOTER
*************************************************************/

#footer .validator a {
	color: #999;
}
#footer img {
	float:left;
	margin: 0 1em;
}
.soho a {
	color:#666;
	font-size:1em;
	text-align:right;
	padding:0px 20px 0px 20px;
}
/* Para contenedores que tienen contenidos "float" */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
/* End hide from IE-mac */
