/* AVANTIC_DIV 3-jul-2006 */
/* Victor M. Duran */
/* COLORES */
/* Marron: 760001 -> 666*/
/* Amarillo: FFE04A -> DDD*/
/* amarillo fondos: FFF1AE -> E6E6E6*/
/* Azul-imagenes: 39F */
/* Gris-texto: 666 */
/* Gris-bordes: CCC */
/* Blanco-fondos: FFF */
/* Rojo: CC3433 */
/* Amarillo: FFD800*/
/* Verde Buscador: A6CE30  */
/* Verde Menu: 3EBD07 */
/*******************************/
/***   GENERAL SETTINGS      ***/
/*******************************/

* {
   font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", sans-serif;
}
/* Fix a silly bug in Mozilla */
html { 
    min-width: 800px;
}
img, div { 
    display: block;
    border: 0;
}
.hide, .alt {
    display: none;
}
.spacer {
    border: 0;
    margin: 0;
    padding: 0;
    clear: both;
    background: transparent;
}
.ruler {
    margin: 0 5px;
    border-top: 2px solid;
    padding: 0;
    clear: both;
    color: #CCC;
    background: transparent;
}
#mainnav li.hidden,
#inicio #mainnav2,
#mainnav2 li.hidden,
#pie #mainnav2,
#footer li.hidden,
#menu-izda .hidden{
  display: none;
}

    /* general settings*/

body {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 13px;
	 background-color:#000000
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, pre  {
     margin: 0;
     padding: 0;  
     word-spacing: 0.1em;
     color: #666;
     background-color: transparent;
}

p, td, li, pre  {
     line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
     /*font: 1em Georgia, "New Century Schoolbook", Times, serif; */
     line-height: 1.1em;
}

li {
    list-style: square;
}

a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #666;
}
a:hover, a:active {
    text-decoration: underline;
    font-weight: bold;
    color: #666;
}

#content .sombra_imagen img {
 /*  padding: 0 5px 5px 0;*/
   background: transparent url(images/sombra_imagen.gif) bottom right no-repeat;
}


/*******************************/
/***        TOP OF THE PAGE           ***/
/*******************************/


#wrapper {
	background:transparent url(images/fondo-wrapper.gif);
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#header {
	background: #000 url(images/banner.jpg) top center no-repeat;
	width: 100%;
	height: 74px;
  	margin: 0 auto;
}
#header-content {
  width: 751px;
  height: 74px;
  margin: 0 auto;
}
#header-content img {
  display: block;
  float: left;
  width: 250px;
  height: 72px;
}
#header h1 {
  padding-left: 170px;
  padding-top: 40px;
  font-size: 1.85em;
  color: #666;
}
#header table {

}

#quick-links {
   float: right;
   text-align: right;
   height: 16px;
}

#quick-links a img{
   display: inline;
   margin: 4px 5px 0 5px;
   border: 0;
}

#headwrap  {
  float: left;
  cursor: pointer;
  background: transparent;
}

#banner-cabecera {
   float: right;
}

/*******************************/
/*** Main Navigation - Menu horizontal 1 ***/
/*******************************/

#mainnav {
	height: 18px;
	margin: 0pt auto;
	text-align: center;
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	width:755px;
	border-right:2px solid #666;
	border-left:2px solid #666;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	background-color: #000000;
	background-image: url(images/fondomenu2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 2px;
}

#mainnav ul {
    float: right;
    margin-right: 23px;
}


#mainnav li {
    display: block;
    float: left;
    margin: 0;
    border: 0;
    line-height: 1.2em;
	padding-right:10px;
}

#mainnav li.mn1, #mainnav li.mn1-act {
    border-left: 0;
}
div#mainnav .mn1{
    font-size: 1em;
    font-weight: normal;
}

#mainnav li.mn, #mainnav li.mn-act {
  font-weight: bold;
}

#mainnav a {
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-decoration: none;
	color: #FFF;
}

#mainnav a:visited,
#mainnav a:link,
#mainnav a:hover,
#mainnav a:active {
   font-weight: normal;
   text-decoration: none;
}

#mainnav a:visited,
#mainnav a:link {
	color: #FFF;
}
#mainnav a:hover,
#mainnav a:active {
/* color: #CC3433; */
      color: #000;
}

