/* 
 * Hoja de estilos CSS genérica.
 * www.edyma.com
 * @author Xavier Roig Canelles
 * @version 0.1
 *
 * @package Tronzadoras MG
 * @subpackage CSS
*/

/* GENERICOS */
.li-fix {
  #margin-top: -1em;
  #height: 1em;
} /* Fix para el primer elemento de una lista UL/OL en MSIE */

.float-fix {
  clear: both;
}

body {
  font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: justify;
  margin: 0;
  padding: 0;
  background: #8c8c8c url(../img/bg.png) center center repeat-y;
} /* Cuerpo de documento */

form {
  display: inline;
  margin : 0;
  padding: 0;
} /* Formularios */

a {
  text-decoration: none;
  color: #ef0e16;
  font-weight: normal;
} /* Enlace estandar, relajado */

a.selected {
  text-decoration: underline;
} /* Enlace estandar, seleccionado */

a:hover {
  text-decoration: underline;
} /* Enlace estndar, bajo el puntero */

a.decoless:hover {
  text-decoration: none;
}/* Enlace producto desde serie, bajo el puntero */

a.anchor, a.anchor:hover {
  text-decoration: none;
} /* Anclaje */

span.selected {
  text-decoration: underline;
    color: #ef0e16;
} /* Enlaces seleccionados */

img {
  border: 0 none transparent;
} /* Imagenes estandar */

img.ico {
  width : 16px;
  height: 16px;
} /* Imagenes para iconos */

.align-left {
  text-align: left;
} /* Alineación izquierda */

.align-right {
  text-align: right;
} /* Alineación derecha */

.border {
  border: 1px solid #333333;
}  /* Border estandar */

.mayusculas {
  text-transform: uppercase;
}

p {
  margin: 0 0 16px 0;
} /* Parrafo estandar */

h1 {
  display: inline;
  margin: 0;
} /* Encabezado  1 */

h2 {
  display: inline;
  margin: 0;
} /* Encabezado  2 */

h3 {
  font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: inline;
  margin: 0;
} /* Encabezado  3 */

h4 {
  display: inline;
  margin: 0;
} /* Encabezado  4 */

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
} /* dl, dt y dd generales */

ul, dl {
  list-style: none inside none;
  width: 100%;
} /* dl y ul generales */

dt, dd {
  float: left;
} /* dt y dd generales */

#html {
  width: 898px;
  border: 1px solid #ffffff;
  border-top: none;
  border-bottom: none;
  background-color: #ffffff;
  margin: 0 auto 0 auto;
  padding: 0 1 0 1px;
  min-height: 100%;
  #height: 100%;
} /* Espacio para contenidos, debe utilizarse en todas las paginas HTML */

#head {
  width: 100%;
  height: 98px;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #ff0f18;
} /* Espacio para la cabecera */

#navigation-bar {
  width: 100%;
  height: 25px;
  clear: both;
  background-color: #d5d5d5;
  border-bottom: 1px solid #ffffff;
} /* Barra de navegación (hilo de Aridna + buscador) */

#navigation-bar dt {
  font: normal 10px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  width: 65%;
  margin: 0;
  padding: 4px 15px 0 15px;
} /* Columna izquierda */

#navigation-bar dt a {
  font: normal 10px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
} /* Columna izquierda */

#navigation-bar dd {
  width: 28%;
  margin: 0px;
  padding: 1px 15px 0 15px;
  float: right; 
  text-align: right;
} /* Columna derecha */

#navigation-bar button {
  margin-left: 2px;
} /* Separacion botones */

#banner {
  width: 100%;
  height: 244px;
  border-bottom: 3px solid #f40e16;
} /* Espacio para el banner (series y novedades) */

#body {
  width: 100%;
} /* Espacio para el contenido */

#foot {
  width: 100%;
  height: 55px;
  clear: both;
  border-top: 3px solid #333333;
  margin: 0;
  background-color: #d5d5d5;
} /* Espacio para el pie de pagina */

#foot dt, #foot dd {
  width: 40%;
  height: 55px;
  margin: 0;
  padding: 8px 8px 0 8px;
} /* Columnas */

#foot dt {
} /* Columna izquierda */

#foot dd {
  float: right;
} /* Columna derecha */

