/*******************************************************************

	Hoja de estilos; formateo de estilos del navegador
	Autor: Mar Vega Gallego  //  www.globus.es

********************************************************************/

/* =Reset
------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Estilos generales 
------------------------------------------------------------------ */
body{
	text-align:center;
	margin:0px!important;
	font-family: Arial, Helvetica, sans-serif;
	font_size: 62.5%; /* 62.5% = 10px */
	cursor:default;
	background:url(../../marca_kartsana/imatges/bg_cabecera.jpg) top left repeat-x;
	}
h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	}
h1{
	font-size: 0.9em;
	line-height:1.1em;
	color:#f2942e ;
	font-weight:lighter;
	font-style:normal;
	}
h2{
	font-size: 1.6em;
	line-height:1em;
	color: #666;
	font-weight:lighter;
	font-style:normal;
	}
h3{
	display:block;
	font-size:0.9em;
	line-height:1em;
	color: #333;
	padding-top:15px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:6px;
	margin-top:0px;
	}

p{
	display:block;
	font-size:0.8em;
	line-height:1.2em;
	color: #666;
	margin-top:8px;
	}
a:hover{
	text-decoration:underline;
	}
a{
	text-decoration:none;
	color:yellow;
	cursor:pointer;
	}

.bold{
	font-weight:bold;
	}
.subratllat{
	text-decoration:underline;
	}



/* Estilos HOME */

/* Estilos del contenedor 
------------------------------------------------------------------ */
div#container{
	overflow:hidden;
	width:100%;
	height:100%;
	text-align:left;
	margin:0 auto;
}



/* Estilos de la cabecera 
------------------------------------------------------------------ */
div#container_header{
	width:100%;
	height:90px;
	background-color:#444;
}
div.header{
	width:960px;
	height:90px;
	margin:0 auto;
	overflow:hidden;
}
div.header img{
	margin:0px;
	border:0px;
}
.logo{
	width:165px;
	height:60px;
	float:left;
	}
.navegation{
	width:960px;
	height:30px;
	float:left;
	overflow:hidden;
	}
.navegation ul.menu{
	width:600px;
	float:left;
	margin-left:0px;
	display:block;
	overflow:hidden;
	height:18px;
	margin-top:5px;
	}
.navegation ul.menu li{
	display:block;
	float:left;
	font-size: 0.8em;
	padding:0px 15px 2px 0px;
	color:#fff;
}
.navegation ul.menu li+li{
	display:block;
	float:left;
	font-size: 0.8em;
	padding:0px 15px 2px 15px;
	color:#fff;
}
.navegation ul.menu li a{
	color:#ccc;
}
.navegation ul.menu li a:hover{
	color:#ff9;
	text-decoration:none !important;
}
.navegation ul.menu li a.active{
	color:#f2942e;
}
.navegation ul.prof{
	float:right;
	margin-left:0px;
	display:block;
	overflow:hidden;
	height:18px;
	margin-top:5px;
	border-right:1px solid yellow;
	padding-right:5px;
	}
.navegation ul.prof li{
	display:block;
	float:left;
	font-size: 0.8em;
	padding:3px 0px 3px 25px;
}
.navegation ul.prof li a{
	color: yellow;
}
div.idiomes{
	overflow:hidden;
	text-align:right;
	display:block;
	float:right;
	width:150px;
	height:30px;
	margin-top:5px;
	}
div.idiomes div{
	float:right;
	width:30px;
	height:30px;
	margin-left:5px;
	}
div.idiomes div.espanol{
	width:30px;
	height:30px;
	background: url(../images/Spain.jpg) no-repeat top left;
	}
div.idiomes div.english{
	width:30px;
	height:30px;
	background: url(../images/United-Kingdom.jpg) no-repeat top left;
	}
div.idiomes div.francais{
	width:30px;
	height:30px;
	background: url(../images/France.jpg) no-repeat top left;
	}
div.idiomes div.espanol a{
	display:block;
	width:30px;
	height:30px;
	}
div.idiomes div.english a{
	display:block;
	width:30px;
	height:30px;
	}
div.idiomes div.francais a{
	display:block;
	width:30px;
	height:30px;
	}
select#empresa{
	outline:1px solid #666;
	background:#eee;
	border:0px;
	width:80px;
	}	