#mainnav .mn1-act a,
#mainnav .mn-act a{
  	text-decoration: none;
    color: #000;
    font-weight: bold;
	text-decoration:none;
}
#mainnav .mn-act a:hover{
	text-decoration:none;
}
#mainnav .mn2{
    font-size: 0.9em;
    font-weight: normal;
}
#mainnav .mn2 a:hover{
	text-decoration:none;
}

/* MAINNAV MENU HORIZONTAL 2 */
#mainnav2 {
	background-color:#000000;
	background-image:url(images/fondomenu3.gif);
	background-position:center top;
	background-repeat:no-repeat;
	border-left:2px solid #666666;
	border-right:2px solid #666666;
	border-bottom:0px solid;
	height: 20px;
	color: #000;
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	margin: 0px auto;
	text-align:left;
	width:755px;
	border-top-width: 0px;
	border-top-style: solid;
}
#mainnav2 #menu ul {
	float:right;
	margin-right: 23px;
}
#mainnav2 #menu li {
   	display: block;
    float: left;
    margin: 0;
    border: 0;
	padding-right:10px;
}
#mainnav2 #menu li.hidden {
	padding:0px;
}
#mainnav2 #menu li.mn1, #mainnav li.mn1-act {
    border-left: 0;
}
div#mainnav2 #menu .mn1{
    font-size: 1em;
    font-weight: normal;
}
#mainnav2 #menu li.mn, #mainnav #menu li.mn-act {
}

/* *** **/
#mainnav2 #menu li.mn-act a:visited,
#mainnav2 #menu li.mn-act a:link,
#mainnav2 #menu li.mn-act a:hover,
#mainnav2 #menu li.mn-act a:active,{
	font-weight: bold;
}

#mainnav2 #menu li.mn a:visited,
#mainnav2 #menu li.mn a:link,
#mainnav2 #menu li.mn a:hover{
    font-size: 10px;
    letter-spacing: 0.1em;
	font-weight: normal;
    text-decoration: none;
	color: #000;
}
#mainnav2 #menu li.mn a:active {
	font-weight:bold;
}
#mainnav2 #menu li.mn a:hover{
	text-decoration:underline;
}
#mainnav2 #menu li.mn2-act a:visited,
#mainnav2 #menu li.mn2-act a:link,
#mainnav2 #menu li.mn2-act a:hover, 
#mainnav2 #menu li.mn2-act a:active {
	font-weight:bold;
	color:#000000;
	font-size:10px;
}
#mainnav2 .mn2-act a:hover {
	text-decoration:none;
}
#mainnav2 .mn a:hover,
#mainnav2 .mn a:visited,
#mainnav2 .mn a:link,
#mainnav2 .mn a:active {
    font-weight: normal;
}
#mainnav2 .mn1-act a,
#mainnav2 .mn-act a{
    /* text-decoration: underline;*/
	/* color: #CC3433;*/
	font-weight:bold;
	color: #000;
	font-size:10px;
}
#mainnav2 .mn-act a:hover{
	text-decoration:none;
}
#mainnav2 #menu .mn2 a:hover,
#mainnav2 #menu .mn2 a:visited,
#mainnav2 #menu .mn2 a:link,
#mainnav2 #menu .mn2 a:active{
   /* font-size: 0.9em;*/
	font-size:10px;
    font-weight: normal;
	color:#000000;
}

#mainnav2 .mn2 a:hover{
	font-weight:normal;
}
#mainnav2 a:hover,
#mainnav2 a:active {
    font-weight: bold;
}

/***********************/
/*      MENU IZDA            */
/**********************/
#menu-izda {
  padding-right: 5px;
  padding-left: 5px;
  /*margin-left:4px;*/
}
.menu-izda1 {
    font-size: 12px;
	line-height: 1.2em;
	margin-top: 4px;
	border-bottom: 2px groove #ffd800;
	padding-bottom:3px;
}