input {
  margin: 0;
  padding: 0px 5px 0 5px;
  font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  height: 19px;
  display: inline;
  border: 1px solid #9f9f9f;
} /* Input estandar */

.borderless{
    border:0 none transparent;
    display:none;
}

.checkbox {
  border: 0 none transparent;
}

input.s {
  width: 100px;
} /* Tamaño pequeño (calendar, DNI,...) */

input.m {
  width: 200px;
} /* Tamaño medio (buscador, ,...) */

input.l {
  width: 300px;
} /* Tamaño grande (direccion, ,...) */

input.xl {
  width: 475px;
} /* Tamaño grande (direccion, ,...) */

input.search {
  height: 19px;
  width: 125px;
}  /* Caja de texto del buscador */

select {
  font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  height: 21px;
  color: #333333;
  border: 1px solid #9f9f9f;
  text-align: left;
  overflow: visible;
  clip: auto;
} /* Select estandar */

select.s {
  width: 100px;
} /* Tamaño pequeño */

select.m {
  width: 200px;
} /* Tamaño medio */

select.l {
  width: 300px;
} /* Tamaño grande */

textarea {
  width: 834px;
} /* Anchura estandar del texto largo */

textarea.s {
  height: 100px;
} /* Altura pequeña */

textarea.m {
  height: 200px;
} /* Altura media */

textarea.l {
  height: 300px;
} /* Altura grande */

textarea.contact {
  width: 540px;
  height: 100px;
  border: 1px solid #9f9f9f;
} /* Contacto de los textarea */

button {
  font: bold 12px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  height: 21px;
  border: 0 none transparent;
  margin: 0;
  padding: 0;
} /* Botones estandar */

button.s {
  width: 25px;
  background: transparent url(../img/buttons.gif) 0 0 no-repeat;
} /* Botones tamaño pequeño */

button.m {
  width: 75px;
  background: transparent url(../img/buttons.gif) 0 -25px no-repeat;
} /* Botones tamaño medio */

buttom.l {
  width: 150px;
  background: transparent url(../img/buttons.gif) 0 -50px no-repeat;
} /* Botones tamaño grande */

hr {
  margin: 0;
  padding: 0;
  height: 1px;
  border: 0px none transparent;
  border-bottom: 1px dotted #bbbbbb;
  clear: both;
} /* Separador de puntos */


/* HEADER */
#logo {
  margin-top: 15px;
  margin-left: 15px;
  width: 65px;
  height: 65px;
} /* Logotipo Tronzadoras MG */

#menu {
  margin: 0;
  height: 30px;
} /* Menu principal */

#menu li {
  width: 138px;
  height: 100%;
  margin: 0;
  padding: 0 1px 0 1px;
  text-align: center;
  background: transparent url(../img/btn-menu.png) 0 -30px no-repeat;
  float: left;
} /* Pestañas normales */

#menu li.selected {
  background: transparent url(../img/btn-menu.png) 0 0 no-repeat;
} /* Pestañas seleccionada */

#menu a {
  height: 100%;
  #line-height: 2em;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
} /* Enlace de las pestañas del menu */

#menu a:hover {
 text-decoration: none; 
} /* Enlace de las pestañas del menu */

#logo-container {
} /* Columna del logotipo */

#menu-container {
  width: 560px;
  margin-left: 15px;
  padding-top: 68px;
} /* Columna del menu */

#options-container {
  float: right;
  text-align: right;
  margin-right: 15px;
  padding-top: 15px;
} /* Columna de las opciones y idiomas */

#options {
  margin-top: 40px;
} /* Celda de las opciones */


/* COLUMNAJE */

dl.col1 label, dl.col2 label, dl.col3 label, dl.col4 label {
  display: block;
  text-align: left;
} /* Etiqueta en columnas */

dl.col1, dl.col2, dl.col3, dl.col4 {
  width: 100%;
  clear: both;
  float: left;
} /* Columnaje */

dl.col1 dt, dl.col2 dt, dl.col3 dt, dl.col4 dt, dl.col1 dd, dl.col2 dd,
dl.col3 dd, dl.col4 dd {
  float: left;
  padding: 8px 0 8px 14px !important;
  margin : 0 !important;
} /* Común a columna */

dl.col1 dt, dl.col2 dt, dl.col3 dt, dl.col4 dt {
  padding-left: 0 !important;
} /* Primera columna */