/* Estilos RANDOM HOME 
------------------------------------------------------------------ */
div.slideshow{
    width:960px;
    height:300px;
    margin:3px auto;
}

/* Estilos del animacio home 
------------------------------------------------------------------ */
div#intro{
	width:960px;
	height:290px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
	}
.bloque01{
	margin-top:15px;
	float:left;
	width:600px;
	height:210px;
	}
div#intro h2{
	display:block;
	margin:20px 0px 0px 10px;
	width:580px;
	font-size:1.3em;
	}
div#intro div.intro{
	width:270px;
	float:left;
	margin-left:10px;
	margin-top:15px;
}
div#intro div.intro + div.intro{
	margin-left:30px;
}
div#intro div p{
	font-size:0.8em;
}
div.noticies_home{
	/*height:245px;*/
	overflow:hidden;
	width:300px;
	float:left;
	margin-left:50px;
	padding-top:36px;
	}
		.item_not{
			overflow:hidden;
			margin-bottom:10px;
			width:290px;
			float:left;
			
			}
		.item_not div.dia{
			background:#ddd;
			float:left;
			width:270px;
			text-align:center;
			margin-top:10px;
			padding-bottom:3px;
			margin-bottom:3px;
			color:#333;
			overflow:hidden;	
			}
			
			.item_not div.dia span.data{
				font-size:11px;
				float: left;
				width:40px;
				color:#333;
				display:block;
				font-style:italic;
				padding-top:3px;
				}
		.item_not div.noticia{
			width:270px;
			/*height:60px;*/
			float:left;
			}
			.item_not div.noticia div.titular_noticia{
				font-size:12px;
				font-weight:bold;
				color:#762017;
				margin-bottom:5px;
				}
			.item_not div.noticia div.titular_noticia a{
				color:#000;
				}
			.item_not div.noticia div.texte_noticia{
				font-size:11px;
				color:#333;}
			.item_not div.noticia div.texte_noticia a{
				color:#000;
				font-weight:bold;
				}

/* Estilos del pie 
------------------------------------------------------------------ */
div#container_peu{
	width:100%;
	height:150px;
	background: url(../images/bg_peu.jpg) repeat-x top left;
}
div.peu_img{
	width:960px;
	height:150px;
	margin:0 auto;
	overflow:hidden;	
}
div.peu_img img, div.peu{
	float:left;
}
div.peu{
	width:800px;
	height:95px;
	margin:43px auto 0 auto;
	overflow:hidden;
	text-align:left;
}
div.peu ul.menuInf{
	display:block;
	width:800px;
	height:20px;
	overflow:hidden;
}
div.peu ul.menuInf li{
	color:#555;
	font-size:0.7em;
	display:block;
	float:left;
	}
div.peu ul.menuInf li a{
	color:#555;
	padding:0px 20px 0px 20px;
	}

div.peu ul.adreces, div.peu ul.contactes{
	display:block;
	width:190px;
	float:left;
	font-size:0.75em;
	margin-top:16px;
	margin-left:20px;
	height:100%;
}
 div.peu ul.adreces li, div.peu ul.contactes li{
	 display:block;
	 padding:0px 0 3px 0;
	 color:#f5f5f5;
	 }


/* Estilos pagina interior PRODUCTO
------------------------------------------------------------------ */
div#contenido{
	margin:0 auto;
	width:960px;
	height:100%;
	min-height:375px;
	overflow:hidden;
	}
.situacion{
	float:left;
	width:960px;
	font-size:0.7em;
	padding:6px 5px 3px 5px;
	}
.situacion a{
	font-size:1em;
	color:#555;
	}
.colum_lateral{
	width: 175px;
	height:100%;
	min-height:250px;
	float:left;
	}
.colum_principal{
	width: 755px;
	min-height:350px;
	float:left;
	margin-left:30px;
	overflow:hidden;
	}
.colum_principal h1{
	display:block;
	font-size:1.5em;
	font-style:normal;
	margin-top:10px;
	width:100%;
	} 
.colum_principal div.conjunt{
	width:475px;
	height:485px;
	float:left;
	overflow:hidden;
	}
.colum_principal span.serie{
	display:block;
	width:440px;
	height:25px;
	float:left;
	margin-top:5px;
	font-size:0.9em;
	font-style:normal;
	color:#666;
	background:url(../images/fletxa.jpg) no-repeat top left;
	padding:3px 0 0 29px;
	}