.menu-izda1 a:link,
.menu-izda1 a:visited,
.menu-izda1 a:active,
.menu-izda1 a:hover {
   font-weight:normal;
   color:#000000;
   padding-left: 25px;
   background: transparent url(images/flechamenu.gif) center left no-repeat;
  /* background: transparent url(images/menu_no.gif) 5px 5px no-repeat;*/
   text-decoration:none;
}
.menu-izda1-act {
   padding-left: 20px;
   margin-top: 5px;
   margin-bottom: 4px;
   background: transparent url(images/menu_act.gif)  5px 5px no-repeat;
   border-top: 1px solid #666;
   border-bottom: 1px solid #666;
   border-right: 1px solid #666;
   border-left: 1px solid #666;
   background-color: #aaa;
}
.menu-izda1-act a{
  /* font-weight: bold;*/
   color: #fff;
}
.menu-izda2 {
	line-height: 1.2em;
	border-bottom: 2px groove #ffd800;
	background: transparent url(images/flechamenu.gif) center left no-repeat;
    padding-left: 28px;
}
.menu-izda2 a:link,
.menu-izda2 a:visited,
.menu-izda2 a:active,
.menu-izda2 a:hover{
   font-size: 12px;
   font-weight: normal;
   text-decoration:none;
   color:#000000;
}




.menu-izda2-act {
   padding-left: 23px;
   background: transparent url(images/flechamenuact.gif) center left no-repeat;
   border-bottom: 2px groove #ffd800;
}
.menu-izda2-act a{
   padding: 0 5px;
   font-size: 0.9em;
   font-weight: bold;
}
.menu-izda2-act a:link,
.menu-izda2-act a:visited,
.menu-izda2-act a:active,
.menu-izda2-act a:hover{
   font-size: 10px;
   text-decoration:none;
   color:#000000;
}
#sidebar a {
    text-decoration: none;
}
#sidebar a:hover,
#sidebar a:active {
    text-decoration: underline;
    color: ##666;
}
#sidebar #anuncio {
   padding: 68px 35px 39px 43px;
   width: 127px;
   height: 176px;
   background: transparent url(images/recorte_avantic.jpg) top left no-repeat;
   overflow: hidden;
}

#sidebar #anuncio h1,
#sidebar #anuncio .bodytext,
#sidebar #anuncio .bodytext strong,
#sidebar #anuncio li,
#sidebar #anuncio .bodytext a {
   font-family: Times, serif, Georgia, "New Century Schoolbook";
   color: #736E32;
}

#sidebar #anuncio ul {
    margin: 0 0 0 15px;  
    border: 0;
    padding: 0;
    background-color: transparent;
}

#sidebar #anuncio li {
    margin: 0;
    border: 0;
    padding: 0 0 0 5px;
    list-style: square outside;
    marker-offset: 5px;
    line-height: 1.1em;
}


/**********************/
/*  Main-Container            */
/**********************/

div#main-container {
	width:759px;
	margin:0pt auto 2px;
	overflow:hidden;
	background-image: url(images/separador.gif);

	
}

div#main-container .m_path {
 font-weight: normal;
 font-size: 80%;
 float:right;
}

div#main-container .m_path a {
  padding: 0 3px;
  color: #55F;
}

/*  Main > S I D E B A R */


div#sidebar {
    width: 210px;
    margin: 0 0 0 10px;
    border: 0;
    padding: 0 15px 0 15px;
    float: left;
    background-color: transparent;
    height: 380px;
}

div#sidebar h1 {
   font-size: 1.32em;
}
div#sidebar .bodytext {
   font-size: 0.875em;
}


/*  Content */

div#content {	
	width: 580px;
	float: right;
	min-height: 400px;
	overflow: visible;
	padding-right: 4px;
	padding-left: 2px;
}

div#content h1#title {
  margin: 5px 0;
  padding: 5px;  
  border-bottom: 1px solid #a5a5aa;
  font-weight: normal;
  font-size: 1.4em;
  color: #55F;
  background-color: #eee;
}

div#content .csc-header h1,
div#content .csc-textpicHeader h1 {
  color: #009900;
  background:#BCE8A8;
  padding: 6px 0px 4px 10px;  
 /* margin-top: 15px;*/
  font-weight: normal;
  font-size: 1.3em;
}
div#content h1 a {
  color: #555;
}


div#content h3 {                  
 /* margin: 0;
  border: 0;
  padding: 10px 0 0 0;  
  text-align: left;
  color: ##666;
  background-color: transparent;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  line-height: 2em;*/
}

div#content h1#title {                  /*used for section title*/
  padding: 0;  
  text-align: right;
  font-size: 1.8em;
}

div#content h4 {   /*used for path-menu*/
  font-size: x-small;
  font-weight: normal;
}

div#content p {
  margin: 0;
 /* padding: 0 0 10px 10px;  */
  font-size: 1em;
  background-color: transparent;
  line-height: 1.5em;
  text-align: justify;
}

