/* CSS Document */

/* Reseteando los valores css */
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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/* fin reseteo */

/* general */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6A6A6A;
}

p {
	
	
}

.negrita {
	font-weight:bold;
}

h3 {
	color:#3068b0;
	font-weight:bold;
}

h4 {
	color:#bababa;
	font-weight:bold;
}

/* fin general */

#wrap {

}

#main {
	width:850px;
	margin:0 auto;
}

#header, #acceso,  #menu_principal {
	overflow:hidden; 
}

.usuarios, .contacto {
	float:right;
}

.usuarios span, .contacto span, #logotipo span, #catalogo span, #submenu span{
	display:none;
}

.usuarios a {
	background:transparent url(webpics/pestana_usuarios.gif) no-repeat scroll 0 0;
	width:73px;
	height:37px;
	display:block;	
}

.contacto a {
	background:transparent url(webpics/pestana_contacto.gif) no-repeat scroll 0 0;
	width:73px;
	height:37px;
	display:block;	
}

#logotipo {
	float:left;
}
#logotipo a{
	margin-left:20px;
	background:transparent url(webpics/logotipo.gif) no-repeat scroll 0 0;
	width:113px;
	height:113px;
	display:block;
}

/* MENU
****************************************
****************************************/
ul#nav {
float:right;
margin-top:48px; /* aņadido por mi */
}

ul#nav a.current {
	background-position: 0 -66px !important;
}

ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

ul#nav li {
float:left;
}

ul#nav li a:hover {
	cursor:pointer;
}

li#compania a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_compania.gif) no-repeat scroll 0 0;
display:block;
height:66px;
text-indent:-100000px;
width:139px;
}

li#compania a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_compania.gif) no-repeat scroll 0 -66px;
}

li#productos a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_productos.gif) no-repeat scroll 0 0;
display:block;
height:66px;
text-indent:-100000px;
width:139px;
}

li#productos a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_productos.gif) no-repeat scroll 0 -66px;
}

li#colaboradores a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_colaboradores.gif) no-repeat scroll 0 0;
display:block;
height:66px;
text-indent:-100000px;
width:139px;
}

li#colaboradores a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_colaboradores.gif) no-repeat scroll 0 -66px;
}

li#asociados a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_asociados.gif) no-repeat scroll 0 0;
display:block;
height:66px;
text-indent:-100000px;
width:139px;
}

li#asociados a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_asociados.gif) no-repeat scroll 0 -66px;
}

li#noticias a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_noticias.gif) no-repeat scroll 0 0;
display:block;
height:66px;
text-indent:-100000px;
width:140px;
}

li#noticias a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/main_nav_noticias.gif) no-repeat scroll 0 -66px;
}

/* fin MENU */

/* Slideshow */
#slideshow {
    position:relative;
    height:257px;
	margin-top:30px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 257px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 257px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
/* fin slideshow */

/* home */
#frase {
	height:61px;
	background:transparent url(webpics/frase.gif) no-repeat scroll 0 0;
}

#contenido_home {
	margin-top:24px;
	overflow:hidden; 
}

#back_europ{
	float:left;
	width:273px;
	margin-left:20px;
	margin-right:17px;
}

h2.backeurop {
	background:transparent url(webpics/h2_backeurop.gif) no-repeat scroll 0 0;
	height:15px;
	margin-bottom:15px;
}

h2.noticias {
	background:transparent url(webpics/h2_noticias.gif) no-repeat scroll 0 0;
	height:11px;
	margin-bottom:15px;
}

.iconos_home {
	height:39px;
	background:transparent url(webpics/iconos_home.gif) no-repeat scroll 0 0;
	margin-top:16px;
	margin-bottom:16px;
}

#noticias_home {
	float:left;
	margin-right:16px;
	width:260px;
}

#noticias_home a {
	color:#5F8BCE;
	font-weight:bold;
	text-decoration:none;
}

#noticias_home a:hover {
	text-decoration:underline;
}

#noticias_home p {
	margin-bottom:8px;
}

.txt_azul {
	color:#5F8BCE;
	font-weight:bold;
}

.fecha {
	font-size:11px;
	font-style:italic;
	color:#6A6A6A;
}

#catalogo {
	float:left;
}