.colum_principal div.pase_img{
	width:473px;
	height:440px;
	float:left;
	margin-top:5px;
	overflow:hidden;
	}

.colum_principal div.pase_img a{
	display:block;
	width:75px;
	height:59px;
	float:left;
	outline:1px solid #ccc;
	margin:7px 2.8px 0px 1px;
	}
.colum_principal div.pase_img a:hover{
	display:block;
	float:left;
	outline:1px solid #999;
	margin:7px 2.8px 0px 1px;
	}
.linea{
	outline:1px solid #999;
	margin-left:1px;
	margin-top:1px;
	}
.colum_principal div.info_producte{
	width:250px;
	min-height:350px;
	margin-top:11px;
	margin-left:28px;
	float: left;
	}
.colum_principal div.info_producte ul{
	padding:15px 0 0 0;
	width:100%;
	display:block;
	font-size:0.75em;
	}
.colum_principal div.info_producte ul li{
	display:block;
	padding:2px 0 10px 0;
	background:transparent url(../images/list_red_bullet.jpg) no-repeat scroll 7px 5px;
	padding:0 0 10px 20px;
	line-height:1.15em;
	}
.colum_principal div.info_producte h1{
	display:block;
	width:100%;
	font-size:0.9em;
	color:#333;
	border-bottom:#999 solid 1px;
	}
.certificats{
	width:230px;
	height:47px;
	margin-top:0px;
	margin-left:28px;
	float: left;
	overflow:hidden;
	padding-top:3px;
	padding-left:20px;
	}
.certificats div.cert01{
	float:left;
	outline:1px solid #ccc;
	}
.certificats div.cert01 + div.cert01{
	margin-left:10px;
	}
.colum_principal div.img_plumes{
	float:left;
	width:750px;
	height:260px;
	margin-top:10px;
	margin-left:1px;
	}
.colum_principal div.img_plumes div.img{
	margin-top:5px;
	text-align:left;
	}
.colum_principal div.img_plumes h1{
	font-size:0.9em;
	color:#333;
	}
	
/* Estilos MENU LATERAL producto
------------------------------------------------------------------ */
div.colum_lateral ul.lateralMenu {
	display:block;
	list-style-type:none;
	margin:40px 0 30px;
}
div.colum_lateral ul.lateralMenu span.mes {
	display:block;
	float:left;
	font-weight:bolder;
	width:10px;
}
div.colum_lateral ul.lateralMenu span.menys {
	display:block;
	float:left;
	font-weight:bolder;
	width:10px;
}
div.colum_lateral ul.lateralMenu li {
	background:transparent url(../images/separatorHorizontal_dotted.gif) repeat-x scroll 0 100%;
	line-height:23px;
	padding:0 0 0 5px;
}
div.colum_lateral ul.lateralMenu li a{
	display:block;
	font-weight:bold;
	width:100%;
	font-size:0.85em;
	color:#000;
}