img.img-text-wrap {
   margin: 0;
   border: 0;
   padding: 0;
}

div#content ul {
    margin: 0 0 0 60px;  
    border: 0;
    padding: 0;
    background-color: transparent;
}


div#content li {
    margin: 0;
    border: 0;
    padding: 0 0 0 5px;
    list-style: square outside;
    marker-offset: 5px;
    line-height: 1.5em;
}

div.border-right {
    margin: 0 4px 0 0;
    border: 0;
    border-left: 1px solid #666;  
    padding: 4px;
    position: relative;
    width: 30%;    
    background-color: transparent;
    font-style: italic;

    line-height: 1.5em;
}


/***************************/
/** SECONDARY CONTENT        **/ 
/***************************/

#secondary-content {
    margin: 0;
    border: 0;
    border-right: 1px solid ##666;
    padding: 15px;
    float: left;
    width: 169px;
    min-height: 400px;
	display: none;
}

#secondary-content h2.header {
  padding: 0 5px;
  margin: 4px 0 4px 0;
  background: #fff url(images/bg_head.gif) top left repeat-y;
}

#secondary-content h3 {
  margin: 0;
  border: 0;
  padding: 10px 0 0 0;  
  background-color: transparent;
}

#secondary-content p.bodytext  {
    text-decoration: none;
}

div#secondary-content div#nav2links h3 {
  padding: 0 0 0 20px;  
  background: transparent url(images/fleche.gif) left no-repeat;*/
}


#secondary-content ul  {
   margin: 0;
   padding: 0;
   padding-left: 20px;
}

#secondary-content li  {
  margin: 1em 0 1em 5px;
  padding-left: 15px;
  font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  list-style: none;
  background: transparent url(images/cecoten.gif) left no-repeat;
  color: #666
}

#secondary-content a  {
   text-decoration: none;
}

#secondary-content DIV.csc-header csc-header-n2 {}
#secondary-content DIV.csc-header csc-header-n2 {}
#secondary-content DIV.csc-header csc-header-n2 {}

div#secondary-content div#nav2links h3 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: normal;
}

#secondary-content h2 {
  padding-left: 15px;
  font-size: 1.3em;
}

#secondary-content h3 {
  font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  text-align: left;
  color: ##666;
}

#secondary-content p.bodytext  {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1em;
}



/***************************/
/** FOOTER                            **/ 
/***************************/

#footer {
	border-top: 2px solid #ffd800;
	/*margin: 0px;*/
	padding: 0 0 8px;
	width: 100%;
	text-align: right;
	background-color: #000;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	height: 143px;
}

div#footer li.elemento-pie{
	display:none;
}

#footer li {
    display: block;
    float: left;
    margin: 0;
    border: 0;
   /* padding: 4px 16px 0 16px;*/
    padding: 4px 5px 0 10px;
    line-height: 1.2em;
}

#footer li.mn1, #mainnav li.mn1-act {
    border-left: 0;
}
#footer .mn1{
    font-size: 1em;
    font-weight: normal;
}

#footer li.mn, #mainnav li.mn-act {
}
#footer a,
#footer a:link,
#footer a:hover,
#footer a:active {
/*    text-decoration: underline;
    color: #999;
*/
    font-size: 10px;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-decoration: none;
	color: #FFF;
}
#footer a:hover{
 	color: #CC3433;
}
#footer .mn1-act a,
#footer .mn-act a{
  /*  text-decoration: underline;*/
    color: #CC3433;
}
#footer .mn2{
    font-size: 0.9em;
    font-weight: normal;
}

#footer .mn1-act,
#footer .mn2-act {
    font-weight: bold;
}
#footer p#footer-legal  {
   margin: 0 20px 0 0;
}
p#footer-first-line {
    font-family: Georgia, "New Century Schoolbook", Times, serif;
    font-size: x-small;
    letter-spacing: 0.2em;
	text-align:center;
	/*margin: 90px 0px 0 0;*/
}
p#footer-legal,
p#footer-legal * {
    font-family: Georgia, "New Century Schoolbook", Times, serif;
    font-size: x-small;
}


/********************/
/** Especiales             **/
/********************/
#content p.csc-caption {
    margin: 0;
    border-top: 1px dotted #666;
    padding: 0;
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
    /*font-size: x-small;*/

}


/***********/
/** TABLES **/
/***********/