dl.col1 dt, dl.col1 dd {
  width: 100%;
} /* Columna en un columnaje a 1 */

dl.col2 dt, dl.col2 dd {
  width: 48%;
} /* Columna en un columnaje a 2 */

dl.col3 dt, dl.col3 dd {
  width: 32%;
} /* Primera columna en un columnaje a 3 */

dl.col4 dt, dl.col4 dd {
  width: 24%;
} /* Primera columnaen un columnaje a 4 */


/* LISTADOS */

table {
  padding: 0;
  border-collapse: collapse !important;
  margin: 0;
}

.list-container {
  margin-left: 1px;
  font-size: 10px;
  #margin: 0;
  width: 867px;
  #width: 868px;
  border: 1px solid #aaaaaa;
} /* Tablas estandar */

.vertical {
  width: 419px;
  #width: 420px;
} /* Tablas estandar vertical */

.horizontal {
  width: 435px ;
} /* Tablas estandar horizontal */


.list-container thead tr th,
.list-container tbody tr td,
.list-container tfoot tr td {
  padding: 2px 5px 2px 5px;
}

.list-container col.icon {
  width: 25px;
  text-align: center;
  border: 0px none transparent;
} /* Columna para iconos */

.list-container col.icon img,
.list-container thead tr th img,
.list-container tbody tr td img,
.list-container tfoot tr td img {
  width : 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: 0px none transparent;
} /* Imagenes de iconos */

.list-container thead tr,
.list-container tfoot tr {
  background-color: #cccccc;
  height: 29px;
} /* Filas cabecera y pie de tabla */

.list-container tbody tr {
  height: 25px;
} /* Filas cuerpo tabla */

.list-container tbody tr.impar {
  background-color: #ffffff;
} /* Fondo filas impares */

.list-container tbody tr.par {
  background-color: #eaeaea;
} /* Fondo filas pares */

.list-container tfoot tr td ul {
  margin: 0;
  padding: 0;
} /* Pagina seleccionada */

.list-container tfoot tr td ul li {
  width: 21px;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
}

.list-container tfoot tr td ul li span {
  font-weight: bold;
} /* Pagina seleccionada */

.download {
  width: 100%;
  padding: 0;
  margin: 8px 0 8px 0;
  height: 32px;
} /* Listado de descargas */

.download li {
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
}

.download li.col1 {
  width: 42px; 
}

.download li.col2 {
  padding-top: 9px; 
}

/* CONTENT */
#content {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 15px;
} /* Espacio para el contenido */

#news-container {
  width: 302px;
  padding: 0 8px 0 0;
  border-right: 1px solid #c9c9c9;
} /* Espacio para las noticias */

#news {
  width: 100%;
} /* Listado de noticias */

#news li {
  border-bottom: 1px dotted #c9c9c9;
  padding-bottom: 8px;
  margin-bottom: 4px;
}

#new-container {
  width: 100%;
  clear: both;
  margin: 0;
} /* Contenedor de la noticia */

#new-container dt, #new-container dd {
  margin: 0;
  padding: 0;
} /* Columnas */

#new-container dt {
  width: 92px;
  text-align: left;
} /* Columna izquierda */

#new-container dd {
  width: 210px;
  float: right;
} /* Columna derecha */

#new-container dt span {
  font-style: italic;
  font-size: 11px;
} /* Titulo noticia */

#new-container dd span {
  font-weight: bold;
} /* Titulo noticia */

.frame-new {
  background: transparent url(../img/frame.gif) 0 0 no-repeat;
  width: 85px;
  height: 85px;
} /* Borde fotografia noticias */

.frame-video-es {
  background: transparent url(../img/video-es.gif) 0 0 no-repeat;
  width: 162px;
  height: 162px;
  z-index:10000;
} /* Destacado video en español */

.frame-video-en {
  background: transparent url(../img/video-en.gif) 0 0 no-repeat;
  width: 162px;
  height: 162px;
} /* Destacado video en español */


.frame-novedad-es {
  background: transparent url(../img/novedad-es.gif) 0 0 no-repeat;
  width: 162px;
  height: 162px;
} /* Destacado novedad en español */