div.colum_lateral ul.lateralMenu li a.mes {padding-left:10px; background:url("../images/mes.png") no-repeat center left;}
div.colum_lateral ul.lateralMenu li a.mes:hover {background:url("../images/mes_hover.png") no-repeat center left;}
div.colum_lateral ul.lateralMenu li a.menys {padding-left:10px; background:url("../images/menys.png") no-repeat center left;}
div.colum_lateral ul.lateralMenu li a.menys:hover {color:#f2942e !important;background:url("../images/menys.png") no-repeat center left;}

div.colum_lateral ul.lateralMenu li a:hover{
	text-decoration:none;
	color:#666;
	}
div.colum_lateral ul.lateralMenu li a.active{
	text-decoration:none;
	color:#f2942e;
	}
div.colum_lateral ul.lateralMenu li ul{
	list-style-type:none;
	padding:0;
	font-size:0.85em;
	}
div.colum_lateral ul.lateralMenu li ul li{
	background: none repeat scroll 0 0;
	line-height:1;
	padding:0 0 0px 20px;
	display:block;
}
div.colum_lateral ul.lateralMenu li ul li a {
	font-size:0.95em;
	padding:0 0 8px;
	font-weight:normal!important;
}	
div.links{
	float:left;
	overflow:hidden;
	width:650px;
	height:35px;
	}
div.links a.video{
	color:#333;
	display:block;
	float:left;
	background:url(../images/video.jpg) no-repeat top left;
	padding:10px 10px 5px 30px;
	font-size:0.85em;
	margin-right:20px;
	}
div.links a.pdf{
	color:#333;
	display:block;
	float:left;
	background: url(../images/pdf.jpg) no-repeat top left;
	padding:10px 0px 0px 30px;
	font-size:0.85em;
	padding:10px 10px 5px 30px;
	margin-right:20px;
	}
div.links a.sploting{
	color:#333;
	font-size:0.85em;
	display:block;
	float:left;
	background:url(../images/splotting.jpg) no-repeat top left;
	padding:10px 10px 5px 30px;
	}
	
/* Estilos EMPRESA
------------------------------------------------------------------ */	
.colum_principal div.empresa{
	float:left;
	width:750px;
	height:100%;
	margin-top:10px;
	margin-left:1px;
	}
.colum_principal div.empresa img{
	margin-top:15px;
	margin-bottom:8px;
	}
.colum_principal div.empresa h1{
	font-size:0.9em;
	color:#333;
	}
.colum_principal div.empresa p{
	width:450px;
	}
div.empresa div.certificats{
	width:230px;
	height:75px;
	margin-top:0px;
	margin-left:0px!important;
	float: left;
	overflow:hidden;
	padding-top:3px;
	padding-left:0px!important;
	}	
.certificats div.cert01{
	float:left;
	outline: none !important;
	}
/* Estilos PRUEBAS DINAMICAS
------------------------------------------------------------------ */	
.colum_principal div.pruebas{
	float:left;
	width:750px;
	height:100%;
	margin-top:10px;
	margin-left:1px;
	}
.colum_principal div.pruebas img{
	margin-top:15px;
	margin-bottom:8px;
	}
.colum_principal div.pruebas h1{
	font-size:0.9em;
	color:#333;
	overflow:hidden;
	margin-bottom:15px;
	}
.colum_principal div.pruebas div.video{
	width:355px;
	height:270px;
	text-align:left;
	float:left;
	}
.colum_principal div.pruebas div.video p{
	width:340px;
	}
	
/* Estilos CONTACTO - Localizacion
------------------------------------------------------------------ */
.colum_principal div.contacto h1{
	font-size:0.9em;
	color: #333;
	border-bottom:1px solid #666;
	}
.colum_principal div.contacto{
	float:left;
	width:750px;
	height:100%;
	margin-top:10px;
	margin-left:1px;
	overflow:hidden;
	}
.colum_principal div.contacto div.central{
	overflow:hidden;
	}
.colum_principal div.contacto div.distribuidores{
	overflow:hidden;
	}

.colum_principal div.contacto p.adrecacentral{
	width:350px;
	margin-right:10px;
	float:left;
	}

.colum_principal div.contacto p.adreca{
	width:240px;
	margin-right:10px;
	float:left;
	}
.colum_principal div.contacto div.img_mapa{
	background-color:#fff;
	border:1px solid #ccc;
	height:257px;
	width:357px;
	padding:7px 0px 0px 7px;
	float:right;
	margin-top:10px;
	}
a.taronja:link{
	color:#F2942E;
	text-decoration:none;
	}
a.taronja:hover{
	color:#F2942E;
	text-decoration: underline;
	}
a.gris:link{
	color:gray;
	text-decoration:none;
	}
a.gris:hover{
	color:gray;
	text-decoration: underline;
	}
	
/* Estilos Formulario de CONTACTO
------------------------------------------------------------------ */
form#form_contacto {
	display:block;
	margin-top:1px;
	padding-top:30px;
	width:380px;
}
form#form_contacto label {
	display:block;
	font-size:0.8em;
	margin-bottom:5px;
	color:#444;
}
form#form_contacto input {
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	width:225px;
}
form#form_contacto textarea {
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	width:225px;
}
form#form_contacto input.boton {
	border:1px solid #CCCCCC;
	cursor:pointer;
	margin-top:5px;
	width:100px;
}

	/* Estilos Biblioteca PDF's
------------------------------------------------------------------ */
ul.pdfs{
	float:left;
	overflow:hidden;
	width:750px;
	height:100%;
	margin-top:10px;
	display:block;
	}