#catalogo a{
	background:transparent url(webpics/home_banner_catalogo.jpg) no-repeat scroll 0 0;
	height:142px;
	width:263px;
	display:block;	
}

#footer {
	margin-top:20px;
	height:50px;
	border-top: 1px dashed #999999;
	font-size:11px;
	color:#BABABA;
}

#footer .interior {
	background:transparent url(webpics/cenefa.gif) no-repeat scroll 0 0;
	height:50px;
	margin-top:6px;
}

#footer .izquierda {
	float:left;
	margin-top:20px;
}

#footer .izquierda a {
	color:#5F8BCE;
	text-decoration:none;
}

#footer .izquierda a:hover {
	text-decoration:underline;
}

#footer .derecha {
	margin-top:20px;
	float:right;
	line-height:16px;
}

#footer .derecha a{
	text-decoration:none;
	color:#BABABA;	
}

#footer .derecha a:hover{
	text-decoration:underline;
}

/* fin home */


/* compaņia */
#contenido_compania {
	margin-top:24px;
	overflow:hidden;
	width:696px;
	margin-left:154px;
}

#banner_submenu {
	margin-top:30px;
	height:318px;
}

#banner_submenu .iz {
	width:154px;
	height:318px;
	float:left;
	text-align:right;
}

#banner_submenu .de {
	float:left;
	/*background:transparent url(webpics/banner_compania_01.jpg) no-repeat scroll 0 0;*/
	height:318px;
	width:696px;
}

#contenido_compania .colum {
	width:309px;
	float:left;
	margin-right:39px;
}

#contenido_compania p {
	margin-bottom:18px;
}
/* fin compaņia */

/* submenu */
#menuv {
	
}

ul#submenu {
float:right;
margin-top:78px; /* aņadido por mi */
}

ul#submenu a.current {
	background-position: 0 -24px !important;
}

ul#submenu li {
	float:right;
	margin-bottom:4px;
}

ul#submenu li a:hover {
	cursor:pointer;
}

li#proyecto a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_proyecto.gif) no-repeat scroll 0 0;
	display:block;
	height:24px;
	text-indent:-100000px;
	width:86px;
}

li#proyecto a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_proyecto.gif) no-repeat scroll 0 -24px;
}

li#consolidacion a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_consolidacion.gif) no-repeat scroll 0 0;
	display:block;
	height:24px;
	text-indent:-100000px;
	width:115px;
}

li#consolidacion a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_consolidacion.gif) no-repeat scroll 0 -24px;
}

li#claves a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_claves.gif) no-repeat scroll 0 0;
	display:block;
	height:24px;
	text-indent:-100000px;
	width:124px;
}

li#claves a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_claves.gif) no-repeat scroll 0 -24px;
}

li#organizacion a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_organizacion.gif) no-repeat scroll 0 0;
	display:block;
	height:24px;
	text-indent:-100000px;
	width:110px;
}

li#organizacion a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_organizacion.gif) no-repeat scroll 0 -24px;
}

li#proyeccion a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_proyeccion.gif) no-repeat scroll 0 0;
	display:block;
	height:24px;
	text-indent:-100000px;
	width:99px;
}

li#proyeccion a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_proyeccion.gif) no-repeat scroll 0 -24px;
}

li#cifras a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_cifras.gif) no-repeat scroll 0 0;
	display:block;
	height:24px;
	text-indent:-100000px;
	width:64px;
}

li#cifras a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/main_submenu_cifras.gif) no-repeat scroll 0 -24px;
}
/* fin submenu */

h2.frase_proyecto {
	background:transparent url(webpics/h2_frase_proyecto.gif) no-repeat scroll 0 0;
	height:36px;
	margin-bottom:30px;
}

h2.frase_consolidacion {
	background:transparent url(webpics/h2_frase_consolidacion.gif) no-repeat scroll 0 0;
	height:68px;
	margin-bottom:30px;
}

/* productos */
#familias {
	margin-left:154px;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
}

/* MENU
****************************************
****************************************/
/*ul#menu_familias {
float:right;
margin-top:48px;
}*/

ul#menu_familias a.current {
	background-position: 0 -60px !important;
}


ul#menu_familias li {
	float:left;
	margin-right:9px;
}