.frame-novedad-en {
  background: transparent url(../img/novedad-en.gif) 0 0 no-repeat;
  width: 162px;
  height: 162px;
} /* Destacado novedad en español */

#control-page {
  width: 100%;
  height: 20px;
  padding: 2px 0 0 0;
} /* Paginador noticias */

#control-page dl {
  width: auto;
  float: right;
} /* Alineación */

#company-container {
  width: 298px;
  padding: 0 0 0 8px; 
  float:left;
}

#sticky-container {
  width: 243px;
  float:right;
  clear:right;
}

#sticky {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sticky li{
  margin: 0;
  #margin: 0 0 0 -16px;
  padding: 0;
  height: 60px;
  margin-bottom: 15px;
}

ul.family-container {
  padding-bottom: 10px;
}

ul.family-container li dl {
  padding-top: 10px;
}

ul.family-container li dl dd {
  padding-left: 10px;
}

#company, #contact, .request {
  width: 100%;
  clear: both;
  margin: 0;
} /* Espacio para el contenido de la empresa, contactar y formulario de la solitud de informacion */

#company dt, #company dd, #contact dt, #contact dd {
  margin: 0;
  padding: 15px;
} /* Columnas */

#company dt {
  width: 419px;
} /* Columna izquierda */

#contact dt.col1 {
  width: 280px;
} /* Columna izquierda */

#company dd, #contact dd.col2 {
  float: right;
} /* Columna derecha */

#company dd {
  width: 419px;
} /* Columna derecha */

#contact dd.col2 {
  width: 540px;
  border-left: 1px solid #c9c9c9;
} /* Columna derecha */

#company dd ul li {
  text-align: left;
} /* Alineacion imagenes a la izquierda */

.request dt, .request dd {
  margin: 0;
  padding: 0;
} /* Solicitud de información */

.tab {
  margin-top: 15px;
  margin-left: 15px;
  height: 23px;
} /* Pestañas listado de serie */

.tab li {
  height: 23px;
  margin: 0;
  padding: 0;
  float: left;
}

.tab li.col {
  width: 5px;
}

.tab li.blue-titulo {
  background-color: #a0c6e2;
  padding: 4px 0 0 4px;
  height: 19px;
}

.tab li.green-titulo {
  background-color: #8bbb8f;
  padding: 4px 0 0 4px;
  height: 19px;
}

.tab li.col.blue.right {
  background-image: url(../img/tab-blue-left.png);
}

.tab li.col.blue.left {
  background-image: url(../img/tab-blue-right.png);
}

.tab li.col.green.right {
  background-image: url(../img/tab-green-left.png);
}

.tab li.col.green.left {
  background-image: url(../img/tab-green-right.png);
}

#serie-container {
  width: 864px;
  margin: 0 15px 15px 15px;
  padding: 6px 0 6px 0;
}

.serie {
} /* Container modelos de una serie */

.serie li {
  width: 160px;
  height: 180px;
  margin: 0;
  padding: 6px 6px 0 6px;
  float: left;
}

.serie li div.title-model {
  margin: 0;
  padding: 0;
  width: 162px;
  height: 180px;
  background: transparent url(../img/tab-model.gif) center bottom no-repeat;
}

.serie li div.img-modelo {
  margin: 0;
  padding: 0; 
  border: 1px solid #000000; 
  width: 160px; 
  height: 160px;
}

.serie li div.img-modelo div div.titulo-modelo {
  position: relative;
  top: 160px;
  width: 162px;
  height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.blue-table {
  border: 1px solid #a0c6e2;
  background: #ffffff url(../img/bg-blue.png) center bottom repeat-x;
} /* Fondo y borde serie hierro y acero */

.green-table {
  border: 1px solid #8bbb8f;
  background: #ffffff url(../img/bg-green.png) center bottom repeat-x;
} /*  Fondo y borde serie aluminio */

#product-container {
  margin: 15px 15px 0 15px;
  width: 868px;
} /* Container de la ficha del producto */

#product-cabecera {
  height: 50px;
  margin-bottom: 10px;
}

#product-cabecera dt {
  width: 568px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
}

#product-cabecera dd {
  width: 300px;
}

#product-cabecera dd li {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0 0 0 10px;
  float: left;
}

#product-photo {
  width: 868px;
  margin-bottom: 15px;
}

#product-content dt {
  width: 419px;
}