ul.pdfs a.pdf{
	color:#333;
	display:block;
	background: url(../images/pdf_small.jpg) no-repeat 2px 5px;
	font-size:0.8em;
	padding:10px 10px 5px 25px;
	margin-right:20px;
	}
a.cataleg-general{
	color:#333;
	display:block;
	background: url(../images/pdf_small.jpg) no-repeat 2px 5px;
	font-size:0.8em;
	padding:10px 10px 5px 25px;
	}
div.paginador{
	margin:5px 0px 0px 25px;
	float:left;
	width:700px;
	font-size:0.85em;
	padding-top:5px;
	overflow:hidden;
	}
div.paginador a{
	display:block;
	padding:2px 7px;
	float:left;
	color:gray;
	}
div.paginador span{
	display:block;
	float:left;
	padding:2px 7px;
	font-weight:bold;
	}
div.paginador .button-pager {
    padding:2px 0;
}	
/* Estilos Area profesionales
------------------------------------------------------------------ */

.colum_principal div.profesionales{
	float:left;
	width:750px;
	height:100%;
	padding-top:10px;
	margin-left:1px;
	overflow:hidden;
	}
.colum_principal div.profesionales h1{
	font-size:0.9em;
	color: #333;
	}
.colum_principal div.profesionales form{
	margin-top:30px;
	}
.colum_principal div.profesionales form label{
	margin-bottom:5px;
	display:block;
	font-size:0.8em;
	color:#444;
	}	
.colum_principal div.profesionales form input{
	margin-bottom:5px;
	display:block;
	font-size:0.8em;
	border:1px solid #ccc;
	width:225px;
	}
.colum_principal div.profesionales form input.boto{
	cursor: pointer;
	margin:5px 0px 0px 0px;
	width:100px;
	font-size:0.7em;
	}
/* Estilos PROFESIONALES -- Como hacer mi pedido  
----------------------------------------- */
.colum_principal ul.informacion{
	padding-top:20px;
	display:block;
	width:730px;
	height:450px;
	float:left;
	overflow:hidden;
	}
.colum_principal ul.informacion li{
	display:block;
	font-size:0.9em;
	padding:5px;
	}
.colum_principal ul.informacion li a.iniciar{
	display:block;
	background-color:#f2942e;
	border:1px solid #666;
	color:#333;
	font-size:0.8em;
	padding:5px 15px 3px 15px;
	float:left;}
	
	
	
	
/* Estilos PROFESIONALES -- 01  /  02  /  03  
----------------------------------------- */
.colum_principal span.nom_splotting{
	display:block;
	font-size:1.5em;
	font-style:normal;
	margin-top:10px;
	width:525px;
	color:#F2942E;
	float:left;
	}
.colum_principal span.titular{
	display:block;
	font-size:1.5em;
	font-style:normal;
	margin-top:10px;
	width:525px;
	color:#F2942E;
	float:left;
	}
.colum_principal div.user{
	margin-top:10px;
	display:block;
	float:left;
	font-size:0.75em;
	width:225px;
	height:35px;
	text-align:right;
	}
.colum_principal div.user a{
	display:block;
	text-decoration:underline;
	font-weight:bold;
	color:#333;
	margin-top:3px;
	}

div.conjunt_sp{
	width:543px;
	float:left;
	overflow:hidden;
	border:1px solid #ccc;
	background:url(../images/splotting_prova2.jpg) no-repeat top left;
	}
.no{
	background:url(../images/splotting_prova3.jpg) no-repeat top left!important;
	}
#pp_full_res html, #pp_full_res body { 
	min-height:400px;
	height:auto !important;
	height:400px;
	}
div.fitxa{
	text-align:left;
	background-color:#fff;
	border:2px solid #666;
	min-height:400px;
	height:auto !important;
	height:400px;
	}
div.fitxa h1{
	margin-top:0px;
	background-color:#666;
	font-size:1em;
	padding:5px 5px 0 10px;
	}
	