ul#menu_familias li a:hover {
	cursor:pointer;
}

li#materias a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/btn_familia_01.gif) no-repeat scroll 0 0;
display:block;
height:60px;
text-indent:-100000px;
width:132px;
}

li#materias a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/btn_familia_01.gif) no-repeat scroll 0 -60px;
}

li#preparados a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/btn_familia_02.gif) no-repeat scroll 0 0;
display:block;
height:60px;
text-indent:-100000px;
width:132px;
}

li#preparados a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/btn_familia_02.gif) no-repeat scroll 0 -60px;
}

li#complementos a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/btn_familia_03.gif) no-repeat scroll 0 0;
display:block;
height:60px;
text-indent:-100000px;
width:161px;
}

li#complementos a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(webpics/btn_familia_03.gif) no-repeat scroll 0 -60px;
}

/* fin MENU */

#contenido_productos {
	margin-top:30px;
	overflow:hidden; 
}

#contenedor_productos{
	width:696px;
	float:right;
}

#sub_productos {
	width:154px;
	float:left;
}

#sub_productos li a {
	color:#6a6a6a;
	text-decoration:none;
}

#sub_productos li a:hover {
	color:#8faedd;
}

#sub_productos li.current_pro {
	color:#8faedd;
}

#filtro {
	width:696px;
	overflow:hidden;
	margin-bottom:20px;
}

#filtro .ordenar {
	float:left;
	width:162px;
	margin-right:15px;
}

#filtro .buscar {
	float:left;
}

.desplegable a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(webpics/desplegable.gif) no-repeat scroll 0 0;
	display:block;
	height:30px;
	width:162px;
	margin-top:8px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:7px;
	padding-left:10px;
}

