html{
    /*url(images/bg.jpg)*/
    background: no-repeat center top #f2f2f2;
}

*{
    margin: 0;
    padding: 0;
}

p{
    padding: 15px 0;
}

body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a{
	color:#414141;
	text-decoration:none;
	outline:none;
}

#contenedor{
	margin:0 auto;
	width:940px;
	padding:30px;
	border: 1px solid #ccc;
	border-top:0;
	background:url(images/bg.jpg);
}

#cabecera{
	height:110px;
	background:#ccc;
	background:url(images/cabecera.jpg) no-repeat;
	width:1002px;
	margin:0 auto;
}


.clearFix{
	height:1px;
	display:block;
	clear:both;
}

#superficies, #problemas, #container {
    width: 650px;
    height: 200px;
    display: block;
    position: relative;
}

#productos{
    width: 650px;
    display: block;
}

#container input{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 505px;
    padding: 15px;
    font-size: 24px
}

#container input.boton{
    background:transparent url(images/bg_buscar.jpg);
    border:0;
    height:62px;
    left:556px;
    position:absolute;
    top:20px;
    width:73px;
}

input.boton:hover{
    background-position: 0 -62px;
}

#container, #productos{
    float: left;
}

#superficies{
    background: url(images/bg_material.jpg);
}

#problemas{
    background: url(images/bg_superficie.jpg);
    display: none;
}

#sidebar{
    width: 200px;
    height: 350px;
    background: url(images/paso1.jpg);
    float: right;
    position: relative;
}

#sidebar.paso2{
    background: url(images/paso2.jpg);
}

#sidebar.paso3{
    background: url(images/paso3.jpg);
}

#imgPaso1{
    position: absolute;
    top: 53px;
    right: 5px;
    display: none;
}

#imgPaso2{
    position: absolute;
    top: 194px;
    right: 5px;
    display: none;
}







#sAjax{
    position: absolute;
    top:82px;
    left: 20px;
    display: none;
    z-index: 1;
}
ul.ajax li{
    display: block;
    height: 85px;
    width: 609px;
    line-height: 85px;
    background: url(images/bg_li.jpg) repeat-x;
    color: #fff;
    position: relative;
}

ul.ajax li:hover{
    background: url(images/bg_li_hover.jpg) repeat-x;
    cursor: pointer;
}

ul.ajax li img{
    position: absolute;
    border: 1px solid #808080;
    top: 4px;
    right: 5px;
}

#frmOculto{
    display:none;
}

table#resultados{
    font-size: 20px;
    width: 600px;
}


table#resultados tr td{
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

table#resultados td.titulo{
    font-size: 14px;
}

table#resultados tr:hover{
    background: #a2d2fa;
}

/*para el detalle de los articulos*/
img.foto_producto{
    float: left;
    border: 0;
}

#pd_titulo h1 {
    line-height:27px;
    margin:0;
    font-size: 16px;
    padding:0 5px 0 0;
    text-align:right;
    color: #4A7CA1;
    font-family: Arial,Helvetica,sans-serif;
    background: #edf0f7;
    border-bottom: 2px solid #dee3f0;
}

#pd_descripcion{
    width: 400px;
    display: block;
    margin-right: 20px;
    float: right;
    background: url(images/fondo_prodsucto.jpg) repeat-y;
}

#pd_tam{
    display: block;
    float: left;
}

ul.tamanos{
    list-style: none;
}

ul.tamanos li img {
    height:65px;
    width:30px;
}

ul.tamanos li{
    float: left;
}

ul.usos{
    display: block;
    float: right;
    list-style: none;
}

ul.usos li img{
    height:65px;
}

ul.usos li{
    float: left;
    margin-left: 5px;
}

#info a{
    color: #dc2f3c;
    font-weight: bold;
}

#infoPaso1{
    position: absolute;
    font-size: 10px;
    top: 118px;
    right: 5px;
    text-align: right;
    display: none;
}

#infoPaso2{
    position: absolute;
    font-size: 10px;
    top: 260px;
    right: 5px;
    text-align: right;
    display: none;
}