@charset "utf-8";
@import url(menu.css);
@import url(menu-index.css);
/* CSS Document */
/***********************************************/
/********** Caractersticas GENERALES ***********/
/***********************************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002E5C;
}
.hide{
	display:none;
}
.center {
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.justify{
	text-align:justify;
}
#contenedor {
	margin: auto;
	padding: 0px;
	width: 775px;
	background-color: #ffffff;
}
h2, h2 a:hover {
	color:#002E5C;
	font-size:14px;
	text-transform: uppercase;
}
h2 a{
	color:#990000;
	font-size:14px;
	font-style: normal;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#990000;
}
a img{
	border:1px solid #cccccc;
}
a:hover img{
	border:1px solid #990000;
}
/***********************************************/
/********** Caractersticas de IDIOMA ***********/
/***********************************************/
#idioma{
	float:left;
	background-image:url(../img/bg-idioma.png);
	width:775px;
	height:60px;
}
#idioma img{
	border:0;
}
#imagen-idioma{
	width:223px;
	height:60px;
	float:left;
	padding:0 0 0 400px;
}

.linkPostal {
    float: left;
    border: none;
}

#imagen-idioma img{
	border:0;
}
#lang{
	float:left;
	width:120px;
	height:30px;
	padding-top:30px;
	padding-left:30px;
}
#lang img{
	border:0;
}
/****************************************************/
/********** Caractersticas de la CABECERA ***********/
/****************************************************/
#cabecera-mobiliario{
	float:left;
	background-image:url(../img/bg-cabecera-mobiliario.png);
	width:775px;
	height:150px;
}
#cabecera-electromedicina{
	float:left;
	background-image:url(../img/bg-cabecera-electromedicina.png);
	width:775px;
	height:150px;
}
#cabecera-logistica{
	float:left;
	background-image:url(../img/bg-cabecera-logistica.png);
	width:775px;
	height:150px;
}
#cabecera-accesorios{
	float:left;
	background-image:url(../img/bg-cabecera-accesorios.png);
	width:775px;
	height:150px;
}
#cabecera-esterilizacion{
	float:left;
	background-image:url(../img/bg-cabecera-esterilizacion.png);
	width:775px;
	height:150px;
}
#cabecera-equipo{
	float:left;
	
	background-image:url(../img/bg-cabecera-eq-humano.png);
	width:775px;
	height:150px;
}
#cabecera-equipamiento{
	float:left;
	
	background-image:url(../img/bg-cabecera-equipamiento.png);
	width:775px;
	height:150px;
}
#cabecera-productos{
	float:left;
	
	background-image:url(../img/bg-cabecera-productos.png);
	width:775px;
	height:150px;
}
#cabecera-noticias{
	float:left;
	
	background-image:url(../img/bg-cabecera-noticias.png);
	width:775px;
	height:150px;
}
#cabecera-contacto{
	float:left;
	
	background-image:url(../img/bg-cabecera-contacto.png);
	width:775px;
	height:150px;
}
#cabecera-calidad{
	float:left;
	
	background-image:url(../img/bg-cabecera-calidad.png);
	width:775px;
	height:150px;
}
#cabecera-ofertas{
	float:left;
	
	background-image:url(../img/bg-cabecera-ofertas.png);
	width:775px;
	height:150px;
}
#cabecera-normedan{
	float:left;
	background-image:url(../img/bg_cabecera_index_ES.jpg);
	/*background-image:url(../img/bg-cabecera-normedan.png);*/
	width:775px;
	height:150px;
}
#cabecera-index{
	float:left;
	background-image:url(../img/bg_cabecera_index_ES.jpg);
	width:775px;
	height:150px;
}
#cabecera-index p{
	width:435px;
	height:260px;
	overflow:hidden;
	text-align:justify;
	font-style: oblique;
}
/***************************************************/
/********** Caractersticas del CONTENIDO ***********/
/***************************************************/
#contenido img{
	margin:0 5px 0 0;
}
#contenido{
	position: relative;
	display: block;
	width:753px;
	overflow: hidden;
	border:1px solid #002E5C;
	padding:10px;
	text-align:justify;
	float: left;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