div.buscar .text {
	background:url("webpics/caja_buscador.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#BABABA;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:30px;
	margin:0;
	padding-left:10px;
	width:162px;
	margin-top:8px;
	padding-top:6px;
}

div.buscar .submit {
	background:url("webpics/buscar.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	float:left;
	height:30px;
	width:30px;
	margin-top:8px;
	margin-left:-7px;
}

.busqueda_avanzada {
	margin-left:202px;
	margin-top:8px;
}

.busqueda_avanzada a {
	background:transparent url(webpics/busqueda_avanzada.gif) no-repeat scroll 0 0;
	display:block;
	height:30px;
	text-indent:-100000px;
	width:134px;
}

.busqueda_avanzada a:hover {
	background:transparent url(webpics/busqueda_avanzada.gif) no-repeat scroll 0 -30px;
}

.producto {
	float:left;
	width:165px;
	overflow:hidden;
	margin-right:9px;
	margin-bottom:30px;
}

.foto_producto {
	width:165px;
	height:165px;
}

/*.foto_producto a:hover {
	border:5px solid #5f8bce;
}*/


a.BildLink:hover img {
	border:5px solid #5f8bce;
}

a.BildLink img {
	border:5px solid #E5E5D9;
}

.titulo_producto {
	margin-top:5px;
	line-height:15px;
}
/* productos info */
.info_foto {
	width:279px;
	width:279px;
	float:left;
}

.info_cajatexto {
	width:391px;
	margin-left:26px;
	float:left;
}

.info_cajatitulo {
	margin-bottom:30px;
}

.info_titulo {
	font-size:16px;
	color:#2d61a6;
	line-height:18px;
	font-weight:bold;
	margin-bottom:8px;
}

.info_subtitulo {
	font-size:14px;
	line-height:15px;
	color:#bababa;
	font-weight:bold;
}

.info_cajadescripcion {

}

.info_descripcion {
	font-weight:bold;
	border-bottom:solid 1px #dcdcdc;
	margin-bottom:15px;
	padding-bottom:5px;
}

.espacio {
	margin-bottom:50px;
}

/* fin productos info */

/* fin productos */

/* Noticias */
#contenido_noticias {
	margin-top:30px;
	margin-left:20px;
	overflow:hidden; 
}

.noticias_iz {
	width:527px;
	float:left;
}

.noticias_de {
	float:right;
	width:230px;
	height:293px;
	background:#f3f3f3;
	margin-top:33px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	padding-top:39px;
	padding-left:39px;
}

h2.noticias2 {
	background:transparent url(webpics/h2_noticias2.gif) no-repeat scroll 0 0;
	height:14px;
	margin-bottom:25px;
	border-bottom:1px solid #C3BDB3;
	padding-bottom:19px;
}

h2.titular_noticia {
	font-size:16px;
	margin-bottom:6px;
	
}

.news {
	margin-bottom:35px;
}

.news h2 a {
	color:#6a6a6a;
	font-weight:bold;
	text-decoration:none;
}

.news h2 a:hover {
	text-decoration:underline;
}

.news p {
	margin-top:8px;
}

.news p a {
	color:#3068b0;
	text-decoration:none;
}

.news p a:hover {
	text-decoration:underline;
}

.news img {
	margin-top:8px;
	margin-bottom:8px;
}


.flecha {
	font-size:9px;
}

.noticias_de li {
	margin-top:2px;
	margin-bottom:2px;
}
.noticias_de li a {
	color:#6a6a6a;
	text-decoration:none;
}

.noticias_de li a:hover {
	text-decoration:underline;
}

.noticias_de li.select {
	color:#3068b0;
}

h3.titulo_archivo {
	color:#6a6a6a;
	font-weight:bold;
}

/* paginacion */
.pagination {
	margin: 0 -47px 0 0;
	padding: 7px 0 15px 0;
}

.pagination ol {
	width: 100%;
	overflow: hidden;
}

.pagination li {
	margin: 0;
	list-style: none;
	float: left;
	font-size: 11px;
	line-height: 1;
}

.pagination a, .pagination a:visited, span.current {
	display: block;
	color: #FFF;
	margin: 0 3px 0 0;
	padding: 8px 10px;
	background: #5f8bce;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
	text-decoration:none;
}

.pagination a:hover {
	text-decoration: none;
	background: #3068b0;
}

span.current {
	background: none;
	color:#6a6a6a;
}

.pagination a.prev, .pagination a.next {
	color: #fff;
	background: #3068b0;
}

.pagination a.prev:hover, .pagination a.next:hover {
	background: #244b7e;
}
/* fin paginacion */
.boton {
	padding-bottom:40px;
}

.boton a{
	display: block;
	color: #FFF;
	margin: 0 3px 0 0;
	padding: 8px 10px;
	background: #3068b0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
	text-decoration:none;
	
	margin: 0;
	list-style: none;
	float: left;
	font-size: 11px;
	line-height: 1;
}

.boton a:hover {
	background: #244b7e;
}
/* fin Noticias */

/* Contacto */
h2.contacto {
	background:transparent url(webpics/h2_contacto.gif) no-repeat scroll 0 0;
	height:14px;
	margin-bottom:25px;
	border-bottom:1px solid #C3BDB3;
	padding-bottom:19px;
}

.caja_direccion {
	border-bottom:1px solid #C3BDB3;
	padding-bottom:26px;
}

.direccion {
	font-size:14px;
	line-height:18px;
	color:#bababa;
	font-weight:bold;
}

.titulo_mapa {
	font-size:16px;
	color:#6a6a6a;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:25px;
}

.mapa {
	float:left;
}

.mapa a {
	color:#3068b0;
	text-decoration:none;
}

.mapa a:hover {
	text-decoration:underline;
}

.texto_mapa {
	float:left;
	width:246px;
	margin-left:25px;
	margin-top:10px;
}
/* Fin contacto */

/* Colaboradores */
h2.colaboradores {
	background:transparent url(webpics/h2_colaboradores.gif) no-repeat scroll 0 0;
	height:15px;
	margin-bottom:25px;
	border-bottom:1px solid #C3BDB3;
	padding-bottom:19px;
}

.caja_colaboradores {
	/*width:192px;
	height:140px;*/
	width:100px;
	height:73px;
	border:1px solid #CCC;
	margin-right:13px;
	margin-bottom:13px;
	float:left;
}

.caja_colaboradores:hover {
	border:1px solid #3068b0;
}


.favorito {
	/*width:192px;
	height:140px;*/
	width:100px;
	height:73px;
	position:absolute;
	background:transparent url(webpics/favorito.gif) no-repeat scroll 0 0;
}

/* fin colaboradores