div.fitxa h1 a {float:right;color:#F2942E;font-size:11px;}
div.fitxa h1 a: {text-decoration:none;}

div.fitxa div.img_prod{
	text-align:center;
	}
div.fitxa .descripcio,div.fitxa .referencia,div.fitxa .ajuda{
	padding:0 10px;
	}
div.fitxa .referencia {
	margin:10px 0 0 0;
	font-size:12px;
	color:#666;
	font-weight:bold;
}
div.fitxa form{
	display:block;
	margin:20px 0 5px 0;
	overflow:hidden;
	}
div.fitxa form label{
	padding-left:10px;
	width:65px;
	display:block;
	float:left;
	font-size:0.8em;
	padding-top:5px;
	}
div.fitxa form input.unitats{
	display:block;
	float:left;
	height:20px;
	}
div.fitxa form .boto{
	cursor:pointer;
	margin:0 10px 0 0;
	padding:2px 10px;
	display:block;
	width:80px;
	height:14px;
	line-height:14px;
	/*outline:1px solid #666;*/
	background:#ccc;
	border:1px solid #666;
	float:right;
	color:#000;
	font-weight:normal;
	text-align:center;
	font-size:11px;
	}
div.fitxa form .boto:hover {
	text-decoration:none;
}
.colum_principal div.intro_ref{
	margin-top:20px;
	width:194px;
	min-height:130px;
	height:auto !important;
	height:130px;
	margin-left:10px;
	float: left;
	border-top:3px solid #666;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background-color:#eee;
	}
.colum_principal div.zoom-box{
	width:194px;
	height:152px;
	margin-top:1px;
	margin-left:10px;
	float: left;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background-color:#fff;
	}
.colum_principal div.intro_ref form{
	width:194px;
	display:block;
	padding:5px 0;
	overflow:hidden;
}

.colum_principal div.intro_ref .errorFormElement {
	color:red;
}

.colum_principal div.intro_ref label{
	font-size:0.85em;
	display:block;
	color:#333;
	padding:5px 10px 5px 10px;
	float:left;
	}
.colum_principal div.intro_ref input{
	width:150px;
	display:block;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
.colum_principal div.intro_ref .boto{
	cursor:pointer;
	margin:10px 0 0 10px;
	display:block;
	width:80px;
	height:18px;
	line-height:18px;
	outline:1px solid #666;
	background:#f2942e;
	border:0px;
	float:left;
	color:#000;
	font-weight:normal;
	text-align:center;
	font-size:11px;
	}
	
.colum_principal div.intro_ref .boto:hover {
	text-decoration:none;
	}

.colum_principal div.intro_ref span{
	display:block;
	font-size:0.75em;
	color:#666;
	width:170px;
	float: left;
	padding:5px 10px 0px 10px;
}

div.colum_lateral ul.lateralMenu li ul li ul{
	list-style-type:none;
	padding:0;
	font-size:0.85em;
	}	
div.colum_lateral ul.lateralMenu li ul li ul li{
	background: none repeat scroll 0 0;
	line-height:1;
	padding:0 0 0px 20px;
	display:block;
}	
div.colum_lateral ul.lateralMenu li ul li ul li a{
	font-size:1em;
	padding:0 0 8px;
	font-weight:normal!important;
	text-decoration: none;
}
div.colum_lateral ul.lateralMenu li ul li ul li a.active_sp{
	font-size:1em;
	text-decoration:underline!important;
	font-weight:bold!important;
	color:#f2942e;
}
.colum_principal div.mipedido{
	margin-top:20px;
	width:179px;
	height:100%;
	margin-left:10px;
	float: left;
	border-top:3px solid #666;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background-color:#eee;
	padding:5px 5px 13px 10px;;
	}
.colum_principal div.mipedido span{
	color:#333;
	display:block;
	font-size:0.85em;
	margin-left:3px;
	font-weight:bold;
	}
.colum_principal div.mipedido table{
	width:179px;
	margin-top:10px;
	}
.colum_principal div.mipedido table tr.important{
	color:#333;
	font-weight:bold;
	}
.colum_principal div.mipedido table tr.important td{
	border-bottom:1px solid #333;
	padding:3px;
	color:#333;
	font-size:0.8em;
	}
.colum_principal div.mipedido table tr{
	margin-bottom:3px;
	}
.colum_principal div.mipedido table tr td{
	border-bottom:1px solid #ccc;
	padding:3px;
	color:#333;
	font-size:0.8em;
	}

.colum_principal div.mipedido .boto{
	cursor:pointer;
	margin:15px 0 0 0;
	display:block;
	width:80px;
	height:18px;
	line-height:18px;
	outline:1px solid #666;
	background:#f2942e;
	border:0px;
	float:left;
	color:#000;
	font-weight:normal;
	text-align:center;
	font-size:11px;
	}

.colum_principal div.mipedido .boto:hover {
	text-decoration:none;
}

/* Estilos MI PEDIDO --------------------  
----------------------------------------- */
#contenido span.pedido{
	display:block;
	font-size:1.5em;
	font-style:normal;
	margin-top:10px;
	width:730px;
	color: #666;
	float:left;
	border-bottom:1px solid #666;
	}
#contenido div.user_pedido{
	margin-top:10px;
	display:block;
	float:right;
	font-size:0.75em;
	width:225px;
	height:35px;
	text-align:right;
	}