.contenttable {
   margin: 8px 8px 15px 8px;
   text-align: center;
   border-collapse: collapse;
}
.tr-odd {





   background-color: #FFD9B4;
}
.tr-even {
   background-color: #FFF;
}
.tr-0 {

   font-weight: bold;
   background-color: ##666;
}
.tr-0 td {
   padding: 4px 4px 0 4px;

}
.contenttable {
   border: 2px solid ##666;
   width:100%;
}

#content .tx-newloginbox-pi1 h3 {
  color: #666;
  padding: 0 40px;
  font-size: 2em;
  font-weight: normal;
  border-bottom: 1px dotted #666;
  line-height: 1.5em;
}

/* VCD ARCHIVE PLUGIN */
.tx-vcdarchive-pi1 img {
   display: inline;
}
.tx-vcdarchive-pi1 h1 {
   background-color: #ddd;
   border-bottom: 3px solid #999;
   border-right: 3px solid #999;
   border-left: 1px solid #999;
   border-top: 1px solid #999;
   padding: 2px;

   padding-left: 10px;
   margin-right: 20px;
}

/* MAILFORM */
.csc-mailform-field label {
   font-weight: bold;
   color: #666;
   width: 120px;
   text-align: right;
   display: block;
   float: left;
}
.csc-mailform-field input {
   height: 1.6em;
   padding: 0px 4px;
}
.csc-mailform-field select {
   height: 1.6em;
}
.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
   margin-bottom: 6px;
   margin-left: 4px;
}

#flash {
   display: block;
   float: left;
   margin: 25px 35px 35px 0;
}

/* Arregla mal alineamiento de imagenes */

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left;
  clear: left;
  margin-right: 2em;
}
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  float: right;
  clear: right;
  margin-left: 2em;
}
.csc-textpic-intext-left .csc-textpic-imagewrap {
  clear: left;
  float: left;
  margin-right: 2em;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
  clear: right;
  float: right;
  margin-left: 2em;
}

img.img-text-wrap {
  margin: .5em 1em 1em 2em;
}

img.incrustada {
  display: inline;
  padding: 0 5px;
}

/* AYUDAS A LA DEFINICION DE BLOQUES */

div#header{
  border-bottom: 2px solid #ffd800;
  margin-bottom: 2px;
  
}
div#wrapper{

  /*background: transparent url(design/wrapper.jpg) top left no-repeat;*/
}

div#left-content{
  float: left;
  width: 169px;
}

/* LISTADO DE PRODUCTOS */
#content3 .tt-products-list-navigation a b {
  color: #FFF;
}

/* Fotmulario Login */
.csc-loginform {
   text-align:right;
}

div#login-user,
div#login-passw {
	color:#FFD800;
	font-weight:bold;
	font-size:12px;
	float:left;
	clear:left;
}
div#header form input {
	background-color:#000000;
	border:1px solid #FFF;
	height:15px;
	width:70px;
	color:#FFF;
}
div#left-content form {
	display:inline;
	margin-left:5px;
}
div#left-content form input#tt-product-search-box{
	background-color:#FFF;
	width:115px;
	border:1px groove #000;
	/*height:22px;*/
	/*width:123px;*/
	/*margin-left:10px;*/
	/*margin-top:7px;*/
}
div#left-content form input#tt-product-search-submit{
	background: transparent url(images/buscarbot.jpg) bottom right no-repeat;
	border:0px;
	value:" ";
	width:17px;
}

#link-zonaprivada {
  background-color: red;
  width: 200px;
  float: right;
  clear: right;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}
div#content2-a{
	border-top:2px solid #666;
	background-color:#164202;
	height:24px;
}
div#content2-a h2 {
	color:#FFD800;
	float:left;
	font-size: 1.0em;
	padding-top:5px;
	padding-left:7px;
}

div#content2-a .m_path{
	background:transparent url(images/flecharuta.gif) center right no-repeat;
	padding-top:5px;
	padding-right:25px;
	color:#FFF;
}
div#content2-a .m_path a:link,
div#content2-a .m_path a:visited,
div#content2-a .m_path a:hover {
	font-weight:normal;
	color:#FFF;
}
/* situacion del formulario de login VD 3 JUN 2007 */

#login-form {
  float: right;
  margin-top:20px;
  width:250px;
}
.login-form-salir .csc-form-fieldcell {
	float:right;
}

