/* +--------------------------------------------------------------------------------------------+ */
/* |     left_col.css                                                                           | */
/* +--------------------------------------------------------------------------------------------+ */

#left_col {
    width: 210px;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

#left_col h1 {
	font-family: Arial;
	font-size: 14px;
}

#left_col h2 {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #534c8d;
}

.left_tit {
        padding: 10px 0px 0px 15px;
}

	.left_tit a, .left_tit a:visited {
	    color: #ffffff;
	}

.left_tit_2 {
        padding: 12px 0px 0px 15px;
}

.left_txt {
	width: 150px;
    padding: 2px 0px 0px 15px;
}

.left_btn {
	width: 100px;
	height: 21px;
	margin: 5px 0px 0px 15px;
	/*padding: 3px 0px 3px 12px;*/
	background: url(../img/left_descargar.png) no-repeat;
}
.left_btn div{
	padding: 3px 0px 3px 12px;
}

	.left_btn a, .left_btn a:visited {
		color: #3f5682;
	}

	.left_btn a:hover {
		color: #3f5682;
        cursor: pointer;
		text-decoration: underline;
    }

.left_tit_2 a, .left_tit_2 a:visited {
   	color: #ffffff;
}

#catalogo {
	float: left;
	width: 210px;
	height: 99px;
    background: url(../img/left_catalogo.jpg) no-repeat;
}

	#catalogo a:hover {
        cursor: pointer;
    }

#catalogo_2 {
	float: left;
	width: 210px;
	height: 40px;
    background: url(../img/left_catalogo_2.jpg) no-repeat;
}

#novedades {
	float: left;
	margin-top: 5px;
	width: 210px;
	height: 85px;
    background: url(../img/left_novedades.jpg) no-repeat;
}

	#novedades a:hover {
        cursor: pointer;
    }


#novedades_2 {
	float: left;
	margin-top: 5px;
	width: 210px;
	height: 40px;
    background: url(../img/left_novedades_2.jpg) no-repeat;
}

#componentes {
	float: left;
    margin-top: 5px;
	width: 210px;
	height: 71px;
	background: url(../img/left_componentes.jpg) no-repeat;
}

#componentes_2 {
	float: left;
    margin-top: 5px;
	width: 210px;
	height: 46px;
	background: url(../img/left_componentes_2.jpg) no-repeat;
}

#buscador {
	float: left;
    width: 195px;
	height: 101px;
	padding: 15px 0px 0px 15px;
	background: url(../img/buscador_fondo.jpg) no-repeat;
}

	#buscador_for {
        padding: 15px 0px 0px 0px;
		height: 20px;
    }

	#buscador_in {
        width: 145px;
		height: 14px;
		font-size: 11px;
		color: #7d7a82;
		padding: 2px 0px 2px 5px;
		border: #9d9fa3 solid 1px;
    }

	#buscador_btn {
        width: 26px;
		height: 20px;
		background: url(../img/buscador_lupa.jpg) no-repeat;
		border: none;
		cursor: pointer;
    }

	#buscador_ava {
/*        width: 146px;
		height: 17px;
		margin-top: 5px;
		padding: 3px 0px 0px 15px;
		background: url(../img/buscador_avanzada.jpg) no-repeat;
		font-size: 12px;
		font-weight: bold;
*/    }

	#buscador_ava a {
        color: #ffffff;
    }
	
	#buscador_ava input {
		width: 161px;
		height: 20px;
		margin-top: 5px;
		padding: 0px 0px 0px 0px;
		background: url(../img/buscador_avanzada.jpg) no-repeat;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		border: none;
		cursor: pointer;
  		background-color: transparent;	
	}
	
#buscador_avan {
	float: left;
    width: 195px;
	height: 325px;
	padding: 15px 0px 0px 15px;
	background: url(../img/buscador_fondo_avan.jpg) no-repeat;
}
	#buscador_avan_link {
	 	width: 146px;
		height: 17px;
		margin-top:0px; 
		padding: 3px 0px 0px 55px;
		background: url(../img/buscador_avanzada.jpg) no-repeat;
		font-size: 12px;
		font-weight: bold;
	}
	
	#buscador_avan_link a {
	color:#FFFFFF;	
	}
	
	#buscador_for_avan {
        padding: 15px 0px 0px 0px;
		height: 180px;
    }