#contenido div.user_pedido a{
	display:block;
	text-decoration:underline;
	font-weight:bold;
	color:#333;
	margin-top:3px;
	}
table.productos{
	display:block;
	float:left;
	width:730px;
	margin-top:35px;
	margin-bottom:20px;
	}
table.productos thead tr{
}
table.productos thead tr th{	
	background-color:#ddd;
	border-bottom:1px solid #888;
	border-top: 3px solid #666;	
	font-size:0.85em;
	font-weight:normal;
	padding-bottom:3px;
	padding-top:2px;
	border-right:1px solid #fff;
	text-align:center;
}
table.productos thead tr th.pcantidad{
	width:80px;
	text-align:center;
	}
table.productos thead tr th.pcantidad input{
}
table.productos thead tr th.pele{
	width:100px;
	}
table.productos thead tr th.pref{
	width:100px;
	}
table.productos tbody tr th.pproducto,table.productos tbody tr th.pproducto p, table.productos tbody tr th.pproducto span p {
	width:350px;
	text-align:left;
	color:#000;
	font-weight:normal;
	font-size:14px;
	}
table.productos thead tr th.peliminar{
	text-align:center;
	width:90px;
	}

table.productos tbody tr th{
	border-bottom:1px solid #ccc!important;	
	font-size:0.85em;
	font-weight:normal;
	height:55px;
	vertical-align: middle;
	text-align:center;
	padding:10px;
}
.al_left{
	text-align:left!important;
	}
table.productos tbody tr{
	}
#contenido div.actualizar{
	margin-top:35px;
	margin-left:20px;
	float:left;
	}
#contenido div.botons{
	float:left;
	width:730px;
	}
#contenido div.botons a.volver{
	display:block;
	font-size:0.80em;
	float:left;
	padding:3px 15px 3px 15px;
	color:#333;
	border:1px solid #666;
	background-color:#F2942E;
	}
#contenido div.botons a.confirmar{
	display:block;
	font-size:0.80em;
	float:right;
	padding:3px 15px 3px 15px;
	color:#333;
	border:1px solid #666;
	background-color:#F2942E;
	}

#contenido div.final{
	margin-top:35px;
	float:left;
	}
#contenido div.final p{
	width:350px;
	}

/* Estilos Noticia ampliada
------------------------------------------------------------------ */
div.colum_total{
    float:left;
    min-height:350px;
    width:960px;
    overflow:hidden;
    }
div.colum_total div.noticia_amp{
    width:550px;
    float:left;
    }
div.colum_total div.noticia_amp h1{
    font-style:italic;
    color:#333;
    display:block;
    font-size:0.9em;
    margin-top:10px;
    width:100%;
    } 
div.colum_total div.noticia_amp p.data{
    font-style:italic;
    margin-top:25px;
    }
    
div.colum_total div.img_amp{
    height:220px;
    width:330px;
    float:left;
    margin-left:75px;
    margin-top:50px;
    }
div.colum_total div.img_amp{
    height:220px;
    width:330px;
    outline:1px solid #ccc; }
	
/* SLIDER HOME */
#slider ul li {width:290px; height:228px;}

/* Estilos Validacion Formulario */
.caixa-success { margin:10px 0 0 0;height:35px;background:#E6EFC2;border:1px solid #C6D880; }
.caixa-error { margin:10px 0 0 0; height:35px;background:#FBE3E4;border:1px solid #FBC2C4; }
.caixa-error p { margin:0 0 0 10px;line-height:35px;color:#8a1f11; }
.caixa-success p { margin:0 0 0 10px;line-height:35px;color:#264409; }
.form_error { font-size:11px;color:#8a1f11; }
.input-form-error { background:#FBE3E4; }