html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #A4A4A4;
	background: url(../images/icons/bg-general.gif) repeat;
}


/* contenedores "div's" */
#wrapper
{
	width: 969px;
	margin: 0 auto;
	padding: 0px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	text-align: left;
	background-color: #FFFFFF;
	height:100%;
}

#header
{
	height: 70px;
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	border-bottom: 1px solid #C9C9C9;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/icons/bg-cabecera.png) repeat-x;
	background-color: #00A8FF;
}

#container
{
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;	
	background: url(../images/icons/bg-contenido.gif) repeat-x;
	background-color: #FFFFFF;
	overflow: auto; /* Sustituye al clear:both del footer (más elegante y correcto) */
	
}

/* para paginas con side-b */
#content
{
	float:left;
	width: 697px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content-g
{
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#cont1
{
	/*padding-bottom: 10px;*/
	padding-left: 20px;
	overflow: auto; /* para cont1-1 y cont1-2*/
}

#cont1-1
{
	float: left;
	width: 150px;
}

/* para paginas con side-b */
#cont1-2
{
	float: left;
	width: 510px;
	padding-top: 15px;
}

#cont1-2-g
{
	float: left;
	width: 710px;
	padding-top: 15px;
}

#cont1-2-g2
{
	float: left;
	width: 500px;
	padding-top: 15px;
}

#cont1-2-1
{
	float: left;
	width:330px;
	margin: 0px;
	padding: 0px;
}

#cont1-2-12
{
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

/* para paginas con side-b */
#cont1-2-2
{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#cont1-2-2-g
{
	float: left;
	/*width: 180px;*/
	margin: 0px;
	margin-top: -23px;
	padding: 0px;
}

#cont1-2-2 ul li
{
	padding-bottom: 8px;
	list-style-type: square;
	color: #0072FF;
}

/* para paginas con side-b */
#cont2
{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(../images/icons/bg-separador.gif) no-repeat top;
}

#cont2-g
{
	width: 920px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(../images/icons/bg-separador-grande.gif) no-repeat top;
}

#side-b
{
	float: left;
	width: 271px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer
{
	height: 116px;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	border-top: 1px solid #C9C9C9;
	font-weight: bold;
	color: #599E00;
	background: url(../images/icons/bg-pie.png) repeat-x;
	background-color: #FFFFFF;	
}

#footer a
{
	text-decoration: none;
	color: #599E00;
}

#footer a:hover
{
	text-decoration: underline;
}

#referencia
{
	padding-top: 60px;
	text-align: right;
}

#inputBuscador
{
	width: 320px;
}

#botonBuscar
{
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}

#filtroFamilia
{
	float: left;
	margin-left: 10px;
}

#filtroSubfamilia
{
	float: left;
	margin-left: 10px;
}

#opcionesBuscador
{
	clear: both;
	margin-left: 10px;
	padding-top: 10px;
}



#cont1-g-izq
{
	float: left;
}

#cont1-g-der
{
	float: right;
}

/* Clases */
.footContent
{
	float: left;
	height: 105px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	background: url(../images/icons/separador-pie.png) no-repeat right;
}

.footContent2
{
	height: 105px;
	float: right;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

.headerContent
{
	float: left;
	height: 70px;	
}

.headerMenu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.headerMenu li 
{
	display: inline;
}

.headerMenu a 
{
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	background: url(../images/icons/separador-cabecera.png) no-repeat top left;
	padding: 28px 0px;
	text-decoration: none;
	color: #FFFFFF;
	margin:0px;
}

.headerMenu a:hover
{
	background: url(../images/icons/bg-boton-hover.png) no-repeat top left;
}

 
 
 
 
.contentContent-1-2 p
{
 	padding-right: 10px;
}
 
.articulo
{
 	float: left;
 	width: 184px;
 	height: 267px;
 	margin-left: 10px;
 	margin-right: 10px;
 	padding-bottom: 15px;
 	line-height:12px;
}

.articulo-izq
{
	float: left;
 	width: 142px;
 	height: 267px;
	background: url(../images/icons/bg-articulo.gif) no-repeat center;
}

.articulo .cajaImagen
{
	height:145px;
}

.articulo .cajaImagen img
{
	padding: 13px 0px 5px 15px;
}

.articulo .cajaDatos
{
	height:120px;
	padding-left:15px;
}

.articulo .nombre
{
	color: #0072FF;
	font-weight:bold;
	height:24px;
	overflow:hidden;
}

.articulo .familia
{
	color: #0072FF;
	padding-top: 2px;
	height:12px;
	margin-bottom:4px;
	overflow:hidden;
}

.articulo .descripcion
{
	overflow:hidden;
	height:60px;
}

.articulo-boton
{
	float: left;
 	width: 42px;
 	height: 267px;
	background: url(../images/icons/bg-articulo-boton.gif) no-repeat center;
}

.articulo-boton a
{
	display: block;
	width: 42px;
 	height: 267px;
}

.botonGordo
{
	width: 125px;
	height: 35px;
	border: 0;
	font-size: 20px;
	color: #68AB00;
	background: url(../images/icons/bg-boton-grande.png);
	cursor:pointer;
}

.botonGordo:hover
{
	color: #FFFFFF;
}

.formSelect
{
	width: 150px;
}

.textoF
{
	width: 250px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

.textoGrandeF
{
	width: 250px;
	height: 50px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

.tablaResultados
{
	text-align: center;
}

.tablaResultados .filaArticulo
{
	cursor:pointer;
}


.tceldaSup
{
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

.tesi
{
	background: url(../images/icons/bg-tabla-esi.gif) no-repeat left;
}

.tsup
{
	background: url(../images/icons/bg-tabla-sup.gif) repeat-x;
}

.tesd
{
	background: url(../images/icons/bg-tabla-esd.gif) no-repeat right;
}

.tablaResultados .filaImpar:hover
{
	background:#EBEBEB !important;
}

.tablaResultados .filaPar
{
	color: white;
	background-color: #7DB7FF !important;
}


.tablaResultados .filaPar a
{
	color: white;
}

.tablaResultados .filaPar:hover
{
	color: #A4A4A4;
	background:#EBEBEB !important;
}

.tcont
{
	height: 65px;
}

.tcontli
{
	background: url(../images/icons/bg-tabla-lateral.gif) repeat-y left;
}

.tablaResultados .filaPar .tcontli
{
	background-color: #7DB7FF;
}

.tablaResultados .filaPar:hover .tcontli,
.tablaResultados .filaImpar:hover .tcontli
{
	background-color: #EBEBEB!important;
}

.tcontld
{
	background: url(../images/icons/bg-tabla-lateral.gif) repeat-y right;
}

.tablaResultados .filaPar .tcontld
{
	background-color: #7DB7FF;
}

.tablaResultados .filaPar:hover .tcontld,
.tablaResultados .filaImpar:hover .tcontld
{
	background-color: #EBEBEB !important;
}

.teii
{
	background: url(../images/icons/bg-tabla-esi.gif) no-repeat left;
}


.tceldaInf
{
	height: 18px;
	background: url(../images/icons/bg-tabla-inf.gif) repeat-x bottom;
}

.teii
{
	background: url(../images/icons/bg-tabla-eii.gif) no-repeat left;
}

.teid
{
	background: url(../images/icons/bg-tabla-eid.gif) no-repeat right;
}

.mensajeOK
{
	width: 900px;
	margin: 10px;
	font-weight: bold;
	background-color:  #80FF00;
}

.mensajeERROR
{
	width: 900px;
	margin: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:  #FE2E2E;
}

.mensajeERROR a
{
	color: #FFFFFF;
}

/* Asi suplimos el error de redondeo del tamaó de los botones  */
#header7
{
	width: 114px;
}

/* Elementos HTML */
h1
{
	font-size: 20px;
}

h2
{
	font-size: 15px;
}

strong
{
	color: #7DB7FF;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a
{
	margin: 0px;
	padding: 0px;
	color: #7DB7FF;
}

a:hover
{
	text-decoration: none;
}

/* Rompe los flotantes */
.antifloat
{
	clear:both;
}

/* Para solucionar problema flotantes IE 6 y 7 */
.contenedorFlotantes
{
	overflow:auto;
}

.justificado
{
	text-align:justify;
}


.contFichaArticulo
{
	padding: 20px;
	background: url(../images/icons/bg-separador-grande.gif) no-repeat bottom;
}

.contFichaArticulo .familia
{
	padding-bottom:30px;
	font-size:15px;
}

.contFichaArticulo .codigo
{
	font-size:15px;
	padding-top:3px;
}

.contFichaArticulo .izquierda
{
	padding:15px;
	float:left;
	width:400px;
}

.contFichaArticulo .tiraImagenes
{
	margin-top:50px;
	padding:2px 8px 8px 2px;
	background: #ebebeb;
}

.contFichaArticulo .tiraImagenes .imagenTira
{
	float:left;
	margin:6px;
	padding:4px;
	border:1px solid #bbb;
	height:100px;
	cursor:pointer;
}

.contFichaArticulo .tiraImagenes .imagenTira a
{
	display:block;
	height:100px;
}

.contFichaArticulo .tiraImagenes .imagenTiraSeleccionada
{
	background: #7DB7FF;
	border:1px solid #0072ff;
}

.contFichaArticulo .textoZoom
{
	font-style:italic;
	text-align:right;
	padding-top:3px;
}

.contFichaArticulo .derecha
{
	margin-top:5px;
	padding:10px 20px 20px 50px;;
	float:left;
	width:400px;
}

.contBotones
{
	padding: 10px 15px 40px 0px;
	text-align:right;
}


.contPaginacionArriba
{
	float: right;
	margin-top: -30px;
}

.contPaginacionAbajo
{
	float: right;
	margin-top: 10px;
}

.mensajeNoResultados
{
	text-align:center;
	padding: 80px 0px 120px 0px;;
	font-size:12px;
}


.logoProveedor
{
	padding-bottom:30px;
	float:left;
	padding-left:30px;
}

.imgEmpresa
{
	padding:2px;
	margin-bottom:20px;
	border:	1px solid #BBBBBB;
	margin-right:10px;
}

.cajaBajoServicios
{
	float:right;
	padding-right:1px;
}

.cajaBajoServicios .cajaImgEmpresa
{
	float:right;
	margin-left:10px;
}

.cajaProveedores
{
	padding-left:170px;
	padding-top:50px;
}


.listaEnlacesInfoTecnica
{
	padding-left:20px;
}

.listaEnlacesInfoTecnica li
{
	padding-top:15px;
}

.listaEnlacesInfoTecnica a
{
	font-size:11px;
}

.listaEnlacesInfoTecnica .descripcion
{
	padding-top:5px;
	padding-left:20px;
}


.listaServicios
{
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	margin-left:0;
	padding-left:0;
}

.listaServicios li
{
	padding-bottom:20px;
}

.listaServicios li ul li
{
	padding-bottom:4px;
}

.listaServicios li ul
{
	padding-top:10px;
}