#login-form .csc-form-labelcell{
/*  float: left;*/
}
#login-form .csc-form-fieldcell{
  /*float: right;*/
}
#login-form .csc-form-fieldcell input {
  width: 60px;
  height: 14px;
  margin-left: 5px;
  margin-bottom:4px;
  float:left;
}
#login-form input#loginformsubmit {
 /* width: 70px;*/
 width: 70px;
  height: 18px;
  border: 0;
  background: #FFD800;
  color: black;
  font-weight: bold;
  float:left;
  margin-left:4px;
}

/* VD 20 JUN 2007 */

.hidden {
  display: none;
}

div#left-content h3 {
/*	padding-top:7px;*/
/*	margin-left:10px;*/
	color:#000000;
	font-size:10px;
}
div#login-user {
padding-left:20px;	
}

.news-latest-container h2,
.news-latest-gotoarchive {
display:none;


}
.news-latest-container {
	border: 0px solid #FFF;
}
.news-latest-item {
	background-color:#FFF;
	border: 0px solid #FFF;
	margin:0px;
	padding-right:7px;
}
.news-latest-item a:link,
.news-latest-item a:visited {
	color:#009900;
	/*font-size:0.6em;*/
	font-size:10px;
	border-bottom: 1px dotted #009900;
	letter-spacing: 0em;
	display: block;
	/*padding: 0px 0px 8px 0px;*/
	padding-bottom:8px;
	padding-left:12px;
}
.news-latest-item a:hover {
	text-decoration:none;
	color:#000;
}
.news-latest-item p.bodytext {
	display:none;
}
div#content3 .news-latest-item h3 {
	background:transparent url(images/flechamenu2.gif) center left no-repeat;
	padding-top:5px;
	line-height:0pt;
	padding-left:21px;
}
.news-latest-morelink {
	display:none;
	float:right;
	color:#000;
}
div#content3 .news-single-item {
	background-color:#FFFFFF;
	margin-right:2px;
	padding:0px;
}
div#content3 .news-single-timedata,
div#content3 .news-single-author {
	display:none;
}
div#content3 .news-single-item h2{
	color:#009900;
	font-weight:normal;
	font-size:1.2em;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
}
div#content3 .news-single-item h3{
	color:#009900;
	margin-left:10px;
	padding:0px;
	font-size:0.8em;
}
div#content3 .news-single-item p.bodytext{
	color:#009900;
	margin-right:10px;
}
div#content3 .news-single-img {
	border: 2px solid #009900;
	margin:10px;
}
div#content3 .news-single-backlink {
	padding-left:10px;
}
div#content3 .news-single-backlink, .news-single-backlink a {
	color:#009900;
}
/* Listado de noticias */
.news-list-container {
	background-color:#FFFFFF;
	border: 0px none;
}
div#content3 .news-list-item {
	background-color:#FFFFFF;
	border:0px;
	margin:0px;
	padding:0px;
}

.news-list-item a:link,
.news-list-item a:visited {
	color:#009900;
	font-weight:normal;
	letter-spacing: 0em;
}
.news-list-item a:hover {
	text-decoration:none;
	color:#000;
}
div#content3 .news-list-date {
	display:none;
}
div#content3 .news-list-container h3 a:link, .news-list-container h3 a:visited, .news-list-container h3 a:hover {
	color:#009900;
	font-size:16px;
	/*font-size:1.4em;*/
	/*font-weight: bold;*/
	padding:0px;
}
div#content3 .news-list-container h3 a:hover {
	color:#000;
}

div#content3 .news-list-morelink {
	margin-bottom:7px;
	margin-top:7px;
}
div#content3 .news-list-container hr.clearer, .news-single-item hr.clearer, .news-latest-container hr.clearer{
	display:none;
}
div#left-content .tx-ttproducts-pi1{
	background-color:#A6CE30;
	border-bottom:2px solid #000000;
	width:169px;
	margin-left:4px;
	padding-top:10px;
	padding-bottom:10px;
}

/* Listado de Productos */
div#content3 .tx-ttproducts-pi1{
	background-color:#FFF;
}
div#content3 .tt-products-list-single-name {
	margin-bottom:10px;
}