#product-content dd {
  width: 434px;
  padding-left: 15px;
}

#product-others {
  width: 838px;
  height: 80px;
  padding: 15px;
  margin: 15px 0 15px 0;
  background-color: #eaeaea;
}

.product-others-container {
  width: 100%;
}

.product-others-container li {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 6px;
  float: left;
}

.catalog-container {
  margin: 15px;
  width: 868px;
} /* Container de los catalogos */

.catalog-container ul {
  width: 868px;
  margin-bottom: 8px;
} /* */

.catalog-container li {
  width: 33%;
  margin: 0;
  padding: 0;
  float: left;
} /* Container de los catalogos */

.catalog-container li div {
  width: 100%;
  text-align: center;
  height: auto;
} /*  */

.catalog-container li div img {
  margin-bottom: 10px;
} /* Caratula del catalogo */

.catalog-container li div p.titulo-catalogo {
  font-weight: bold;
  margin-bottom: 0px;
} /* Fecha del catalago */

.catalog-container li div p.fecha-catalogo {
  margin-bottom: 10px;
} /* Descripcion del catalago */


.catalog-container li div p.descripcion-catalogo {
  padding: 0 10px 10px 10px;
  text-align: justify;
} /* Descripcion del catalago */

.separador {
  border-left: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
} /* Separador columnas */


/* ACCORDION */

/* Vertical Accordions */

.accordion_toggle {
  display: block;
  height: 30px;
  width: 853px;
  background-color: #d5d5d5;
  padding: 0 0 0 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  margin: 0 0 15px 0;
}
		
.accordion_toggle_active {
  background-color: #aaaaaa;
  color: #ffffff;
}
		
.accordion_content {
  width: 868px;
  margin: -15px 0 15px 0;
  padding: 0;
  overflow: hidden;
}
					
.vertical_accordion_toggle {
  display: block;
  height: 30px;
  width: 100%;
  padding: 0 10px 0 10px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  margin: 0;
}

.vertical_accordion_toggle_active {
}

.vertical_accordion_content {
  overflow: hidden;
}


/* ESPACIO CONTENIDO */
#content {
  width: 868px;
  clear: both;
  margin: 0;
  padding: 15px;
} /* Espacio para el contenido */

fieldset {
  border: 1px solid #dddddd;
  padding: 15px;
  margin: 0;
} /* Widget en el contenido principal */

legend {
  font-weight: bold;
} /* Título del widget en el contenido principal */

div.button-bar {
  width: 852px;
  text-align: right;
  background-color: #dddddd;
  padding: 8px;
  clear: both;
  margin-bottom: 15px;
} /* Fila para botones */

div.button-bar button {
  margin-left: 8px;
} /* Botón en la fila de botones */

.borderless {
    border: 0 none transparent;
    display:none;
} /*Sin border para input hidden o lo que sea hidden */

/* SUBMENU */

#submenu{
  z-index: 500 ; 
  position: absolute;
  left: 50%;
  margin-left:-214px;  
  top: 100px;
  background: #ffffff 0 0px no-repeat;
  width: 280px;
  height: 24px;
  border: 1px solid #ef0e16;
  display: none;
  visibility: visible;  
} /* Container submenu */

#submenu:hover {
  z-index: 500 ;
  position: absolute;
  left: 50%;
  margin-left:-214px; 
  top: 100px;
  background: #ffffff 0 0px no-repeat;
  width: 280px;
} /* Container submenu hover */

#submenu li {
  display: inline-block; 
  padding: 4px 0 0 0;
  background: transparent 0 0 no-repeat;
} /* submenu estillo li */

#submenu li a {
  font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #ef0e16;
  font-weight: normal;
} /* Color de los link del submenu */

#submenu li a:hover {
  text-decoration: underline;
} /* Color de los link del submenu seleccionado */

.titulo{
    text-align:right;
}/*Titulo de las noticias de la home*/


/****HOME BANNER***/
#slideshow { 
  position: relative; 
  width: 100%;
  height: 244px;
} /* Slideshow de inicio */

#slideshow div { 
  position: absolute; 
  top : 0; 
  left: 0; 
} /* Slideshow de inicio, contenedor de imagen */

#slideshow img {
  width: 100%;
  height: 244px;
} /* Slideshow de inicio, imagen */