#contacto-izq {
	width: 159px;
	float: left;
	border-right:1px solid #cccccc;
}
#contacto-der {
	float: left;
	width: 583px;
	padding:0 0 0 10px;
}
#contacto-der ul{
	padding-left:10px;
}
#contacto-der img{
	margin:5px;
}
.img-informacion {
	margin: 50px;
}
#contacto-izq ul{
	width: 159px;
	float: left;
	font-size: 10px;
	list-style-type: none;
	padding-top: 20px;
}
#contacto-izq ul li{
	width: 154px;
	float: left;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
	text-align:left;
}
.recuadro{
	float:left;
	width:743px;
	border:1px solid #002E5C;
	margin:5px 0;
	padding:5px;
}
.texto-corto{
	float:left;
	width:323px;
	padding:0 10px;
}
.texto{
	float:left;
	width:523px;
	padding:0 10px;
}
.logo{
	float:left;
	width:200px;
}

/*********************************************/
/********** Caractersticas del PIE ***********/
/*********************************************/
#pie{
	float:left;
	background-color:#002E5C;
	width:775px;
	height:40px;
	color:#CCCCCC;
	text-align:center;
	padding:10px 0 0 0;
}
/*PROPIEDADES DE LA TABLA*/
table {
	font-size: 11px;
	width: 551px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-top: 10px;
	magin: 0 auto;
}
table tbody{
	text-align: left;
}
.tabla-cabecera
{
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color: #999999;
	background-color: #CCCCCC;
}
table a
{
	font-size: 9px;
}
table a:hover
{
	font-size: 9px;
}

/****************************************************/
/********** Caractersticas del FORMULARIO ***********/
/****************************************************/

#EmailForm label, #QuoteForm label {
	display: block;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left:100px;
}
#EmailForm input, #QuoteForm input{
	display: block;
	width: 300px;
	float: left;
	margin-top: 10px;
	border:1px solid #cccccc;
}

#EmailForm textarea, #QuoteForm textarea {
	margin-top: 10px;
	width: 300px;
	height: 150px;
	float: left;
	border:1px solid #cccccc;
}

#EmailForm label, #QuoteForm label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

#EmailForm input[type="submit"], #QuoteForm input[type="submit"] {
	margin-bottom: 20px;
}

#EmailForm input[type="hidden"], #QuoteForm input[type="hidden"] {
	display: none;
}

br.clear-l {
	clear: left;
}

#km_form input[type="text"] {
	width: 300px;
	margin: 10px 0px;
}

#km_form input[type="submit"] {
	width: 150px;
	margin: 10px 0px;
}

/******************************************/
/********** Caractersticas MAPA ***********/
/******************************************/

#mapa {
	background-image: url(../img/mapa-espana.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 210px;
	width: 583px;
}
#mapa ul{
	list-style-type: none;
	padding-left: 400px;
	padding-top: 15px;
}
#mapa ul li{
	height: 25px;
	padding-left: 30px;
	font-size: 11px;
}
#mapa ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}
.navarra {
	background-image: url(../img/navarra.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.larioja {
	background-image: url(../img/rioja.png);
	background-repeat: no-repeat;
}
.alava {
	background-image: url(../img/alava.png);
	background-repeat: no-repeat;
}
.guipuzcoa {
	background-image: url(../img/guipuzcoa.png);
	background-repeat: no-repeat;
}
.vizcaya {
	background-image: url(../img/vizcaya.png);
	background-repeat: no-repeat;
}
.aragon {
	background-image: url(../img/aragon.png);
	background-repeat: no-repeat;
}
.cantabria {
	background-image: url(../img/cantabria.png);
	background-repeat: no-repeat;
}
.castilla {
	background-image: url(../img/castilla.png);
	background-repeat: no-repeat;
}