div#content3 .tt-products-list-single-name h3{

	background-color:#EBF8E6;
	padding:0px;
	line-height:1.1em;
}
div#content3 .tt-products-list-single-name h3 a:link, .tt-products-list-single-name h3 a:visited, .tt-products-list-single-name h3 a:hover {
	color:#009900;
	font-weight: bold;
}
div#content3 .tx-ttproducts-pi1-wrap1 {	

	color:#009900;
	margin-left:10px;
	margin-right:10px;
	display:block;
}
div#content3 .tx-ttproducts-pi1-wrap2 {
	color:#009900;
	margin:4px 10px 0px 10px;
	display:block;
}
div#content3 {
	background-color:#FFF;
	width:580px;
	padding-bottom:8px;
}
div#content3 p.bodytext{
	color:#009900;
	font-size:10px;
	padding-left:7px;
	padding-right:7px;
	/*display: none;*/
}
div#content3 form#mailform .csc-mailform-field label{
	color:#009900;
}
div#content3 form#mailform .csc-mailform-submit {
	margin:20px 0px 10px 251px;
}
div#content3 .csc-mailform {
	border: 0px;
}
div#content3 #tt-product-search-title {
	background-color:#A6CE30;
	border-top:1px solid #000000;
	padding-left:10px;
}
div#content3 #tx-ttproducts-pi1-search h3 {
	color:#000000;
	font-size:0.8em;
}
div#content3 #tx-ttproducts-pi1-search form {
	background-color:#A6CE30;
	border-bottom:1px solid #000000;
	/*border-top:1px solid #000000;*/
	height:35px;
}
div#content3 #tx-ttproducts-pi1-search form input#tt-product-search-box{
	background-color:#FFFFFF;
	border:1px groove #000000;
	margin-left:10px;
/*	margin-top:15px;*/
	width:123px;
}
div#content3 #tx-ttproducts-pi1-search form input#tt-product-search-submit{
	background:transparent url(images/buscarbot.jpg) no-repeat scroll right bottom;
	border:0px none;
	height:16px;
	width:17px;
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	float:left;
}
#footer #menu-pie {
	margin: 0pt auto;
	/*width:751px;*/
	height:25px;
	width:500px;
}
#footer #menu-pie ul {
/*	float:right;
	margin-right:15px;*/
}
#footer #menu-pie ul.pie {
	height:25px;
}
div#content1 {
	border-bottom:2px solid #000;
}
div#content2 {
	border-top:2px solid #666;
	border-bottom:2px solid #000;
	width:580px;
	overflow:hidden;
}

div#content #content3 h1{
	font-size:16px;
	font-weight:normal;
	color:#009900;
	padding-left:7px;
}
div#content #content3 h2{
	font-size:14px;
	font-weight:normal;
	color:#009900;
	padding-left:7px;
}
div#content #content3 h3{
	font-size:12px;
	font-weight:bold;
	color:#009900;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:4px;
	/*margin-top:4px;*/
	margin-bottom:4px;
}
div#content #content3 .news-list-container h3 {
	background-color:#BCE8A8;
	border:0px;
}
div#content #content3 #tx-ttproducts-pi1-single table{
	width:100%;
}
/* VD 27 AGO 2007 */
div#content .noticias-inicio {
	float: left;
	width: 346px;
	min-height:116px;
	display:block;
	/*margin-right: 2px;*/
}
#zonaprivada {
  float: right;
  clear: right;
  margin-top:0px;
}
#zonaprivada .csc-form-fieldcell{
  float: left;
}
#zonaprivada input#loginformsubmit {
  width: 70px;
  height: 20px;
  margin-left: 10px;
  border: 0;
  background: #FFD800;
  color: black;
  font-weight: bold;
  font-size: 0.8em;
}
#footer #footer-iconos {
	margin:0pt auto;
	width:751px;
}
#content #content3 a {
	color:#009900;
}
#content #content3 li {
	color:#009900;
}
div#left-content h3#tt-product-search-title {
	margin-left:5px;
}
div#content a#enlace-contacta-inicio {
	float:right;

}

/*vd 20080917 */
div#footer li.elemento-pie{
  display: block;
}

#header-content .login-form-salir {
 width: 200px;
 display: block;
 float:right;
}
#header-content .login-form-salir div {
  margin-top: 0;
  clear: none;
}
#header-content #zonaprivada #loginformsubmit {
  margin-top: 3px;
  }

#content3 .news-latest-container {
  height: 88px;
}
#content3 .news-latest-container .news-latest-item {
  height: 16px;
}
.next-page{
	background-color: #000000;
}
.previous-page{
	background-color: #000000;
}
